nts.interf.base
Interface IExprUn

All Superinterfaces:
IExpr, ILabel, IVisitable
All Known Subinterfaces:
IExprNot, IExprUnaryMinus

public interface IExprUn
extends IExpr

Base interface for unary expressions.


Method Summary
 IExpr operand()
           
 
Methods inherited from interface nts.interf.base.IExpr
type
 
Methods inherited from interface nts.interf.base.IVisitable
accept
 

Method Detail

operand

IExpr operand()
Returns:
the operand