Class OpcodeLookup
java.lang.Object
net.covers1624.coffeegrinder.util.OpcodeLookup
Created by covers1624 on 1/3/21.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetName(int opcode) Gets An opcode name as defined inOpcodes.static intlookupOpcode(String name) Lookup and opcode from its name.
-
Constructor Details
-
OpcodeLookup
public OpcodeLookup()
-
-
Method Details
-
lookupOpcode
Lookup and opcode from its name.- Parameters:
name- The name of the opcode as defined inOpcodes- Returns:
- The opcode.
-
getName
Gets An opcode name as defined inOpcodes.- Parameters:
opcode- The opcode.- Returns:
- The name.
-
getOpcodeNames
-