Uses of Class
org.quattor.pan.type.BaseType

Packages that use BaseType
org.quattor.pan.type Implements the pan type system. 
 

Uses of BaseType in org.quattor.pan.type
 

Subclasses of BaseType in org.quattor.pan.type
 class AliasType
          Defines an alias type that references another defined type and can optionally have an additional range defined.
 class CompositeType
          Common abstract class for all pan language composite types.
 class ConcretePrimitiveType
          Concrete implementations of primitive types like booleans, longs, etc.
 class HashType
          Implements the nlist type for the pan language.
 class LinkType
          Implements the link type for the pan language.
 class ListType
          Implements a list type for the pan language.
 class PrimitiveType
          Superclass of all pan language primitive types; these include all simple, atomic data type like booleans, longs, etc.
 class RecordType
          Implements the pan record type.
 

Fields in org.quattor.pan.type declared as BaseType
protected  BaseType CompositeType.baseType
           
 

Methods in org.quattor.pan.type that return BaseType
 BaseType FullType.getBaseType()
           
 

Constructors in org.quattor.pan.type with parameters of type BaseType
CompositeType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Range range)
           
FullType(BaseType baseType)
          This contructor is intended for built-in types that have neither source locations or default values.
FullType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Element defaultValue, Operation dml)
           
HashType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Range range)
          Constructor for HashType takes another BaseType as the type of the hash.
LinkType(java.lang.String source, SourceRange sourceRange, BaseType baseType)
          Constructor for LinkType takes another BaseType as the type of the link.
ListType(java.lang.String source, SourceRange sourceRange, BaseType baseType, Range range)
          Constructor for LinkType takes another BaseType as the type of the list.
 



Copyright © 2011 Quattor. All Rights Reserved.