Package com.ibm.wala.cast.js.ssa
Class JavaScriptPropertyWrite
- java.lang.Object
-
- com.ibm.wala.ssa.SSAInstruction
-
- com.ibm.wala.ssa.ReflectiveMemberAccess
-
- com.ibm.wala.cast.ir.ssa.AbstractReflectivePut
-
- com.ibm.wala.cast.ir.ssa.AstPropertyWrite
-
- com.ibm.wala.cast.js.ssa.JavaScriptPropertyWrite
-
public class JavaScriptPropertyWrite extends com.ibm.wala.cast.ir.ssa.AstPropertyWrite
-
-
Constructor Summary
Constructors Constructor Description JavaScriptPropertyWrite(int iindex, int objectRef, int memberRef, int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<com.ibm.wala.types.TypeReference>getExceptionTypes()-
Methods inherited from class com.ibm.wala.cast.ir.ssa.AstPropertyWrite
copyForSSA, isPEI, toString, visit
-
Methods inherited from class com.ibm.wala.cast.ir.ssa.AbstractReflectivePut
getDef, getNumberOfUses, getUse, getValue
-
Methods inherited from class com.ibm.wala.ssa.ReflectiveMemberAccess
getMemberRef, getObjectRef, hashCode, isFallThrough
-
-