/aosp_15_r20/external/antlr/runtime/ObjC/Framework/ |
H A D | TreeWizard.m | 69 …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 D | BufferedTreeNodeStream.m | 92 + (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 D | TreeRewriter.m | 129 - (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 D | CommonTreeNodeStream.m | 45 + (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 D | CommonTree.m | 30 @implementation CommonTree implementation 48 + (CommonTree *)newTreeWithTree:(CommonTree *)aTree 81 - (id)initWithTreeNode:(CommonTree *)aNode 310 - (void) setParent:(CommonTree *) t
|
H A D | UnbufferedCommonTreeNodeStream.m | 51 - (id) initWithTree:(CommonTree *)theTree 56 - (id) initWithTree:(CommonTree *)theTree treeAdaptor:(CommonTreeAdaptor *)theAdaptor 422 - (void) setRoot: (CommonTree *) aRoot
|
H A D | CommonTreeAdaptor.m | 138 - (NSString *)getText:(CommonTree *)t 151 - (NSInteger)getType:(CommonTree *)t 168 - (id<Token>) getToken:(CommonTree *) t
|
H A D | BaseTreeAdaptor.m | 252 - (NSInteger) getType:(CommonTree *) t 266 - (id<Token>) getToken:(CommonTree *) t 274 - (NSString *)getText:(CommonTree *)t
|
H A D | UnbufferedCommonTreeNodeStreamState.m | 53 - (void) setCurrentNode: (CommonTree *) aCurrentNode 67 - (void) setPreviousNode: (CommonTree *) aPreviousNode
|
H A D | TreeRuleReturnScope.m | 63 - (void)setStart:(CommonTree *)aStart
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/simplecTreeParser/ |
H A D | SimpleCParser.m | 290 - (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 D | SimpleCWalker.m | 134 - (void)settree:(CommonTree *)aVal { tree = aVal; }
|
/aosp_15_r20/external/antlr/runtime/ObjC/Framework/examples/polydiff/ |
H A D | Simplifier.m | 137 - (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 D | PolyParser.m | 83 - (void) setTree:(CommonTree *)aTree 121 - (void) setTree:(CommonTree *)aTree 159 - (void) setTree:(CommonTree *)aTree
|
H A D | PolyDifferentiator.m | 89 - (void) setTree:(CommonTree *)aTree
|
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
H A D | CommonTree.cs | 46 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 D | CommonTree.java | 38 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 D | LangParser.m | 65 - (void) setTree:(CommonTree *)aTree 103 - (void) setTree:(CommonTree *)aTree 141 - (void) setTree:(CommonTree *)aTree
|
/aosp_15_r20/external/antlr/runtime/Cpp/include/ |
H A D | antlr3commontree.inl | 15 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 D | antlr3commontree.hpp | 41 class CommonTree : public ImplTraits::AllocPolicyType class
|
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
H A D | CommonTree.as | 38 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 D | TreeRewriteParser.m | 63 - (void) setTree:(CommonTree *)aTree 101 - (void) setTree:(CommonTree *)aTree
|
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/ |
H A D | CommonTree.js | 7 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 D | ITreeFixture.cs | 44 using CommonTree = Antlr.Runtime.Tree.CommonTree; typedef
|
H A D | ITreeNodeStreamFixture.cs | 45 using CommonTree = Antlr.Runtime.Tree.CommonTree; typedef
|