Package org.jboss.byteman.rule.compiler

Class Summary
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
Compiler.ClassbyteClassLoader this is a classloader used to define classes from bytecode
StackHeights container to track either the current or the maximum local variable count and stack height while generating compiled code for a rule