HomeSort by relevance Sort by last modified time
    Searched refs:SimpleCTP (Results 1 - 6 of 6) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCTP.java 1 // $ANTLR 3.2 Aug 13, 2010 14:19:31 SimpleCTP.g 2010-08-13 14:29:19
8 public class SimpleCTP extends TreeParser {
41 public SimpleCTP(TreeNodeStream input) {
44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) {
50 public String[] getTokenNames() { return SimpleCTP.tokenNames; }
51 public String getGrammarFileName() { return "SimpleCTP.g"; }
56 // SimpleCTP.g:8:1: program : ( declaration )+ ;
59 // SimpleCTP.g:9:5: ( ( declaration )+ )
60 // SimpleCTP.g:9:9: ( declaration )+
62 // SimpleCTP.g:9:9: ( declaration )
    [all...]
SimpleCTP.h 1 // $ANTLR ${project.version} ${buildNumber} SimpleCTP.g 2011-05-06 15:09:28
93 @interface SimpleCTP : ANTLRTreeParser { /* line 572 */
139 @end /* end of SimpleCTP interface */
SimpleCTP.m 4 * - From the grammar source file : SimpleCTP.g
14 // $ANTLR ${project.version} ${buildNumber} SimpleCTP.g 2011-05-06 15:09:28
20 #import "SimpleCTP.h"
170 @implementation SimpleCTP // line 637
236 [ANTLRBaseRecognizer setGrammarFileName:@"SimpleCTP.g"];
239 + (SimpleCTP *)newSimpleCTP:(id<ANTLRTreeNodeStream>)aStream
241 return [[SimpleCTP alloc] initWithStream:aStream];
276 * SimpleCTP.g:13:1: program : ( declaration )+ ;
284 // SimpleCTP.g:14:5: ( ( declaration )+ ) // ruleBlockSingleAlt
285 // SimpleCTP.g:14:9: ( declaration )+ // al
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.java 1 // $ANTLR 3.2 Aug 13, 2010 19:41:25 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g 2010-08-13 19:42:13
8 public class SimpleCTP extends TreeParser {
41 public SimpleCTP(TreeNodeStream input) {
44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) {
50 public String[] getTokenNames() { return SimpleCTP.tokenNames; }
51 public String getGrammarFileName() { return "/usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g"; }
56 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:8:1: program : ( declaration )+ ;
59 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:5: ( ( declaration )+ )
60 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( declaration )+
62 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:9:9: ( declaration )
    [all...]
SimpleCTP.h 1 // $ANTLR 3.2 Aug 23, 2010 07:48:06 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g 2010-08-23 07:55:04
71 @interface SimpleCTP : ANTLRTreeParser { // line 529
102 @end /* end of SimpleCTP interface */
SimpleCTP.m 4 * - From the grammar source file : /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g
40 // $ANTLR 3.2 Aug 23, 2010 07:48:06 /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g 2010-08-23 07:55:04
45 #import "SimpleCTP.h"
186 @implementation SimpleCTP // line 610
243 + (SimpleCTP *)newSimpleCTP:(id<ANTLRTreeNodeStream>)aStream
246 return [[SimpleCTP alloc] initWithStream:aStream];
273 * /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:13:1: program : ( declaration )+ ;
280 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:5: ( ( declaration )+ ) // ruleBlockSingleAlt
281 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:9: ( declaration )+ // alt
283 // /usr/local/ANTLR3-ObjC2.0-Runtime/Framework/examples/simplecTreeParser/SimpleCTP.g:14:9: ( declaration )+ // positiveClosureBloc
    [all...]

Completed in 591 milliseconds