Reorder API definition file

This commit is contained in:
Mark Harrah 2009-11-21 16:14:09 -05:00
parent ec85abb0b9
commit d568fcef6f
1 changed files with 23 additions and 23 deletions

View File

@ -1,26 +1,3 @@
Type
SimpleType
Projection
prefix : SimpleType
id : String
ParameterRef
id: Int
Singleton
path: Path
EmptyType
Parameterized
baseType : SimpleType
typeArguments: SimpleType*
Annotated
baseType : SimpleType
annotations : Annotation*
Structure
parents : Type*
declarations: Definition*
Existential
baseType : Type
clause: TypeParameter*
Source
packages : Package*
definitions: Definition*
@ -52,6 +29,29 @@ Definition
upperBound: Type
lowerBound: Type
Type
SimpleType
Projection
prefix : SimpleType
id : String
ParameterRef
id: Int
Singleton
path: Path
EmptyType
Parameterized
baseType : SimpleType
typeArguments: SimpleType*
Annotated
baseType : SimpleType
annotations : Annotation*
Structure
parents : Type*
declarations: Definition*
Existential
baseType : Type
clause: TypeParameter*
Access
Public
Qualified