Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DTreeWizard.m69 …isit:(CommonTree *)t Parent:(CommonTree *)parent ChildIndex:(NSInteger)childIndex Map:(Map *)labels
88 - (void) visit:(CommonTree *)t
319 - (Map *)index:(CommonTree *)t
327 - (void) _index:(CommonTree *)t Map:(Map *)m
348 - (AMutableArray *)find:(CommonTree *)t Type:(NSInteger)ttype
365 - (AMutableArray *)find:(CommonTree *)t Pattern:(NSString *)pattern
396 - (TreeWizard *)findFirst:(CommonTree *) t Type:(NSInteger)ttype
401 - (TreeWizard *)findFirst:(CommonTree *) t Pattern:(NSString *)pattern
411 - (void) visit:(CommonTree *)t Type:(NSInteger)ttype Visitor:(ANTLRVisitor *)visitor
417 - (void) _visit:(CommonTree *)t
[all …]
H A DBufferedTreeNodeStream.m92 + (BufferedTreeNodeStream *) newBufferedTreeNodeStream:(CommonTree *) aTree
97 …fferedTreeNodeStream *) newBufferedTreeNodeStream:(id<TreeAdaptor>)adaptor Tree:(CommonTree *)aTree
102 …tream:(id<TreeAdaptor>)adaptor Tree:(CommonTree *)aTree withBufferSize:(NSInteger)initialBufferSize
124 - (BufferedTreeNodeStream *)initWithTree:(CommonTree *) aTree
141 …fferedTreeNodeStream *) initWithTreeAdaptor:(CommonTreeAdaptor *)anAdaptor Tree:(CommonTree *)aTree
158 …daptor:(CommonTreeAdaptor *)anAdaptor Tree:(CommonTree *)aTree WithBufferSize:(NSInteger)bufferSize
228 -(void) fillBufferWithTree:(CommonTree *) aTree
247 -(NSInteger) getNodeIndex:(CommonTree *) node
456 …ldren:(CommonTree *) parent From:(NSInteger)startIdx To:(NSInteger)stopIdx With:(CommonTree *)aTree
H A DTreeRewriter.m129 - (id) applyOnce:(CommonTree *)t Rule:(ANTLRfptr *)whichRule
157 - (id) applyRepeatedly:(CommonTree *)t Rule:(ANTLRfptr *)whichRule
168 - (id) downup:(CommonTree *)t
173 - (id) pre:(CommonTree *)t
178 - (id)post:(CommonTree *)t
196 - (id) downup:(CommonTree *)t XForm:(BOOL)aShowTransformations
214 - (void)reportTransformation:(CommonTree *)oldTree Tree:(CommonTree *)newTree
H A DCommonTreeNodeStream.m45 + (CommonTreeNodeStream *) newCommonTreeNodeStream:(CommonTree *)theTree
50 …mmonTreeNodeStream *) newCommonTreeNodeStream:(id<TreeAdaptor>)anAdaptor Tree:(CommonTree *)theTree
55 - (id) initWithTree:(CommonTree *)theTree
70 - (id) initWithTreeAdaptor:(id<TreeAdaptor>)anAdaptor Tree:(CommonTree *)theTree
H A DCommonTree.m30 @implementation CommonTree implementation
48 + (CommonTree *)newTreeWithTree:(CommonTree *)aTree
81 - (id)initWithTreeNode:(CommonTree *)aNode
310 - (void) setParent:(CommonTree *) t
H A DUnbufferedCommonTreeNodeStream.m51 - (id) initWithTree:(CommonTree *)theTree
56 - (id) initWithTree:(CommonTree *)theTree treeAdaptor:(CommonTreeAdaptor *)theAdaptor
422 - (void) setRoot: (CommonTree *) aRoot
H A DCommonTreeAdaptor.m138 - (NSString *)getText:(CommonTree *)t
151 - (NSInteger)getType:(CommonTree *)t
168 - (id<Token>) getToken:(CommonTree *) t
H A DBaseTreeAdaptor.m252 - (NSInteger) getType:(CommonTree *) t
266 - (id<Token>) getToken:(CommonTree *) t
274 - (NSString *)getText:(CommonTree *)t
H A DUnbufferedCommonTreeNodeStreamState.m53 - (void) setCurrentNode: (CommonTree *) aCurrentNode
67 - (void) setPreviousNode: (CommonTree *) aPreviousNode
H A DTreeRuleReturnScope.m63 - (void)setStart:(CommonTree *)aStart
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/
H A DSimpleCParser.m290 - (void) setTree:(CommonTree *)aTree
328 - (void) setTree:(CommonTree *)aTree
366 - (void) setTree:(CommonTree *)aTree
404 - (void) setTree:(CommonTree *)aTree
442 - (void) setTree:(CommonTree *)aTree
480 - (void) setTree:(CommonTree *)aTree
518 - (void) setTree:(CommonTree *)aTree
556 - (void) setTree:(CommonTree *)aTree
594 - (void) setTree:(CommonTree *)aTree
632 - (void) setTree:(CommonTree *)aTree
[all …]
H A DSimpleCWalker.m134 - (void)settree:(CommonTree *)aVal { tree = aVal; }
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/polydiff/
H A DSimplifier.m137 - (void) setTree:(CommonTree *)aTree
175 - (void) setTree:(CommonTree *)aTree
213 - (void) setTree:(CommonTree *)aTree
251 - (void) setTree:(CommonTree *)aTree
289 - (void) setTree:(CommonTree *)aTree
H A DPolyParser.m83 - (void) setTree:(CommonTree *)aTree
121 - (void) setTree:(CommonTree *)aTree
159 - (void) setTree:(CommonTree *)aTree
H A DPolyDifferentiator.m89 - (void) setTree:(CommonTree *)aTree
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A 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
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A 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
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/treeparser/
H A DLangParser.m65 - (void) setTree:(CommonTree *)aTree
103 - (void) setTree:(CommonTree *)aTree
141 - (void) setTree:(CommonTree *)aTree
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A 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
H A Dantlr3commontree.hpp41 class CommonTree : public ImplTraits::AllocPolicyType class
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A 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
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/treerewrite/
H A DTreeRewriteParser.m63 - (void) setTree:(CommonTree *)aTree
101 - (void) setTree:(CommonTree *)aTree
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTree.js7 org.antlr.runtime.tree.CommonTree = function(node) { class in org.antlr.runtime.tree
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DITreeFixture.cs44 using CommonTree = Antlr.Runtime.Tree.CommonTree; typedef
H A DITreeNodeStreamFixture.cs45 using CommonTree = Antlr.Runtime.Tree.CommonTree; typedef

12