com.ibm.wala.cast.types
Class AstTypeReference

java.lang.Object
  extended by com.ibm.wala.cast.types.AstTypeReference
Direct Known Subclasses:
JavaScriptTypes

public class AstTypeReference
extends java.lang.Object


Field Summary
static java.lang.String functionTypeDescStr
           
static TypeName functionTypeName
           
static java.lang.String functionTypeSourceStr
           
static java.lang.String rootTypeDescStr
           
static TypeName rootTypeName
           
static java.lang.String rootTypeSourceStr
           
 
Constructor Summary
AstTypeReference()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootTypeSourceStr

public static final java.lang.String rootTypeSourceStr
See Also:
Constant Field Values

rootTypeDescStr

public static final java.lang.String rootTypeDescStr
See Also:
Constant Field Values

rootTypeName

public static final TypeName rootTypeName

functionTypeSourceStr

public static final java.lang.String functionTypeSourceStr
See Also:
Constant Field Values

functionTypeDescStr

public static final java.lang.String functionTypeDescStr
See Also:
Constant Field Values

functionTypeName

public static final TypeName functionTypeName
Constructor Detail

AstTypeReference

public AstTypeReference()