Package com.ibm.wala.cast.js.ssa
Class PrototypeLookup
- java.lang.Object
-
- com.ibm.wala.ssa.SSAInstruction
-
- com.ibm.wala.ssa.SSAAbstractUnaryInstruction
-
- com.ibm.wala.cast.js.ssa.PrototypeLookup
-
public class PrototypeLookup extends com.ibm.wala.ssa.SSAAbstractUnaryInstructionNon-deterministically assigns some object in the prototype chain of val (or val itself) to result.
-
-
Constructor Summary
Constructors Constructor Description PrototypeLookup(int iindex, int result, int val)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.ibm.wala.ssa.SSAInstructioncopyForSSA(com.ibm.wala.ssa.SSAInstructionFactory insts, int[] defs, int[] uses)java.lang.StringtoString(com.ibm.wala.ssa.SymbolTable symbolTable)voidvisit(com.ibm.wala.ssa.SSAInstruction.IVisitor v)-
Methods inherited from class com.ibm.wala.ssa.SSAAbstractUnaryInstruction
getDef, getDef, getNumberOfDefs, getNumberOfUses, getUse, hasDef, hashCode, isFallThrough
-
-
-
-
Method Detail
-
copyForSSA
public com.ibm.wala.ssa.SSAInstruction copyForSSA(com.ibm.wala.ssa.SSAInstructionFactory insts, int[] defs, int[] uses)- Specified by:
copyForSSAin classcom.ibm.wala.ssa.SSAInstruction
-
toString
public java.lang.String toString(com.ibm.wala.ssa.SymbolTable symbolTable)
- Specified by:
toStringin classcom.ibm.wala.ssa.SSAInstruction
-
visit
public void visit(com.ibm.wala.ssa.SSAInstruction.IVisitor v)
- Specified by:
visitin classcom.ibm.wala.ssa.SSAInstruction
-
-