Class Summary |
ArrowType |
An arrow (lambda) type: lambda[X,...,X](T,...,T) :: T |
Bot |
The type 'Bot', subtype of all other types. |
ClassnameType |
A type which refers to a Java class (which we will treat as an Orc type). |
Datatype |
A syntactic type encompassing all of the information associated with a datatype. |
FreeTypeVariable |
A free type variable. |
PolymorphicTypeAlias |
A representation of an aliased type with type parameters. |
SiteType |
A type corresponding to a Java class which subclasses orc.type.Type,
so that it can be instantiated as an external Orc type by the typechecker. |
Top |
The type 'Top', supertype of all other types. |
TupleType |
A type tuple: (T,...,T) |
Type |
Abstract superclass of syntactic types in the simple AST. |
TypeApplication |
A type instantiation with explicit type parameters: T[T,..,T] |
TypeVariable |
A bound type variable. |