Lines Matching +full:i +full:- +full:plus
1 //https://github.com/antlr/grammars-v4/
8 https://github.com/antlr/antlr4/blob/master/doc/lexer-rules.md
23 PLUS: '+';
24 MINUS: '-';
55 IN: I N;
56 IS: I S;
57 ISNULL: I S N U L L;
58 LIKE: L I K E;
59 LIMIT: L I M I T;
73 DATETIME: D A T E T I M E;
81 BACKLINKS: B A C K L I N K S;
92 fragment Exponent : ('e' | 'E') ( PLUS|MINUS )? (Digit)+;
96 | PLUS | STAR | QUESTION | MINUS | DOT
102 …in the string can be encoded by putting two single quotes in a row - as in Pascal. C-style escapes…
142 SPACES: [ \u000B\t\r\n] -> channel(HIDDEN);
151 fragment HEX_DIGIT: [0-9a-fA-F];
168 fragment I: [iI];
189 * https://github.com/antlr/antlr4/blob/master/doc/parser-rules.md