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
-
Nested Class Summary
Nested classes/interfaces inherited from class SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitor -
Field Summary
Fields inherited from class ReflectiveMemberAccess
memberRef, objectRefFields inherited from class SSAInstruction
NO_INDEX -
Constructor Summary
ConstructorsConstructorDescriptionJavaScriptPropertyWrite(int iindex, int objectRef, int memberRef, int value) -
Method Summary
Modifier and TypeMethodDescriptionThis method should never return null.Methods inherited from class AstPropertyWrite
copyForSSA, isPEI, toString, visitMethods inherited from class AbstractReflectivePut
getDef, getNumberOfUses, getUse, getValueMethods inherited from class ReflectiveMemberAccess
getMemberRef, getObjectRef, hashCode, isFallThroughMethods inherited from class SSAInstruction
equals, getDef, getNumberOfDefs, getValueString, hasDef, iIndex, setInstructionIndex, toString
-
Constructor Details
-
JavaScriptPropertyWrite
public JavaScriptPropertyWrite(int iindex, int objectRef, int memberRef, int value)
-
-
Method Details
-
getExceptionTypes
Description copied from class:SSAInstructionThis method should never return null.- Overrides:
getExceptionTypesin classSSAInstruction- Returns:
- the set of exception types that an instruction might throw ... disregarding athrows and invokes.
-