Searched refs:has (Results 1 - 25 of 479) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as531 * LA(1) is not what we are looking for. If LA(2) has the right token,
620 * that there has been an identifier matched previously and that
712 * MEMO_RULE_UNKNOWN if the rule has not parsed input starting from
713 * start index. If this rule has parsed input starting from the
737 * This method has a side-effect: if we have seen this input for
H A DDFA.as5 * Any state that has a semantic predicate edge is special; those states
12 * lexer's Tokens rule DFA has 326 states roughly.
178 /** Given a String that has a run-length-encoding of some unsigned shorts
H A DRecognizerSharedState.as33 * has failed to match. Reset to false upon valid token match.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTreeAdaptor.as57 // ensure new subtree root has parent/child index set
70 * in list children of t. Warning: if t has no children, but child does
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas721 /// Specifically that would mean that head is not at 0 but has
726 /// buffer has to wrap.
846 // stream has 7 real + 6 nav nodes
887 // stream has 7 real + 6 nav nodes
937 // stream has 7 real + 6 nav nodes
985 // stream has 9 real + 8 nav nodes
1048 // stream has 9 real + 8 nav nodes
1095 // stream has 9 real + 8 nav nodes
1150 // stream has 7 real + 6 nav nodes
1180 // stream has
[all...]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas346 /// The TLocalStorage record has space for 256 variables. For performance
781 // (2nd ed) has a bug: step R4 should go to step R1, not R2 (already errata'd).
H A DAntlr.Runtime.Tree.pas119 /// Warning: if t has no children, but child does and child isNil then you
428 /// What does a tree look like? ANTLR has a number of support classes
854 /// This is used instead of next() when the result has to be a
857 /// must dup the type node, but ID has been added.
1504 /// Tracks whether a node or subtree has been used in a stream
1507 /// Once a node or subtree has been used in a stream, it must be dup'd
1515 /// The element or stream description; usually has name of the token or
1582 /// This method has the common code of two other methods, which differed in only one
1585 /// <param name="ph">The delegate, which has the chosen function</param>
2149 if Assigned(FChildren) then // must copy, this has childre
[all...]
H A DAntlr.Runtime.pas94 /// last symbol has been read. The index is the symbol about to be
285 /// lexing then you should not throw an exception to the parser--it has already
553 /// has failed to match. Reset to false upon valid token match.
650 /// A Token object like we'd use in ANTLR 2.x; has an actual string created
653 /// that has a string; the tree node will point at this token. CommonToken
654 /// has indexes into a char stream and hence cannot be used to introduce
856 /// MEMO_RULE_UNKNOWN if the rule has not parsed input starting from
857 /// start index. If this rule has parsed input starting from the
874 /// This method has a side-effect: if we have seen this input for
994 /// Any state that has
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/
H A DRuntime.pm93 The initial template usually just has:
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DANTLRFileStream.pm10 has 'file_name' => (
H A DANTLRStringStream.pm12 has 'input' => (
18 has 'p' => (
24 has 'line' => (
30 has 'char_position_in_line' => (
36 has 'mark_depth' => (
42 has 'markers' => (
48 has 'last_marker' => (
54 has 'name' => (
H A DBaseRecognizer.pm38 has 'state' => (
H A DBitSet.pm30 has 'bits' => (
H A DCharStreamState.pm6 has 'p' => (
13 has 'line' => (
20 has 'char_position_in_line' => (
H A DCommonToken.pm14 has 'type' => (
20 has 'line' => (
26 has 'char_position_in_line' => (
33 has 'channel' => (
39 has 'input' => (
47 has 'text' => (
53 has 'index' => (
60 has 'start' => (
66 has 'stop' => (
H A DCommonTokenStream.pm20 has 'token_source' => (
25 has 'tokens' => (
31 has 'channel_override_map' => (
36 has 'discard_set' => (
41 has 'channel' => (
47 has 'discard_off_channel_tokens' => (
53 has 'last_marker' => (
59 has 'p' => (
H A DDFA.pm8 has 'eot' => (
13 has 'eof' => (
18 has 'min' => (
23 has 'max' => (
28 has 'accept' => (
33 has 'special' => (
38 has 'transition' => (
43 has 'decision_number' => (
50 has 'recognizer' => (
166 # Given a String that has
[all...]
H A DLexer.pm18 has 'input' => (
H A DMismatchedTokenException.pm15 has 'expecting' => (
H A DMissingTokenException.pm10 has 'inserted' => (
H A DNoViableAltException.pm7 has 'grammar_decision_description' => (
13 has 'decision_number' => (
19 has 'state_number' => (
H A DParser.pm10 has 'input' => (
H A DParserRuleReturnScope.pm7 has 'start' => (
12 has 'stop' => (

Completed in 1519 milliseconds

1234567891011>>