Class CodeGenerator

  • All Implemented Interfaces:
    Opcode

    public class CodeGenerator
    extends TreeVisitor
    implements Opcode
    CodeGenerator performs some final optimizations and is used (via a visitor) to generate bytecode for the contents of a control flow graph.
    See Also:
    FlowGraph