Class JavaScriptConstructorFunctions.JavaScriptConstructor

  • 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
    Enclosing class:
    JavaScriptConstructorFunctions

    public static class JavaScriptConstructorFunctions.JavaScriptConstructor
    extends JavaScriptSummarizedFunction
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.ibm.wala.ipa.callgraph.ContextItem

        com.ibm.wala.ipa.callgraph.ContextItem.Value<T extends java.lang.Object>
      • Nested classes/interfaces inherited from interface com.ibm.wala.classLoader.IMethod

        com.ibm.wala.classLoader.IMethod.SourcePosition
    • Field Summary

      • Fields inherited from class com.ibm.wala.classLoader.SyntheticMethod

        declaringClass, NO_STATEMENTS, resolvedMethod
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.ibm.wala.classLoader.IClass constructedType()  
      java.lang.String toString()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.ibm.wala.classLoader.IMethod

        getNumberOfDefaultParameters
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class com.ibm.wala.classLoader.SyntheticMethod
      • constructedType

        public com.ibm.wala.classLoader.IClass constructedType()