Package com.ibm.wala.cast.types
Class AstTypeReference
- java.lang.Object
-
- com.ibm.wala.cast.types.AstTypeReference
-
public class AstTypeReference extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
functionTypeDescStr
static TypeName
functionTypeName
static String
functionTypeSourceStr
static String
rootTypeDescStr
static TypeName
rootTypeName
static String
rootTypeSourceStr
-
Constructor Summary
Constructors Constructor Description AstTypeReference()
-
-
-
Field Detail
-
rootTypeSourceStr
public static final String rootTypeSourceStr
- See Also:
- Constant Field Values
-
rootTypeDescStr
public static final String rootTypeDescStr
- See Also:
- Constant Field Values
-
rootTypeName
public static final TypeName rootTypeName
-
functionTypeSourceStr
public static final String functionTypeSourceStr
- See Also:
- Constant Field Values
-
functionTypeDescStr
public static final String functionTypeDescStr
- See Also:
- Constant Field Values
-
functionTypeName
public static final TypeName functionTypeName
-
-