sbt/interface/type

31 lines
502 B
Plaintext
Raw Normal View History

2010-01-23 02:17:49 +01:00
Type
SimpleType
Projection
prefix : SimpleType
id: String
2010-01-23 02:17:49 +01:00
ParameterRef
id: String
2010-01-23 02:17:49 +01:00
Singleton
path: Path
EmptyType
Parameterized
baseType : SimpleType
typeArguments: Type*
2011-02-15 00:59:54 +01:00
Constant
baseType: Type
value: String
2010-01-23 02:17:49 +01:00
Annotated
baseType : SimpleType
annotations : Annotation*
Structure
parents : ~Type*
declared: ~Definition*
inherited: ~Definition*
2010-01-23 02:17:49 +01:00
Existential
baseType : Type
clause: TypeParameter*
Polymorphic
baseType: Type
parameters: TypeParameter*