aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/astprinter/expectedInputAstTreeStringPrinter.txt
blob: 97b757a464dbc746362b131dcc3cc7682882592d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PACKAGE_DEF -> package [1:0]
|--ANNOTATIONS -> ANNOTATIONS [1:28]
|--DOT -> . [1:28]
|   |--DOT -> . [1:22]
|   |   |--DOT -> . [1:11]
|   |   |   |--IDENT -> com [1:8]
|   |   |   `--IDENT -> puppycrawl [1:12]
|   |   `--IDENT -> tools [1:23]
|   `--IDENT -> checkstyle [1:29]
`--SEMI -> ; [1:39]
CLASS_DEF -> CLASS_DEF [4:0]
|--MODIFIERS -> MODIFIERS [4:0]
|--LITERAL_CLASS -> class [4:0]
|--IDENT -> InputAstTreeStringPrinterComments [4:6]
`--OBJBLOCK -> OBJBLOCK [4:40]
    |--LCURLY -> { [4:40]
    `--RCURLY -> } [6:0]