HomeSort by relevance Sort by last modified time
    Searched refs:theTree (Results 1 - 12 of 12) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeNodeStream.h 37 - (id) initWithTree:(ANTLRCommonTree *)theTree;
38 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)theAdaptor Tree:(ANTLRCommonTree *)theTree;
ANTLRCommonTreeNodeStream.h 64 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(ANTLRCommonTree *)theTree;
65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
67 - (id) initWithTree:(ANTLRCommonTree *)theTree;
69 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeNodeStream.h 37 - (id) initWithTree:(ANTLRCommonTree *)theTree;
38 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)theAdaptor Tree:(ANTLRCommonTree *)theTree;
ANTLRCommonTreeNodeStream.h 64 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(ANTLRCommonTree *)theTree;
65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
67 - (id) initWithTree:(ANTLRCommonTree *)theTree;
69 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeNodeStream.h 37 - (id) initWithTree:(ANTLRCommonTree *)theTree;
38 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)theAdaptor Tree:(ANTLRCommonTree *)theTree;
ANTLRCommonTreeNodeStream.h 64 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(ANTLRCommonTree *)theTree;
65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
67 - (id) initWithTree:(ANTLRCommonTree *)theTree;
69 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTreeNodeStream.h 65 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(ANTLRCommonTree *)theTree;
66 + (ANTLRCommonTreeNodeStream *) newANTLRCommonTreeNodeStream:(id<ANTLRTreeAdaptor>)anAdaptor Tree:(ANTLRCommonTree *)theTree;
68 - (id) initWithTree:(ANTLRCommonTree *)theTree;
70 - (id) initWithTreeAdaptor:(id<ANTLRTreeAdaptor>)adaptor Tree:(ANTLRCommonTree *)theTree;
ANTLRTreeNodeStream.h 37 - (id) initWithTree:(ANTLRCommonTree *)theTree;
ANTLRUnbufferedCommonTreeNodeStream.h 74 - (id) initWithTree:(ANTLRCommonTree *)theTree;
75 - (id) initWithTree:(ANTLRCommonTree *)theTree treeAdaptor:(ANTLRCommonTreeAdaptor *)theAdaptor;
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3commontree.c 425 pANTLR3_COMMON_TREE theTree;
427 theTree = (pANTLR3_COMMON_TREE)(tree->super);
429 if (theTree->token == NULL)
435 return theTree->token->getType(theTree->token);
antlr3basetreeadaptor.c 73 static pANTLR3_STRING makeDot (pANTLR3_BASE_TREE_ADAPTOR adaptor, void * theTree);
359 makeDot (pANTLR3_BASE_TREE_ADAPTOR adaptor, void * theTree)
384 if (theTree == NULL)
392 sprintf(buff, "\tn%p[label=\"", theTree);
394 text = adaptor->getText(adaptor, theTree);
424 defineDotNodes(adaptor, theTree, dotSpec);
426 defineDotEdges(adaptor, theTree, dotSpec);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3basetreeadaptor.h 133 pANTLR3_STRING (*makeDot) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * theTree);

Completed in 1040 milliseconds