korat.instrumentation.bytecode
Class BytecodeInstruction
java.lang.Object
korat.instrumentation.bytecode.BytecodeInstruction
public class BytecodeInstruction
- extends Object
- Author:
- Aleksandar Milicevic
opcode
private int opcode
cit
private CodeIterator cit
idx
private int idx
BytecodeInstruction
public BytecodeInstruction(CodeIterator cit,
int idx)
getOpcode
public int getOpcode()
getCit
public CodeIterator getCit()
getIdx
public int getIdx()
accept
public void accept(BytecodeVisitor visitor)
byteAt
public int byteAt(int offset)
u16bitAt
public int u16bitAt(int offset)
toString
public String toString()
- Overrides:
toString
in class Object
isInvoke
public boolean isInvoke()
isPutField
public boolean isPutField()
isLocalStore
public boolean isLocalStore()
isArrayStore
public boolean isArrayStore()