Uses of Class
SFE.Compiler.UnaryOpExpression

Packages that use UnaryOpExpression
SFE.Compiler   
 

Uses of UnaryOpExpression in SFE.Compiler
 

Methods in SFE.Compiler that return UnaryOpExpression
 UnaryOpExpression OperationExpression.getConstantOutput()
          Returns an unary op expression with a constant (constant expression).
static UnaryOpExpression Optimizer.getReference(OperationExpression gate)
          Returns an UnaryOpExpression containing the ID_OP or NOT_OP to the specified gate.