Package org.openjdk.asmtools.jasm
Class OpcodeTables
java.lang.Object
org.openjdk.asmtools.jasm.OpcodeTables
OpcodeTables
The OpcodeTables class follows a Singleton Pattern. This class contains Enums, that are
contained in private hash maps (lookup tables and reverse lookup tables). These hash
maps all have public accessors, which clients use to look-up opcodes.
Tokens in this table carry no external state, and are typically treated as constants.
They do not need to be reset.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
Marker: describes the type of Opcode. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
OpcodeTables
public OpcodeTables()
-
-
Method Details
-
opcode
-
opcode
-