| Package | Description |
|---|---|
| org.quattor.pan.type |
Implements the pan type system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AliasType
Defines an alias type that references another defined type and can optionally
have an additional range defined.
|
class |
BaseType
Common abstract class for all 'primitive' types in the pan language; that is,
types without default values or validation blocks.
|
class |
CompositeType
Common abstract class for all pan language composite types.
|
class |
ConcretePrimitiveType
Concrete implementations of primitive types like booleans, longs, etc.
|
class |
FullType
Represents a complete type specification in the pan language, which can have
a default value and/or a validation block defined.
|
class |
HashType
Implements the dict 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.
|
Copyright © 2014 Quattor. All Rights Reserved.