Uses of Class
io.dialob.program.expr.OperatorSymbol
-
Packages that use OperatorSymbol Package Description io.dialob.program.expr io.dialob.program.expr.arith -
-
Uses of OperatorSymbol in io.dialob.program.expr
Methods in io.dialob.program.expr that return OperatorSymbol Modifier and Type Method Description static OperatorSymbolOperatorSymbol. mapOp(String op)static OperatorSymbolOperatorSymbol. valueOf(String name)Returns the enum constant of this type with the specified name.static OperatorSymbol[]OperatorSymbol. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperatorSymbol in io.dialob.program.expr.arith
Methods in io.dialob.program.expr.arith with parameters of type OperatorSymbol Modifier and Type Method Description static ExpressionTimeOperators. createOperator(OperatorSymbol operator, Expression lhs, Expression rhs)
-