mirror of https://github.com/sbt/sbt.git
Reorder API definition file
This commit is contained in:
parent
ec85abb0b9
commit
d568fcef6f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue