Class AbstractType

java.lang.Object
gw.lang.reflect.AbstractType
All Implemented Interfaces:
IType, Serializable
Direct Known Subclasses:
CompoundType, ConstructorType, DefaultArrayType, ErrorType, FunctionType, GosuFragment, InnerClassCapableType, MetaType, NamespaceType, ParameterizedFunctionType, TypeBase, TypeVariableType

public abstract class AbstractType extends Object implements IType
See Also:
  • Field Details

    • _metaType

      private IMetaType _metaType
    • _literalMetaType

      private IMetaType _literalMetaType
  • Constructor Details

    • AbstractType

      public AbstractType()
  • Method Details