Home
last modified time | relevance | path

Searched defs:CommonTree (Results 1 – 25 of 29) sorted by relevance

12

/external/antlr/runtime/ObjC/Framework/
DTreeWizard.m70 {
89 {
320 {
328 {
349 {
366 {
397 {
402 {
412 {
422 {
[all …]
DTreeRewriter.m130 {
158 {
169 {
174 {
179 {
197 {
215 {
DBufferedTreeNodeStream.m93 {
98 {
103 {
125 {
142 {
159 {
229 {
248 {
457 {
DCommonTreeNodeStream.m46 {
51 {
56 {
71 {
DCommonTree.m30 @implementation CommonTree implementation
49 {
82 {
311 {
DUnbufferedCommonTreeNodeStreamState.m54 {
68 {
DUnbufferedCommonTreeNodeStream.m52 {
57 {
423 {
DCommonTreeAdaptor.m139 {
152 {
169 {
DTreeRuleReturnScope.m64 {
DBaseTreeAdaptor.m253 {
267 {
275 {
/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
DSimpleCParser.m291 {
329 {
367 {
405 {
443 {
481 {
519 {
557 {
595 {
633 {
[all …]
DSimpleCWalker.m134 - (void)settree:(CommonTree *)aVal { tree = aVal; }
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTree.cs46 public class CommonTree : BaseTree class
65 public CommonTree() in CommonTree() method in Antlr.Runtime.Tree.CommonTree
69 public CommonTree( CommonTree node ) in CommonTree() method in Antlr.Runtime.Tree.CommonTree
80 public CommonTree( IToken t ) in CommonTree() method in Antlr.Runtime.Tree.CommonTree
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTree.cs46 public class CommonTree : BaseTree { class
65 public CommonTree() { in CommonTree() method in Antlr.Runtime.Tree.CommonTree
68 public CommonTree(CommonTree node) in CommonTree() method in Antlr.Runtime.Tree.CommonTree
78 public CommonTree(IToken t) { in CommonTree() method in Antlr.Runtime.Tree.CommonTree
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTree.java38 public class CommonTree extends BaseTree { class
53 public CommonTree() { } in CommonTree() method in CommonTree
55 public CommonTree(CommonTree node) { in CommonTree() method in CommonTree
62 public CommonTree(Token t) { in CommonTree() method in CommonTree
/external/antlr/runtime/ObjC/Framework/examples/polydiff/
DSimplifier.m138 {
176 {
214 {
252 {
290 {
DPolyParser.m84 {
122 {
160 {
DPolyDifferentiator.m90 {
/external/antlr/runtime/ObjC/Framework/examples/treeparser/
DLangParser.m66 {
104 {
142 {
/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonTree.as38 public class CommonTree extends BaseTree { class in org.antlr.runtime.tree
53 public function CommonTree(node:CommonTree = null) { method in org.antlr.runtime.tree.CommonTree
/external/antlr/runtime/ObjC/Framework/examples/treerewrite/
DTreeRewriteParser.m64 {
102 {
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl15 CommonTree<ImplTraits>::CommonTree( const CommonTree& ctree ) function in CommonTree
27 CommonTree<ImplTraits>::CommonTree( CommonTokenType* token ) function in CommonTree
38 CommonTree<ImplTraits>::CommonTree( CommonTree* tree ) function in CommonTree
Dantlr3commontree.hpp41 class CommonTree : public ImplTraits::AllocPolicyType class
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTree.js7 org.antlr.runtime.tree.CommonTree = function(node) { class in org.antlr.runtime.tree
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeFixture.cs44 using CommonTree = Antlr.Runtime.Tree.CommonTree; typedef

12