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
|
Source
|
||||||
packages : Package*
|
packages : Package*
|
||||||
definitions: Definition*
|
definitions: Definition*
|
||||||
|
|
@ -52,6 +29,29 @@ Definition
|
||||||
upperBound: Type
|
upperBound: Type
|
||||||
lowerBound: 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
|
Access
|
||||||
Public
|
Public
|
||||||
Qualified
|
Qualified
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue