Uses of Class
gnu.jel.OP
Packages that use OP
-
Uses of OP in gnu.jel
Modifier and TypeClassDescriptionclass
A tree node, representing binary operation.class
A tree node, representing a method call (field/local variable load).class
A tree node, representing conditional.class
A tree node, representing loading of a constant.class
A tree node, representing unary operation.ModifierConstructorDescriptionCreates an OP, loading a constant to be put instead of another OP.ModifierConstructorDescriptionConstructs a new binary operation.Prepares a new method/field call/get operation to be added to the code.Creates conditional operator.Constructs a new unary operation.Creates conversion operation to the given class.