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, JDTTypeDictionary.JdtJavaType, JDTTypeDictionary.JdtUnionType

public interface CAstType
  • Field Details

    • DYNAMIC

      static final CAstType DYNAMIC
  • Method Details

    • getName

      String getName()
      Returns the fully-qualified (e.g. bytecode-compliant for Java) type name.
    • getSupertypes

      Collection<CAstType> getSupertypes()