Uses of Class
org.norecess.citkit.tir.expressions.OperatorETIR.Operator

Packages that use OperatorETIR.Operator
org.norecess.citkit.lir.expressions   
org.norecess.citkit.tir.expressions This package provides the classes for the expressions in a language. 
 

Uses of OperatorETIR.Operator in org.norecess.citkit.lir.expressions
 

Methods in org.norecess.citkit.lir.expressions with parameters of type OperatorETIR.Operator
static LIRBinaryExpression.BinaryOperator LIRBinaryExpression.convert(OperatorETIR.Operator operator)
           
 

Uses of OperatorETIR.Operator in org.norecess.citkit.tir.expressions
 

Methods in org.norecess.citkit.tir.expressions that return OperatorETIR.Operator
static OperatorETIR.Operator OperatorETIR.Operator.convertPunctuation(java.lang.String punctuation)
          Converts the standard C/C++/Java punctuation strings into operators.
static OperatorETIR.Operator OperatorETIR.Operator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OperatorETIR.Operator[] OperatorETIR.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.