Package org.jfuncmachine.compiler.classgen


package org.jfuncmachine.compiler.classgen
The class generator and its support classes
  • Classes
    Class
    Description
    Generates classes from ClassDef structures.
    Contains the options for code generation.
    A builder used to create a ClassGeneratorOptions class.
    Defines a dynamic constant, that allows constant values to be determined at runtime by a bootstrap method.
    A map of the local variables available within a method.
    Associates a name and type with the index of a local variable.
    A container for generated class bytes and optionally the loaded class.
    A class loader used by the generator to immediately load classes into the JVM.
    A handle to a field or method that eventually gets mapped to a MethodHandle for bootstrap methods.
    A wrapper to emit Java byte codes.
    Represents some location in the generated instructions.
    Holds information about a lambda method, including the class name, and type of its method.
    Holds information about a lambda interface.