Class JavaScriptPropertyRead


  • public class JavaScriptPropertyRead
    extends com.ibm.wala.cast.ir.ssa.AstPropertyRead
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.ibm.wala.ssa.SSAInstruction

        com.ibm.wala.ssa.SSAInstruction.IVisitor, com.ibm.wala.ssa.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

      Constructors 
      Constructor Description
      JavaScriptPropertyRead​(int iindex, int result, int objectRef, int memberRef)  
    • 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.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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JavaScriptPropertyRead

        public JavaScriptPropertyRead​(int iindex,
                                      int result,
                                      int objectRef,
                                      int memberRef)
    • Method Detail

      • getExceptionTypes

        public java.util.Collection<com.ibm.wala.types.TypeReference> getExceptionTypes()
        Overrides:
        getExceptionTypes in class com.ibm.wala.ssa.SSAInstruction