Package org.jboss.byteman.rule.compiler


package org.jboss.byteman.rule.compiler
  • Classes
    Class
    Description
    class which retains compiler state during recursive compilation of rule expressions to bytecode
    A class which compiles a rule by generating a subclass of the rule's helperClass which implements the HelperAdapter interface
    container to track either the current or the maximum local variable count and stack height while generating compiled code for a rule