Class | Description |
---|---|
CompileContext |
class which retains compiler state during recursive compilation of rule expressions to bytecode
|
Compiler |
A class which compiles a rule by generating a subclass of the rule's helperClass which implements
the HelperAdapter interface
|
StackHeights |
container to track either the current or the maximum local variable count and stack height
while generating compiled code for a rule
|
Copyright © 2018. All rights reserved.