public abstract class AbstractReflectivePut
extends com.ibm.wala.ssa.ReflectiveMemberAccess
| Constructor and Description |
|---|
AbstractReflectivePut(int iindex,
int objectRef,
int memberRef,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDef() |
int |
getNumberOfUses() |
int |
getUse(int index) |
int |
getValue() |
java.lang.String |
toString(com.ibm.wala.ssa.SymbolTable symbolTable) |
getMemberRef, getObjectRef, hashCode, isFallThroughpublic AbstractReflectivePut(int iindex,
int objectRef,
int memberRef,
int value)
public java.lang.String toString(com.ibm.wala.ssa.SymbolTable symbolTable)
toString in class com.ibm.wala.ssa.ReflectiveMemberAccesspublic int getDef()
getDef in class com.ibm.wala.ssa.SSAInstructionSSAInstruction.getDef()public int getNumberOfUses()
getNumberOfUses in class com.ibm.wala.ssa.SSAInstructionSSAInstruction.getNumberOfUses()public int getValue()
public int getUse(int index)
getUse in class com.ibm.wala.ssa.ReflectiveMemberAccess