/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
TLexer.m | 26 * Start of recognizer
|
TParser.m | 34 * Start of recognizer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.h | 29 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;
|
SimpleCParser.java | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCParser.h | 16 - initWithRecognizer:(ANTLRBaseRecognizer *)recognizer;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangLexer.m | 26 * Start of recognizer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteParser.m | 26 * Start of recognizer
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/ |
TreeRewriteParser.m | 52 * Start of recognizer
|
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/ |
Lexer.pm | 26 # reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
streams.rb | 96 to a recognizer at look-ahead position specified by <tt>k</tt>. For 104 <i>bare-minimum lightweight information</i> that the recognizer needs, 177 # used to quickly retreive the object of interest to a recognizer at lookahead 344 a recognizer can arbitrarily step forward and backward through the stream's [all...] |
main.rb | 84 | a string to use as direct input to the recognizer 88 | run an interactive session with the recognizer
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
Target.java | 44 * generated recognizer file.
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/ |
ActionScript.stg | 38 /** The overall file structure of a recognizer; stores methods for rules 42 docComment, recognizer, 60 <recognizer> 211 appear to be defined in this recognizer. !> [all...] |
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/ |
Dbg.stg | 306 // ((DebugParser)recognizer).dbg.RecognitionException( nvae );
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/ |
Dbg.stg | 305 // ((DebugParser)recognizer).dbg.RecognitionException( nvae );
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3rewritestreams.c | 98 // Add the stream into the recognizer stream stack vector 167 // Add the stream into the recognizer stream stack vector
|
/external/llvm/lib/CodeGen/ |
PostRASchedulerList.cpp | 119 /// HazardRec - The hazard recognizer to use. 370 // Reset the hazard recognizer and anti-dep breaker.
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | 479 /// The set of fields needed by an abstract recognizer to recognize input 558 /// Did the recognizer encounter a syntax error? Track how many. 685 /// A generic recognizer that can handle recognizers generated from [all...] |
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
buildrec.dox | 48 /// \section invoke Invoking Your Generated Recognizer
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 525 /** <summary>Create a thread to listen to the remote running recognizer</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
RemoteDebugEventSocketListener.cs | 675 /** <summary>Create a thread to listen to the remote running recognizer</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
RemoteDebugEventSocketListener.java | 465 /** Create a thread to listen to the remote running recognizer */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRLexer.m | 80 [super reset]; // reset all recognizer state variables
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 52 * Start of recognizer 273 if ( [recognizer getBacktrackingLevel] > 0 ) { [recognizer setFailed:YES]; return -1; } 274 ANTLRNoViableAltException *nvae = [ANTLRNoViableAltException newANTLRNoViableAltException:38 state:s stream:[recognizer getInput]]; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableLexer.m | 26 * Start of recognizer
|