Interface CodeClass

  • All Known Implementing Classes:
    GeneratedCodeClass, IntrospectedCodeClass

    public interface CodeClass
    Interface for Java classes within the bytecode generation framework. Any class (or interface) can be viewed as a CodeClass, whether it is pre-existing or being generated.
    Author:
    Thomas Down, Matthew Pocock