Class JavaScriptPropertyRead
java.lang.Object
com.ibm.wala.ssa.SSAInstruction
com.ibm.wala.ssa.ReflectiveMemberAccess
com.ibm.wala.cast.ir.ssa.AbstractReflectiveGet
com.ibm.wala.cast.ir.ssa.AstPropertyRead
com.ibm.wala.cast.js.ssa.JavaScriptPropertyRead
-
Nested Class Summary
Nested classes/interfaces inherited from class com.ibm.wala.ssa.SSAInstruction
SSAInstruction.IVisitor, SSAInstruction.Visitor
-
Field Summary
Fields inherited from class com.ibm.wala.ssa.ReflectiveMemberAccess
memberRef, objectRef
Fields inherited from class com.ibm.wala.ssa.SSAInstruction
NO_INDEX
-
Constructor Summary
ConstructorDescriptionJavaScriptPropertyRead
(int iindex, int result, int objectRef, int memberRef) -
Method Summary
Modifier and TypeMethodDescriptionThis method should never return null.Methods inherited from class com.ibm.wala.cast.ir.ssa.AstPropertyRead
copyForSSA, isPEI, visit
Methods inherited from class com.ibm.wala.cast.ir.ssa.AbstractReflectiveGet
getDef, getDef, getNumberOfDefs, getNumberOfUses, hasDef, toString
Methods inherited from class com.ibm.wala.ssa.ReflectiveMemberAccess
getMemberRef, getObjectRef, getUse, hashCode, isFallThrough
Methods inherited from class com.ibm.wala.ssa.SSAInstruction
equals, getValueString, iIndex, setInstructionIndex, toString
-
Constructor Details
-
JavaScriptPropertyRead
public JavaScriptPropertyRead(int iindex, int result, int objectRef, int memberRef)
-
-
Method Details
-
getExceptionTypes
Description copied from class:SSAInstruction
This method should never return null.- Overrides:
getExceptionTypes
in classSSAInstruction
- Returns:
- the set of exception types that an instruction might throw ... disregarding athrows and invokes.
-