Uses of Class
gnu.jel.OP
Packages that use OP
-
Uses of OP in gnu.jel
Modifier and TypeClassDescriptionclassA tree node, representing binary operation.classA tree node, representing a method call (field/local variable load).classA tree node, representing conditional.classA tree node, representing loading of a constant.classA 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.