@NotStorableClass public class OpcodeNodeGet extends OpcodeNode
opcode, OPCODE_INTERPRETER
Constructor and Description |
---|
OpcodeNodeGet(int opcode,
int address,
int lineNumber,
OpcodeNode previousOpcode,
String desc) |
Modifier and Type | Method and Description |
---|---|
protected StackElement |
interprete(StackElement currentStackElement) |
boolean |
isDirectAccess() |
addNext, getAddress, getAfterExecutionStackElement, getBeforeExecutionStackElement, getLabel, getLabeledAddress, getLineNumber, getNextOpcodeNodeList, interprete, isOwnedMethodCallOfOtherInstance, mnemonic, setBeforeExecutionStackElement, setLabel, toString
public OpcodeNodeGet(int opcode, int address, int lineNumber, OpcodeNode previousOpcode, String desc)
public boolean isDirectAccess()
isDirectAccess
in class OpcodeNode
protected StackElement interprete(StackElement currentStackElement) throws EnhanceException
interprete
in class OpcodeNode
EnhanceException
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.