Class JavaScriptConstructorFunctions
java.lang.Object
com.ibm.wala.cast.js.ipa.summaries.JavaScriptConstructorFunctions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindOrCreateCallMethod(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs) findOrCreateConstructorMethod(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs)
-
Constructor Details
-
JavaScriptConstructorFunctions
-
-
Method Details
-
findOrCreateConstructorMethod
public IMethod findOrCreateConstructorMethod(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs) -
findOrCreateCallMethod
public IMethod findOrCreateCallMethod(IR callerIR, SSAAbstractInvokeInstruction callStmt, IClass receiver, int nargs)
-