Class JavaScriptTypes


  • public class JavaScriptTypes
    extends com.ibm.wala.cast.types.AstTypeReference
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.ibm.wala.types.TypeReference Array  
      static com.ibm.wala.types.TypeReference Boolean  
      static com.ibm.wala.types.TypeReference BooleanObject  
      static com.ibm.wala.types.TypeReference CodeBody  
      static com.ibm.wala.types.TypeReference Date  
      static com.ibm.wala.types.TypeReference DateObject  
      static com.ibm.wala.types.TypeReference FakeRoot  
      static com.ibm.wala.types.TypeReference Function  
      static com.ibm.wala.types.ClassLoaderReference jsLoader  
      static com.ibm.wala.core.util.strings.Atom jsLoaderName  
      static java.lang.String jsLoaderNameStr  
      static com.ibm.wala.core.util.strings.Atom jsName  
      static java.lang.String jsNameStr  
      static com.ibm.wala.types.TypeReference Null  
      static com.ibm.wala.types.TypeReference Number  
      static com.ibm.wala.types.TypeReference NumberObject  
      static com.ibm.wala.types.TypeReference Object  
      static com.ibm.wala.types.TypeReference Primitives  
      static com.ibm.wala.types.TypeReference ReferenceError  
      static com.ibm.wala.types.TypeReference RegExp  
      static com.ibm.wala.types.TypeReference RegExpObject  
      static com.ibm.wala.types.TypeReference Root  
      static com.ibm.wala.types.TypeReference Script  
      static com.ibm.wala.types.TypeReference String  
      static com.ibm.wala.types.TypeReference StringObject  
      static com.ibm.wala.types.TypeReference TypeError  
      static com.ibm.wala.types.TypeReference Undefined  
      • Fields inherited from class com.ibm.wala.cast.types.AstTypeReference

        functionTypeDescStr, functionTypeName, functionTypeSourceStr, rootTypeDescStr, rootTypeName, rootTypeSourceStr
    • Constructor Summary

      Constructors 
      Constructor Description
      JavaScriptTypes()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • jsName

        public static final com.ibm.wala.core.util.strings.Atom jsName
      • jsLoaderName

        public static final com.ibm.wala.core.util.strings.Atom jsLoaderName
      • jsLoader

        public static final com.ibm.wala.types.ClassLoaderReference jsLoader
      • Root

        public static final com.ibm.wala.types.TypeReference Root
      • Undefined

        public static final com.ibm.wala.types.TypeReference Undefined
      • Null

        public static final com.ibm.wala.types.TypeReference Null
      • Array

        public static final com.ibm.wala.types.TypeReference Array
      • Object

        public static final com.ibm.wala.types.TypeReference Object
      • CodeBody

        public static final com.ibm.wala.types.TypeReference CodeBody
      • Function

        public static final com.ibm.wala.types.TypeReference Function
      • Script

        public static final com.ibm.wala.types.TypeReference Script
      • ReferenceError

        public static final com.ibm.wala.types.TypeReference ReferenceError
      • TypeError

        public static final com.ibm.wala.types.TypeReference TypeError
      • Primitives

        public static final com.ibm.wala.types.TypeReference Primitives
      • FakeRoot

        public static final com.ibm.wala.types.TypeReference FakeRoot
      • Boolean

        public static final com.ibm.wala.types.TypeReference Boolean
      • String

        public static final com.ibm.wala.types.TypeReference String
      • Number

        public static final com.ibm.wala.types.TypeReference Number
      • Date

        public static final com.ibm.wala.types.TypeReference Date
      • RegExp

        public static final com.ibm.wala.types.TypeReference RegExp
      • BooleanObject

        public static final com.ibm.wala.types.TypeReference BooleanObject
      • StringObject

        public static final com.ibm.wala.types.TypeReference StringObject
      • NumberObject

        public static final com.ibm.wala.types.TypeReference NumberObject
      • DateObject

        public static final com.ibm.wala.types.TypeReference DateObject
      • RegExpObject

        public static final com.ibm.wala.types.TypeReference RegExpObject
    • Constructor Detail

      • JavaScriptTypes

        public JavaScriptTypes()