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
-
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)
-