|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Opcode | |
---|---|
com.joanju.cg.bytecode | |
com.joanju.cg.db |
Uses of Opcode in com.joanju.cg.bytecode |
---|
Methods in com.joanju.cg.bytecode that return Opcode | |
---|---|
static Opcode[] |
Opcode.callCodes()
Get an array of codes for subclasses of AbstractCall. |
static Opcode |
Opcode.get(int code)
Get the Opcode enum object for a given Opcode code out of the database. |
Opcode |
AddsnsuperInstr.getOpcode()
|
Opcode |
AddsuperInstr.getOpcode()
|
Opcode |
BuiltinfuncInstr.getOpcode()
|
abstract Opcode |
Bytecode.getOpcode()
|
Opcode |
CallInstr.getOpcode()
|
Opcode |
CallinInstr.getOpcode()
|
Opcode |
CallsuperInstr.getOpcode()
|
Opcode |
CheckvalsInstr.getOpcode()
|
Opcode |
CompileunitInstr.getOpcode()
|
Opcode |
DecleventInstr.getOpcode()
|
Opcode |
DeclsnsupInstr.getOpcode()
|
Opcode |
DefInstr.getOpcode()
|
Opcode |
DefglobalInstr.getOpcode()
|
Opcode |
DefsharedInstr.getOpcode()
|
Opcode |
DefvarInstr.getOpcode()
|
Opcode |
GetsharedInstr.getOpcode()
|
Opcode |
LiteralnumInstr.getOpcode()
|
Opcode |
LiteralstrInstr.getOpcode()
|
Opcode |
PopInstr.getOpcode()
|
Opcode |
ProcedureInstr.getOpcode()
|
Opcode |
PublishInstr.getOpcode()
|
Opcode |
PushInstr.getOpcode()
|
Opcode |
PushonretInstr.getOpcode()
|
Opcode |
ReturnInstr.getOpcode()
|
Opcode |
RetvalgetInstr.getOpcode()
|
Opcode |
RetvalsetInstr.getOpcode()
|
Opcode |
ScriptValsInstr.getOpcode()
|
Opcode |
SubscribeInstr.getOpcode()
|
Opcode |
SupersInstr.getOpcode()
|
Opcode |
SyshandleInstr.getOpcode()
|
Opcode |
TriggerblockInstr.getOpcode()
|
Opcode |
UnknownvalInstr.getOpcode()
|
Opcode |
UnresInstr.getOpcode()
|
static Opcode |
Opcode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Opcode[] |
Opcode.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of Opcode in com.joanju.cg.db |
---|
Methods in com.joanju.cg.db that return Opcode | |
---|---|
static Opcode |
BytecodeTable.fetchOpcode(int cuid,
int address)
This fetches the matching record and returns the Opcode enum. |
Methods in com.joanju.cg.db with parameters of type Opcode | |
---|---|
static java.util.ArrayList<java.lang.Integer> |
BytecodeTable.fetchAddressesFor(int cuid,
Opcode opcode)
Fetch addresses for a particular Opcode in a cu. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |