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