Package org.apache.derby.impl.services.bytecode


package org.apache.derby.impl.services.bytecode
  • Class
    Description
    ClassBuilder is used to construct a java class's byte array representation.
    To be able to identify the expressions as belonging to this implementation, and to be able to generate code off of it if so.
    Debugging problems with generated classes
     
    MethodBuilder is used to piece together a method when building a java class definition.
     
    A method descriptor.
    This class represents a chunk of code in a CodeAttribute.
    A Conditional represents an if/then/else block.
    Validate BC calls.
    This is a common superclass for the various impls.
    This contains mnemonics for all of the opcodes of the JVM.
     
    This class implements a Cacheable for a Byte code generator cache of VMTypeIds.