Interface CAstType
- All Known Subinterfaces:
CAstType.Array, CAstType.Class, CAstType.Complex, CAstType.Function, CAstType.Method, CAstType.Primitive, CAstType.Reference, CAstType.Union, JavaType
- All Known Implementing Classes:
JavaPrimitiveTypeMap.JavaPrimitiveType, JDTJava2CAstTranslator.ProcedureEntity.JdtMethodCAstType, JDTTypeDictionary.JdtJavaType, JDTTypeDictionary.JdtLambdaType, JDTTypeDictionary.JdtUnionType
public interface CAstType
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interfacestatic interface -
Field Summary
Fields -
Method Summary
-
Field Details
-
DYNAMIC
-
-
Method Details
-
getName
String getName()Returns the fully-qualified (e.g. bytecode-compliant for Java) type name. -
getSupertypes
Collection<CAstType> getSupertypes()
-