@@ -5,13 +5,13 @@ CompilationUnit {
55. Roles: File
66. Children: {
77. . 0: AnnotationTypeDeclaration {
8- . . . Roles: TypeDeclaration ,Incomplete
8+ . . . Roles: Declaration,Type ,Incomplete
99. . . Properties: {
1010. . . . internalRole: types
1111. . . }
1212. . . Children: {
1313. . . . 0: SimpleName {
14- . . . . . Roles: SimpleIdentifier, Expression
14+ . . . . . Roles: Expression,Identifier
1515. . . . . TOKEN "A"
1616. . . . . StartPosition: {
1717. . . . . . Offset: 11
@@ -28,13 +28,13 @@ CompilationUnit {
2828. . . . . }
2929. . . . }
3030. . . . 1: AnnotationTypeMemberDeclaration {
31- . . . . . Roles: TypeDeclarationBody ,Incomplete
31+ . . . . . Roles: Body,Declaration,Type ,Incomplete
3232. . . . . Properties: {
3333. . . . . . internalRole: bodyDeclarations
3434. . . . . }
3535. . . . . Children: {
3636. . . . . . 0: PrimitiveType {
37- . . . . . . . Roles: Incomplete
37+ . . . . . . . Roles: Type,Primitive
3838. . . . . . . TOKEN "int"
3939. . . . . . . StartPosition: {
4040. . . . . . . . Offset: 17
@@ -51,7 +51,7 @@ CompilationUnit {
5151. . . . . . . }
5252. . . . . . }
5353. . . . . . 1: SimpleName {
54- . . . . . . . Roles: SimpleIdentifier, Expression
54+ . . . . . . . Roles: Expression,Identifier
5555. . . . . . . TOKEN "a"
5656. . . . . . . StartPosition: {
5757. . . . . . . . Offset: 21
@@ -68,7 +68,7 @@ CompilationUnit {
6868. . . . . . . }
6969. . . . . . }
7070. . . . . . 2: NumberLiteral {
71- . . . . . . . Roles: NumberLiteral, Expression
71+ . . . . . . . Roles: Expression,Literal,Number
7272. . . . . . . StartPosition: {
7373. . . . . . . . Offset: 33
7474. . . . . . . . Line: 2
0 commit comments