OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optionsspec
(Results
1 - 10
of
10
) sorted by null
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3Tree.g
42
: ^( grammarType ID DOC_COMMENT?
optionsSpec
? tokensSpec? attrScope* action* rule+ )
71
optionsSpec
89
throwsSpec?
optionsSpec
? ruleScopeSpec? ruleAction*
115
: ^( BLOCK
optionsSpec
? (alternative rewrite)+ EOB )
152
| ^(CHAR_RANGE CHAR_LITERAL CHAR_LITERAL
optionsSpec
?)
153
| ^('~' notTerminal
optionsSpec
?)
154
| ^('~' block
optionsSpec
?)
158
| ^(CHAR_LITERAL
optionsSpec
)
160
| ^(TOKEN_REF
optionsSpec
)
161
| ^(TOKEN_REF ARG_ACTION
optionsSpec
)
[
all
...]
LeftRecursiveRuleWalker.g
88
optionsSpec
120
optionsSpec
?
144
optionsSpec
?
156
optionsSpec
?
ANTLRTreePrinter.g
151
(
optionsSpec
)? {out(";\n");}
183
optionsSpec
238
(
optionsSpec
)?
259
(
optionsSpec
)?
315
(
optionsSpec
{out(" :");} )?
ANTLRv3.g
99
g='grammar' id ';'
optionsSpec
? tokensSpec? attrScope* action*
103
id DOC_COMMENT?
optionsSpec
? tokensSpec? attrScope* action* rule+
137
optionsSpec
163
throwsSpec?
optionsSpec
? ruleScopeSpec? ruleAction*
167
throwsSpec?
optionsSpec
? ruleScopeSpec? ruleAction*
193
( (opts=
optionsSpec
)? ':' )?
196
-> ^( BLOCK[$lp,"BLOCK"]
optionsSpec
? altpair+ EOB[$rp,"EOB"] )
ANTLR.g
455
(
optionsSpec
{opts = $
optionsSpec
.opts; grammar.setOptions(opts, $
optionsSpec
.start);}
463
-> ^($gr $gid $cmt?
optionsSpec
? $ig? $ts? $scopes? $a? $r)
498
optionsSpec
returns [Map<String, Object> opts=new HashMap<String, Object>()]
581
(
optionsSpec
)?
585
ruleAltList[$
optionsSpec
.opts]
595
optionsSpec
?
604
((GrammarAST)$tree.getChild(0)).setBlockOptions($
optionsSpec
.opts);
667
(
optionsSpec
{((GrammarAST)$tree.getChild(0)).setOptions(grammar,$optionsSpec.opts);})
[
all
...]
AssignTokenTypesWalker.g
214
(
optionsSpec
)?
226
optionsSpec
returns [Map<Object, Object> opts = new HashMap<Object, Object>()]
304
(
optionsSpec
)?
330
(
optionsSpec
)?
DefineGrammarItemsWalker.g
150
(
optionsSpec
)?
180
optionsSpec
218
(
optionsSpec
)?
328
(
optionsSpec
)?
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
serialize.g
79
(
optionsSpec
)?
91
optionsSpec
147
(
optionsSpec
)?
169
(
optionsSpec
)?
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g
101
g='grammar' id ';'
optionsSpec
? tokensSpec? attrScope* action*
105
id DOC_COMMENT?
optionsSpec
? tokensSpec? attrScope* action* rule+
139
optionsSpec
168
throwsSpec?
optionsSpec
? ruleScopeSpec? ruleAction*
172
optionsSpec
? ruleScopeSpec? ruleAction*
198
( (opts=
optionsSpec
)? ':' )?
201
-> ^( BLOCK[$lp,"BLOCK"]
optionsSpec
? (alternative rewrite?)+ EOB[$rp,"EOB"] )
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g
61
optionsSpec
? header? testsuite*
64
optionsSpec
Completed in 304 milliseconds