Class JavaScriptPropertyWrite


  • public class JavaScriptPropertyWrite
    extends com.ibm.wala.cast.ir.ssa.AstPropertyWrite
    • 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
      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
      • Methods inherited from class com.ibm.wala.ssa.SSAInstruction

        equals, getDef, getNumberOfDefs, getValueString, hasDef, iIndex, setInstructionIndex, toString
      • Methods inherited from class java.lang.Object

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

      • JavaScriptPropertyWrite

        public JavaScriptPropertyWrite​(int iindex,
                                       int objectRef,
                                       int memberRef,
                                       int value)
    • Method Detail

      • getExceptionTypes

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