OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMO_RULE_UNKNOWN
(Results
1 - 2
of
2
) sorted by null
/external/antlr/src/org/antlr/runtime/
BaseRecognizer.java
42
public static final int
MEMO_RULE_UNKNOWN
= -1;
784
*
MEMO_RULE_UNKNOWN
if the rule has not parsed input starting from
800
return
MEMO_RULE_UNKNOWN
;
806
* input stream? Return the stop token index or
MEMO_RULE_UNKNOWN
.
816
if ( stopIndex==
MEMO_RULE_UNKNOWN
) {
/external/antlr/src/org/antlr/runtime/debug/
Profiler.java
178
int stopIndex, // index or
MEMO_RULE_UNKNOWN
...
182
if ( stopIndex==BaseRecognizer.
MEMO_RULE_UNKNOWN
) {
Completed in 127 milliseconds