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 106106 </goals >
107107 </execution >
108108 </executions >
109- <configuration >
110- <nodeDefaultVoid >true</nodeDefaultVoid >
111- <visitor >true</visitor >
112- <trackTokens >true</trackTokens >
113- </configuration >
114109 <dependencies >
115110 <dependency >
116111 <groupId >net.java.dev.javacc</groupId >
Original file line number Diff line number Diff line change 2121 */
2222
2323options{
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;
3232 JAVA_TEMPLATE_TYPE = "modern";
3333 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;
3639}
3740
3841PARSER_BEGIN(CCJSqlParser)
You can’t perform that action at this time.
0 commit comments