Uses of Class
org.mvel2.ast.BinaryOperation
-
Packages that use BinaryOperation Package Description org.mvel2.ast org.mvel2.util -
-
Uses of BinaryOperation in org.mvel2.ast
Subclasses of BinaryOperation in org.mvel2.ast Modifier and Type Class Description class
IntAdd
class
IntDiv
class
IntMult
class
IntSub
Methods in org.mvel2.ast that return BinaryOperation Modifier and Type Method Description BinaryOperation
BinaryOperation. getRightBinary()
Methods in org.mvel2.ast with parameters of type BinaryOperation Modifier and Type Method Description boolean
BinaryOperation. isGreaterPrecedence(BinaryOperation o)
-
Uses of BinaryOperation in org.mvel2.util
Methods in org.mvel2.util that return BinaryOperation Modifier and Type Method Description private static BinaryOperation
CompilerTools. boOptimize(int op, ASTNode tk, ASTNode tk2, ParserContext pCtx)
-