Package com.ibm.wala.cast.js.types
Class JavaScriptTypes
- java.lang.Object
-
- com.ibm.wala.cast.types.AstTypeReference
-
- com.ibm.wala.cast.js.types.JavaScriptTypes
-
public class JavaScriptTypes extends com.ibm.wala.cast.types.AstTypeReference
-
-
Field Summary
Fields Modifier and Type Field Description static com.ibm.wala.types.TypeReferenceArraystatic com.ibm.wala.types.TypeReferenceBooleanstatic com.ibm.wala.types.TypeReferenceBooleanObjectstatic com.ibm.wala.types.TypeReferenceCodeBodystatic com.ibm.wala.types.TypeReferenceDatestatic com.ibm.wala.types.TypeReferenceDateObjectstatic com.ibm.wala.types.TypeReferenceFakeRootstatic com.ibm.wala.types.TypeReferenceFunctionstatic com.ibm.wala.types.ClassLoaderReferencejsLoaderstatic com.ibm.wala.core.util.strings.AtomjsLoaderNamestatic java.lang.StringjsLoaderNameStrstatic com.ibm.wala.core.util.strings.AtomjsNamestatic java.lang.StringjsNameStrstatic com.ibm.wala.types.TypeReferenceNullstatic com.ibm.wala.types.TypeReferenceNumberstatic com.ibm.wala.types.TypeReferenceNumberObjectstatic com.ibm.wala.types.TypeReferenceObjectstatic com.ibm.wala.types.TypeReferencePrimitivesstatic com.ibm.wala.types.TypeReferenceReferenceErrorstatic com.ibm.wala.types.TypeReferenceRegExpstatic com.ibm.wala.types.TypeReferenceRegExpObjectstatic com.ibm.wala.types.TypeReferenceRootstatic com.ibm.wala.types.TypeReferenceScriptstatic com.ibm.wala.types.TypeReferenceStringstatic com.ibm.wala.types.TypeReferenceStringObjectstatic com.ibm.wala.types.TypeReferenceTypeErrorstatic com.ibm.wala.types.TypeReferenceUndefined
-
Constructor Summary
Constructors Constructor Description JavaScriptTypes()
-
-
-
Field Detail
-
jsNameStr
public static final java.lang.String jsNameStr
- See Also:
- Constant Field Values
-
jsLoaderNameStr
public static final java.lang.String jsLoaderNameStr
- See Also:
- Constant Field Values
-
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
-
-