From 0ebd4bfea7cc1a2e4e8771eef56f9744d3dc840d Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sat, 21 Nov 2009 16:14:09 -0500 Subject: [PATCH] Reorder API definition file --- interface/definition | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/interface/definition b/interface/definition index 33cb55aec..1ce6fe02a 100644 --- a/interface/definition +++ b/interface/definition @@ -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