Home
last modified time | relevance | path

Searched refs:createChildrenList (Results 1 – 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DBaseTree.js81 this.children = this.createChildrenList(); // create children list on demand
106 this.children = this.createChildrenList();
188 createChildrenList: function() {
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontree.c53 static void createChildrenList (pANTLR3_BASE_TREE tree);
316 tree->baseTree.createChildrenList = createChildrenList; in antlr3SetCTAPI()
374 createChildrenList (pANTLR3_BASE_TREE tree) in createChildrenList() function
Dantlr3basetree.c211 tree->createChildrenList(tree); in addChild()
240 tree->createChildrenList(tree); in setChild()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java122 children = createChildrenList(); // create children list on demand in addChild()
147 children = createChildrenList(); in setChild()
243 protected List createChildrenList() { in createChildrenList() method in BaseTree
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
DANTLRBaseTree.h54 - (NSMutableArray *) createChildrenList;
128 - (NSMutableArray *) createChildrenList;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
DANTLRBaseTree.h54 - (NSMutableArray *) createChildrenList;
128 - (NSMutableArray *) createChildrenList;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
DANTLRBaseTree.h54 - (NSMutableArray *) createChildrenList;
128 - (NSMutableArray *) createChildrenList;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.h56 - (AMutableArray *) createChildrenList;
132 - (AMutableArray *) createChildrenList;
DANTLRBaseTree.m314 - (AMutableArray *) createChildrenList
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3basetree.h87 void (*createChildrenList) (struct ANTLR3_BASE_TREE_struct * tree); member