aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/com/puppycrawl/tools/checkstyle/asttreestringprinter/ExpectedAstTreeStringPrinterFullOfBlockCommentsCR.txt
blob: 556352d034691a72dc1848ff489e32215914751e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
PACKAGE_DEF -> package [1:0]
|--ANNOTATIONS -> ANNOTATIONS [1:43]
|--DOT -> . [1:43]
|   |--DOT -> . [1:32]
|   |   |--DOT -> . [1:26]
|   |   |   |--DOT -> . [1:15]
|   |   |   |   |--BLOCK_COMMENT_BEGIN -> /* [1:7]
|   |   |   |   |   |--COMMENT_CONTENT -> 2 [1:9]
|   |   |   |   |   `--BLOCK_COMMENT_END -> */ [1:9]
|   |   |   |   |--IDENT -> com [1:12]
|   |   |   |   `--IDENT -> puppycrawl [1:16]
|   |   |   `--IDENT -> tools [1:27]
|   |   `--IDENT -> checkstyle [1:33]
|   `--IDENT -> astprinter [1:44]
`--SEMI -> ; [1:54]
CLASS_DEF -> CLASS_DEF [3:0]
|--MODIFIERS -> MODIFIERS [3:0]
|   |--BLOCK_COMMENT_BEGIN -> /* [2:0]
|   |   |--COMMENT_CONTENT -> 13 [2:2]
|   |   `--BLOCK_COMMENT_END -> */ [2:3]
|   `--LITERAL_PUBLIC -> public [3:0]
|--BLOCK_COMMENT_BEGIN -> /* [3:6]
|   |--COMMENT_CONTENT -> 15 [3:8]
|   `--BLOCK_COMMENT_END -> */ [3:9]
|--LITERAL_CLASS -> class [3:12]
|--BLOCK_COMMENT_BEGIN -> /* [3:17]
|   |--COMMENT_CONTENT -> 16 [3:19]
|   `--BLOCK_COMMENT_END -> */ [3:20]
|--IDENT -> InputAstTreeStringPrinterFullOfBlockCommentsCR [3:23]
`--OBJBLOCK -> OBJBLOCK [3:75]
    |--BLOCK_COMMENT_BEGIN -> /* [3:69]
    |   |--COMMENT_CONTENT -> 49 [3:71]
    |   `--BLOCK_COMMENT_END -> */ [3:72]
    |--LCURLY -> { [3:75]
    |--BLOCK_COMMENT_BEGIN -> /* [3:76]
    |   |--COMMENT_CONTENT -> \r21\r [3:78]
    |   `--BLOCK_COMMENT_END -> */ [5:0]
    `--RCURLY -> } [5:2]