Package | Description |
---|---|
com.opencloud.rhino.management.opcode |
Modifier and Type | Method and Description |
---|---|
Opcode[] |
OpcodeManager.addOpcode(Opcode newOpcode) |
Opcode |
OpcodeManager.getOpcode(ObjectName objectName,
Opcode.Type type,
String operand) |
Opcode |
OpcodeManager.getOpcode(ObjectName objectName,
Opcode.Type type,
String operand,
String[] methodSignature)
Returns the OpcodeData for the specified ObjectName + args, or null if no opcode exists for that operation.
|
Modifier and Type | Method and Description |
---|---|
LinkedList<Opcode> |
OpcodeManager.getOpcodes() |
static LinkedList<Opcode> |
OpcodeFileStorage.loadOpcodes(File file) |
static LinkedList<Opcode> |
OpcodeFileStorage.loadOpcodes(InputStream is) |
Modifier and Type | Method and Description |
---|---|
Opcode[] |
OpcodeManager.addOpcode(Opcode newOpcode) |
void |
Opcode.copyMetadata(Opcode other) |
Modifier and Type | Method and Description |
---|---|
void |
OpcodeManager.loadOpcodes(LinkedList<Opcode> newOpcodes) |
static void |
OpcodeFileStorage.saveOpcodes(File file,
LinkedList<Opcode> opcodes) |
static void |
OpcodeFileStorage.saveOpcodes(OutputStream os,
LinkedList<Opcode> opcodes) |