Class JavaScriptSummarizedFunction
- java.lang.Object
-
- com.ibm.wala.classLoader.SyntheticMethod
-
- com.ibm.wala.ipa.summaries.SummarizedMethod
-
- com.ibm.wala.cast.js.ipa.summaries.JavaScriptSummarizedFunction
-
- All Implemented Interfaces:
com.ibm.wala.classLoader.IMember,com.ibm.wala.classLoader.IMethod,com.ibm.wala.ipa.callgraph.ContextItem,com.ibm.wala.ipa.cha.IClassHierarchyDweller
- Direct Known Subclasses:
JavaScriptConstructorFunctions.JavaScriptConstructor
public class JavaScriptSummarizedFunction extends com.ibm.wala.ipa.summaries.SummarizedMethod
-
-
Constructor Summary
Constructors Constructor Description JavaScriptSummarizedFunction(com.ibm.wala.types.MethodReference ref, com.ibm.wala.ipa.summaries.MethodSummary summary, com.ibm.wala.classLoader.IClass declaringClass)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)com.ibm.wala.cfg.InducedCFGmakeControlFlowGraph(com.ibm.wala.ssa.SSAInstruction[] instructions)-
Methods inherited from class com.ibm.wala.ipa.summaries.SummarizedMethod
getLocalVariableName, getNumberOfParameters, getParameterType, getPoison, getPoisonLevel, getStatements, hasPoison, isAbstract, isNative, isStatic, makeIR
-
Methods inherited from class com.ibm.wala.classLoader.SyntheticMethod
getAnnotations, getBytecodeStream, getClassHierarchy, getDeclaredExceptions, getDeclaringClass, getDescriptor, getLineNumber, getMaxLocals, getMaxStackHeight, getName, getParameterSourcePosition, getReference, getReturnType, getSelector, getSignature, getSourcePosition, getStatements, hasExceptionHandler, hashCode, hasLocalVariableTable, isAnnotation, isBridge, isClinit, isEnum, isFactoryMethod, isFinal, isInit, isModule, isPrivate, isProtected, isPublic, isSynchronized, isSynthetic, isWalaSynthetic, toString
-
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classcom.ibm.wala.classLoader.SyntheticMethod
-
makeControlFlowGraph
public com.ibm.wala.cfg.InducedCFG makeControlFlowGraph(com.ibm.wala.ssa.SSAInstruction[] instructions)
- Overrides:
makeControlFlowGraphin classcom.ibm.wala.classLoader.SyntheticMethod
-
-