File tree Expand file tree Collapse file tree 2 files changed +13
-15
lines changed
src/main/jjtree/net/sf/jsqlparser/parser Expand file tree Collapse file tree 2 files changed +13
-15
lines changed Original file line number Diff line number Diff line change 106
106
</goals >
107
107
</execution >
108
108
</executions >
109
- <configuration >
110
- <nodeDefaultVoid >true</nodeDefaultVoid >
111
- <visitor >true</visitor >
112
- <trackTokens >true</trackTokens >
113
- </configuration >
114
109
<dependencies >
115
110
<dependency >
116
111
<groupId >net.java.dev.javacc</groupId >
Original file line number Diff line number Diff line change 21
21
*/
22
22
23
23
options{
24
- IGNORE_CASE= true ;
25
- STATIC= false;
26
- DEBUG_PARSER= false;
27
- DEBUG_LOOKAHEAD= false;
28
- DEBUG_TOKEN_MANAGER= false;
29
- CACHE_TOKENS= false;
30
- // FORCE_LA_CHECK= true;
31
- UNICODE_INPUT= true;
24
+ IGNORE_CASE = true ;
25
+ STATIC = false;
26
+ DEBUG_PARSER = false;
27
+ DEBUG_LOOKAHEAD = false;
28
+ DEBUG_TOKEN_MANAGER = false;
29
+ CACHE_TOKENS = false;
30
+ // FORCE_LA_CHECK = true;
31
+ UNICODE_INPUT = true;
32
32
JAVA_TEMPLATE_TYPE = "modern";
33
33
JDK_VERSION = "1.7";
34
- TOKEN_EXTENDS ="BaseToken";
35
- COMMON_TOKEN_ACTION=true;
34
+ TOKEN_EXTENDS = "BaseToken";
35
+ COMMON_TOKEN_ACTION = true;
36
+ NODE_DEFAULT_VOID = true;
37
+ TRACK_TOKENS = true;
38
+ VISITOR = true;
36
39
}
37
40
38
41
PARSER_BEGIN(CCJSqlParser)
You can’t perform that action at this time.
0 commit comments