public abstract class AstPropertyWrite extends AbstractReflectivePut
| Constructor and Description |
|---|
AstPropertyWrite(int iindex,
int objectRef,
int memberRef,
int value) |
| Modifier and Type | Method and Description |
|---|---|
com.ibm.wala.ssa.SSAInstruction |
copyForSSA(com.ibm.wala.ssa.SSAInstructionFactory insts,
int[] defs,
int[] uses) |
boolean |
isPEI() |
java.lang.String |
toString(com.ibm.wala.ssa.SymbolTable symbolTable) |
void |
visit(com.ibm.wala.ssa.SSAInstruction.IVisitor v) |
getDef, getNumberOfUses, getUse, getValuegetMemberRef, getObjectRef, hashCode, isFallThroughpublic AstPropertyWrite(int iindex,
int objectRef,
int memberRef,
int value)
public com.ibm.wala.ssa.SSAInstruction copyForSSA(com.ibm.wala.ssa.SSAInstructionFactory insts,
int[] defs,
int[] uses)
copyForSSA in class com.ibm.wala.ssa.SSAInstructionpublic java.lang.String toString(com.ibm.wala.ssa.SymbolTable symbolTable)
toString in class AbstractReflectivePutpublic void visit(com.ibm.wala.ssa.SSAInstruction.IVisitor v)
visit in class com.ibm.wala.ssa.SSAInstructionSSAInstruction.visit(IVisitor)public boolean isPEI()
isPEI in class com.ibm.wala.ssa.SSAInstruction