Class OpcodeDispatcher


  • public final class OpcodeDispatcher
    extends Object
    Interpreter core that executes one bytecode instruction per call against a frame, deferring invokes, field access, and allocation to the dispatch context.
    • Constructor Detail

      • OpcodeDispatcher

        public OpcodeDispatcher()