Interface Opcode

All Known Implementing Classes:
CodeArray, CodeGenerator, CompactArrayInitializer, CounterDecorate, Instruction, Main, Main, Main, Main, MethodEditor, Peephole, StackOpt, Tree

public interface Opcode
Opcode is an interface containing constants defining the opcodes of instructions and related constants.
  • opc_XXX are the opcodes.
  • opcx_XXX are the opcode classes. These are used externally by Instruction.
  • opcNames is an array of opcode names, indexed by the opcode.
  • opcSize is an array of the bytecode instruction lengths, indexed by the opcode.
  • opcXMap is an array, indexed by the opcode, mapping opcodes to opcode classes.
See Also: