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