Searched defs:SimpleCTP (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCTP.java1 // $ANTLR 3.2 Aug 13, 2010 14:19:31 SimpleCTP.g 2010-08-13 14:29:19
8 public class SimpleCTP extends TreeParser { class in inherits:TreeParser
41 public SimpleCTP(TreeNodeStream input) { method in class:SimpleCTP
44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) { method in class:SimpleCTP
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
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
H A DSimpleCTP.java1 // $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 { class in inherits:TreeParser
41 public SimpleCTP(TreeNodeStream input) { method in class:SimpleCTP
44 public SimpleCTP(TreeNodeStream input, RecognizerSharedState state) { method in class:SimpleCTP
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
[all...]

Completed in 1334 milliseconds