Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/antlr/runtime/ObjC/Framework/
H A DCommonTreeAdaptor.m55 - (id) dupNode:(id<BaseTree>)t
110 - (void) setTokenBoundaries:(id<BaseTree>)aTree From:(id<Token>)startToken To:(id<Token>)stopToken
124 - (NSInteger)getTokenStartIndex:(id<BaseTree>) t
131 - (NSInteger)getTokenStopIndex:(id<BaseTree>) t
145 - (void)setText:(id<BaseTree>)t Text:(NSString *)text
158 - (void) setType:(id<BaseTree>)t Type:(NSInteger)tokenType
176 - (id<BaseTree>) getChild:(id<BaseTree>)t At:(NSInteger)i
183 - (void) setChild:(id<BaseTree>)t At:(NSInteger)i Child:(id<BaseTree>)child
190 - (id) deleteChild:(id<BaseTree>)t Index:(NSInteger)anIndex
195 - (NSInteger) getChildCount:(id<BaseTree>) t
[all …]
H A DDebugTreeAdaptor.m92 - (id<BaseTree>) newTreeWithToken:(id<Token>) payload
115 - (void) addChild:(id<BaseTree>)child toTree:(id<BaseTree>)aTree
121 - (id<BaseTree>) becomeRoot:(id<BaseTree>)newRoot old:(id<BaseTree>)oldRoot
136 - (void) addTokenAsChild:(id<Token>)child toTree:(id<BaseTree>)aTree
142 - (id<BaseTree>) makeToken:(id<Token>)newRoot parentOf:(id<BaseTree>)oldRoot
201 …tBoundariesForTree:(id<BaseTree>)aTree fromToken:(id<Token>)startToken toToken:(id<Token>)stopToken
H A DTreeException.m38 …wException:(id<BaseTree>)theOldRoot newRoot:(id<BaseTree>)theNewRoot stream:(id<IntStream>)aStream;
43 …ithOldRoot:(id<BaseTree>)theOldRoot newRoot:(id<BaseTree>)theNewRoot stream:(id<IntStream>)aStream;
62 - (void) setNewRoot:(id<BaseTree>)aTree
71 - (void) setOldRoot:(id<BaseTree>)aTree
H A DBaseTree.m42 @implementation BaseTree implementation
73 + newTree:(id<BaseTree>) node
88 - (id) initWith:(id<BaseTree>)node
164 - (void) addChild:(id<BaseTree>) t
218 - (void) setChild:(NSUInteger) i With:(id<BaseTree>)t
350 - (void) sanityCheckParentAndChildIndexes:(id<BaseTree>)aParent At:(NSInteger) i
411 - (void) setParent:(id<BaseTree>) t
H A DTreeVisitorAction.m66 - (id<BaseTree>)pre:(id<BaseTree>) t
79 - (id<BaseTree>)post:(id<BaseTree>) t
119 - (id<BaseTree>)pre:(id<BaseTree>) t
129 - (id<BaseTree>)post:(id<BaseTree>) t
H A DTreeIterator.m42 + (TreeIterator *) newANTRLTreeIteratorWithAdaptor:(CommonTreeAdaptor *)adaptor
63 -(id) initWithTree:(id<BaseTree>) t
79 -(id) initWithTreeAdaptor:(id<TreeAdaptor>)a andTree:(id<BaseTree>)t
H A DCommonTreeNodeStream.m132 - (BOOL) isEOF:(id<BaseTree>) aTree
221 - (NSString *) toStringFromNode:(id<BaseTree>)startNode ToNode:(id<BaseTree>)stopNode
H A DBaseTreeAdaptor.m304 - (id<BaseTree>) getParent:(id<BaseTree>) t
311 - (void) setParent:(id<BaseTree>)t With:(id<BaseTree>) parent
H A DNodeMapElement.m50 + (NodeMapElement *)newNodeMapElementWithIndex:(id)anIndex Node:(id<BaseTree>)aNode
91 - (void)setNode:(id<BaseTree>)aNode
H A DUniqueIDMap.m153 - (id)getNode:(id<BaseTree>)aNode
169 - (void)putID:(id)anID Node:(id<BaseTree>)aNode
H A DTreeFilter.m202 - (void) applyOnce:(id<BaseTree>)t rule:(fptr *)whichRule
217 - (void) downup:(id<BaseTree>) t
H A DTreeVisitor.m83 - (id<BaseTree>)visit:(id<BaseTree>)t Action:(TreeVisitorAction *)action
H A DRewriteRuleNodeStream.m63 - (id<BaseTree>) toTree:(id<BaseTree>)element
H A DRecognitionException.m258 - (void) setNode: (id<BaseTree>) aNode
H A DMap.m306 - (NSInteger)getNode:(id<BaseTree>)aNode
H A DUnbufferedCommonTreeNodeStream.m273 - (void) addLookahead:(id<BaseTree>)aNode
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTree.cs48 public abstract class BaseTree : ITree { class
51 public BaseTree() { in BaseTree() method in Antlr.Runtime.Tree.BaseTree
60 public BaseTree(ITree node) { in BaseTree() method in Antlr.Runtime.Tree.BaseTree
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DBaseTree.java39 public abstract class BaseTree implements Tree { class
42 public BaseTree() { in BaseTree() method in BaseTree
49 public BaseTree(Tree node) { in BaseTree() method in BaseTree
/aosp_15_r20/external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DBaseTree.as35 public class BaseTree implements Tree { class in org.antlr.runtime.tree
42 public function BaseTree(node:Tree = null) { method in org.antlr.runtime.tree.BaseTree
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DBaseTree.js7 org.antlr.runtime.tree.BaseTree = function() {}; class in org.antlr.runtime.tree
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs37 using BaseTree = Antlr.Runtime.Tree.BaseTree; typedef
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtree.rb312 class BaseTree < ::Array class
/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dtree.py671 class BaseTree(Tree): class
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dtree.py667 class BaseTree(Tree): class
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-external-antlr/2.7.0-alpha12/androidx.room_room-external-antlr/linux_glibc_common/local-combined/
Dandroidx.room_room-external-antlr.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...

12