|
| 1 | +Status: ok |
| 2 | +Errors: |
| 3 | +UAST: |
| 4 | +CompilationUnit { |
| 5 | +. Roles: File |
| 6 | +. Children: { |
| 7 | +. . 0: TypeDeclaration { |
| 8 | +. . . Roles: VisibleFromPackage,TypeDeclaration |
| 9 | +. . . StartPosition: { |
| 10 | +. . . . Offset: 0 |
| 11 | +. . . . Line: 1 |
| 12 | +. . . . Col: 0 |
| 13 | +. . . } |
| 14 | +. . . Properties: { |
| 15 | +. . . . interface: false |
| 16 | +. . . . internalRole: types |
| 17 | +. . . } |
| 18 | +. . . Children: { |
| 19 | +. . . . 0: SimpleName { |
| 20 | +. . . . . Roles: SimpleIdentifier |
| 21 | +. . . . . TOKEN "Code" |
| 22 | +. . . . . StartPosition: { |
| 23 | +. . . . . . Offset: 6 |
| 24 | +. . . . . . Line: 1 |
| 25 | +. . . . . . Col: 0 |
| 26 | +. . . . . } |
| 27 | +. . . . . Properties: { |
| 28 | +. . . . . . internalRole: name |
| 29 | +. . . . . } |
| 30 | +. . . . } |
| 31 | +. . . . 1: MethodDeclaration { |
| 32 | +. . . . . Roles: VisibleFromPackage,FunctionDeclaration |
| 33 | +. . . . . StartPosition: { |
| 34 | +. . . . . . Offset: 15 |
| 35 | +. . . . . . Line: 2 |
| 36 | +. . . . . . Col: 0 |
| 37 | +. . . . . } |
| 38 | +. . . . . Properties: { |
| 39 | +. . . . . . constructor: false |
| 40 | +. . . . . . internalRole: bodyDeclarations |
| 41 | +. . . . . } |
| 42 | +. . . . . Children: { |
| 43 | +. . . . . . 0: PrimitiveType { |
| 44 | +. . . . . . . TOKEN "void" |
| 45 | +. . . . . . . StartPosition: { |
| 46 | +. . . . . . . . Offset: 15 |
| 47 | +. . . . . . . . Line: 2 |
| 48 | +. . . . . . . . Col: 0 |
| 49 | +. . . . . . . } |
| 50 | +. . . . . . . Properties: { |
| 51 | +. . . . . . . . internalRole: returnType2 |
| 52 | +. . . . . . . } |
| 53 | +. . . . . . } |
| 54 | +. . . . . . 1: SimpleName { |
| 55 | +. . . . . . . Roles: SimpleIdentifier,FunctionDeclarationName |
| 56 | +. . . . . . . TOKEN "code" |
| 57 | +. . . . . . . StartPosition: { |
| 58 | +. . . . . . . . Offset: 20 |
| 59 | +. . . . . . . . Line: 2 |
| 60 | +. . . . . . . . Col: 0 |
| 61 | +. . . . . . . } |
| 62 | +. . . . . . . Properties: { |
| 63 | +. . . . . . . . internalRole: name |
| 64 | +. . . . . . . } |
| 65 | +. . . . . . } |
| 66 | +. . . . . . 2: Block { |
| 67 | +. . . . . . . Roles: FunctionDeclarationBody,BlockScope,Block |
| 68 | +. . . . . . . Properties: { |
| 69 | +. . . . . . . . internalRole: body |
| 70 | +. . . . . . . } |
| 71 | +. . . . . . . Children: { |
| 72 | +. . . . . . . . 0: ThrowStatement { |
| 73 | +. . . . . . . . . Roles: Throw,Statement |
| 74 | +. . . . . . . . . Properties: { |
| 75 | +. . . . . . . . . . internalRole: statements |
| 76 | +. . . . . . . . . } |
| 77 | +. . . . . . . . . Children: { |
| 78 | +. . . . . . . . . . 0: NullLiteral { |
| 79 | +. . . . . . . . . . . Roles: NullLiteral |
| 80 | +. . . . . . . . . . . TOKEN "null" |
| 81 | +. . . . . . . . . . . Properties: { |
| 82 | +. . . . . . . . . . . . internalRole: expression |
| 83 | +. . . . . . . . . . . } |
| 84 | +. . . . . . . . . . } |
| 85 | +. . . . . . . . . } |
| 86 | +. . . . . . . . } |
| 87 | +. . . . . . . } |
| 88 | +. . . . . . } |
| 89 | +. . . . . } |
| 90 | +. . . . } |
| 91 | +. . . } |
| 92 | +. . } |
| 93 | +. } |
| 94 | +} |
| 95 | + |
0 commit comments