Uses of Class
com.opencloud.rhino.management.opcode.Opcode
-
Packages that use Opcode Package Description com.opencloud.rhino.management.opcode -
-
Uses of Opcode in com.opencloud.rhino.management.opcode
Methods in com.opencloud.rhino.management.opcode that return Opcode Modifier and Type Method 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.Methods in com.opencloud.rhino.management.opcode that return types with arguments of type Opcode Modifier and Type Method Description LinkedList<Opcode>
OpcodeManager. getOpcodes()
static LinkedList<Opcode>
OpcodeFileStorage. loadOpcodes(File file)
static LinkedList<Opcode>
OpcodeFileStorage. loadOpcodes(InputStream is)
Methods in com.opencloud.rhino.management.opcode with parameters of type Opcode Modifier and Type Method Description Opcode[]
OpcodeManager. addOpcode(Opcode newOpcode)
void
Opcode. copyMetadata(Opcode other)
Method parameters in com.opencloud.rhino.management.opcode with type arguments of type Opcode Modifier and Type Method 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)
-