OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:subrule
(Results
1 - 25
of
59
) sorted by null
1
2
3
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/
TreeRewrite.g
8
rule: INT
subrule
-> ^(
subrule
INT)
11
subrule
TreeRewriteParser.m
207
* TreeRewrite.g:8:1: rule : INT
subrule
-> ^(
subrule
INT ) ;
233
description:@"rule
subrule
"] retain];
234
// TreeRewrite.g:8:5: ( INT
subrule
-> ^(
subrule
INT ) ) // ruleBlockSingleAlt
235
// TreeRewrite.g:8:7: INT
subrule
// alt
243
subrule2 = [self
subrule
];
251
// elements:
subrule
, INT
265
// 8:19: -> ^(
subrule
INT )
267
// TreeRewrite.g:8:22: ^(
subrule
INT
[
all
...]
TreeRewriteParser.h
120
- (TreeRewriteParser_subrule_return *)
subrule
;
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js
7
* in a
subrule
are different: (ID INT)+ where |ID|!=|INT|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
TreeRewriteParser.m
201
* /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:1: rule : INT
subrule
-> ^(
subrule
INT ) ;
225
description:@"rule
subrule
"] retain];
226
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:5: ( INT
subrule
-> ^(
subrule
INT ) ) // ruleBlockSingleAlt
227
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:7: INT
subrule
// alt
233
subrule2 = [self
subrule
];
241
// elements: INT,
subrule
258
// 8:19: -> ^(
subrule
INT )
260
// /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/treerewrite/TreeRewrite.g:8:22: ^(
subrule
INT
[
all
...]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
nuances.rb
38
grammar
Subrule
;
58
lexer =
Subrule
::Lexer.new( 'BEGIN A END' )
59
parser =
Subrule
::Parser.new lexer
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRDebugEventListener.h
53
/** Track entry into any (...)
subrule
other EBNF construct */
61
*
subrule
but multiple enter/exit decision events, one for each
126
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
147
* The sequence for this rule (with no viable alt in the
subrule
) for
240
* such as when entering a
subrule
in automatic mode and when
259
* only when the current
subrule
(or rule) subtree is
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRDebugEventListener.h
53
/** Track entry into any (...)
subrule
other EBNF construct */
61
*
subrule
but multiple enter/exit decision events, one for each
126
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
147
* The sequence for this rule (with no viable alt in the
subrule
) for
240
* such as when entering a
subrule
in automatic mode and when
259
* only when the current
subrule
(or rule) subtree is
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRDebugEventListener.h
53
/** Track entry into any (...)
subrule
other EBNF construct */
61
*
subrule
but multiple enter/exit decision events, one for each
126
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
147
* The sequence for this rule (with no viable alt in the
subrule
) for
240
* such as when entering a
subrule
in automatic mode and when
259
* only when the current
subrule
(or rule) subtree is
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRDebugEventListener.h
53
/** Track entry into any (...)
subrule
other EBNF construct */
61
*
subrule
but multiple enter/exit decision events, one for each
126
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
147
* The sequence for this rule (with no viable alt in the
subrule
) for
240
* such as when entering a
subrule
in automatic mode and when
259
* only when the current
subrule
(or rule) subtree is
/external/icu4c/layout/
ContextualSubstSubtables.cpp
207
for (le_uint16
subRule
= 0;
subRule
< subRuleCount;
subRule
+= 1) {
209
SWAPW(subRuleSetTable->subRuleTableOffsetArray[
subRule
]);
385
for (le_uint16
subRule
= 0;
subRule
< chainSubRuleCount;
subRule
+= 1) {
387
SWAPW(chainSubRuleSetTable->chainSubRuleTableOffsetArray[
subRule
]);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
RewriteCardinalityException.as
31
* in a
subrule
are different: (ID INT)+ where |ID|!=|INT|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
RewriteCardinalityException.java
32
* in a
subrule
are different: (ID INT)+ where |ID|!=|INT|
/external/antlr/antlr-3.4/runtime/C/include/
antlr3debugeventlistener.h
120
/** Track entry into any (...)
subrule
other EBNF construct
129
*
subrule
but multiple enter/exit decision events, one for each
194
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
215
* The sequence for this rule (with no viable alt in the
subrule
) for
322
* such as when entering a
subrule
in automatic mode and when
360
* only when the current
subrule
(or rule) subtree is
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
IDebugEventListener.cs
77
/** <summary>Track entry into any (...)
subrule
other EBNF construct</summary> */
86
*
subrule
but multiple enter/exit decision events, one for each
171
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
192
* The sequence for this rule (with no viable alt in the
subrule
) for
303
* such as when entering a
subrule
in automatic mode and when
352
* only when the current
subrule
(or rule) subtree is
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/
IDebugEventListener.cs
79
/** <summary>Track entry into any (...)
subrule
other EBNF construct</summary> */
88
*
subrule
but multiple enter/exit decision events, one for each
173
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
194
* The sequence for this rule (with no viable alt in the
subrule
) for
305
* such as when entering a
subrule
in automatic mode and when
354
* only when the current
subrule
(or rule) subtree is
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
DebugEventListener.java
72
/** Track entry into any (...)
subrule
other EBNF construct */
80
*
subrule
but multiple enter/exit decision events, one for each
145
* Upon error, the stack of enter rule/
subrule
must be properly unwound.
166
* The sequence for this rule (with no viable alt in the
subrule
) for
260
* such as when entering a
subrule
in automatic mode and when
298
* only when the current
subrule
(or rule) subtree is
/external/harfbuzz/src/
harfbuzz-gsub-private.h
188
HB_SubRule*
SubRule
; /* array of
SubRule
tables */
189
HB_UShort SubRuleCount; /* number of
SubRule
tables */
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h
188
HB_SubRule*
SubRule
; /* array of
SubRule
tables */
189
HB_UShort SubRuleCount; /* number of
SubRule
tables */
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
RewriteCardinalityException.cs
42
* in a
subrule
are different: (ID INT)+ where |ID|!=|INT|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
RewriteCardinalityException.cs
43
* in a
subrule
are different: (ID INT)+ where |ID|!=|INT|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
debug.rb
406
# Track entry into any (...)
subrule
other EBNF construct
419
#
subrule
but multiple enter/exit decision events, one for each
499
# Upon error, the stack of enter rule/
subrule
must be properly unwound.
516
# The sequence for this rule (with no viable alt in the
subrule
) for
617
# such as when entering a
subrule
in automatic mode and when
648
# only when the current
subrule
(or rule) subtree is
error.rb
390
within parentheses. When recognition code enters a rule method (or a
subrule
422
The recognizer is in a <tt>(..)+</tt>
subrule
, meaning the recognizer must
423
match the body of the
subrule
one or more times. If it fails to match at least
424
one occurence of the
subrule
, the recognizer will raise an EarlyExit
/external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py
443
"""Track entry into any (...)
subrule
other EBNF construct"""
455
subrule
but multiple enter/exit decision events, one for each
532
Upon error, the stack of enter rule/
subrule
must be properly unwound.
553
The sequence for this rule (with no viable alt in the
subrule
) for
661
such as when entering a
subrule
in automatic mode and when
696
only when the current
subrule
(or rule) subtree is
[
all
...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g
938
(
subrule
=ebnfSuffix[$t.tree,true]
939
-> $
subrule
945
(
subrule
=ebnfSuffix[$tr.tree,true]
946
-> $
subrule
Completed in 3948 milliseconds
1
2
3