public class JavaScriptPropertyWrite
extends com.ibm.wala.cast.ir.ssa.AbstractReflectivePut
| Constructor and Description |
|---|
JavaScriptPropertyWrite(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) |
Collection<com.ibm.wala.types.TypeReference> |
getExceptionTypes() |
boolean |
isPEI() |
String |
toString(com.ibm.wala.ssa.SymbolTable symbolTable) |
void |
visit(com.ibm.wala.ssa.SSAInstruction.IVisitor v) |
getDef, getNumberOfUses, getUse, getValuegetMemberRef, getObjectRef, hashCode, isFallThroughpublic JavaScriptPropertyWrite(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 String toString(com.ibm.wala.ssa.SymbolTable symbolTable)
toString in class com.ibm.wala.cast.ir.ssa.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.SSAInstructionpublic Collection<com.ibm.wala.types.TypeReference> getExceptionTypes()
getExceptionTypes in class com.ibm.wala.ssa.SSAInstructionCopyright © 2017. All rights reserved.