Home
last modified time | relevance | path

Searched defs:newTree (Results 1 – 11 of 11) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3commontree.c215 pANTLR3_BASE_TREE newTree; in newFromTree() local
235 pANTLR3_BASE_TREE newTree; in newFromToken() local
355 pANTLR3_COMMON_TREE newTree; in antlr3CommonTreeNewFromToken() local
Dantlr3basetree.c259 pANTLR3_BASE_TREE newTree; in dupTree() local
339 …_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) in replaceChildren()
Dantlr3basetreeadaptor.c469 pANTLR3_BASE_TREE newTree; in dupTreeTT() local
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs135 protected virtual void ReportTransformation(object oldTree, object newTree) in ReportTransformation()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java102 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation()
DBaseTreeAdaptor.java85 Object newTree = dupNode(t); in dupTree() local
DBaseTree.java192 BaseTree newTree = (BaseTree)t; in replaceChildren() local
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3commontree.h151 pANTLR3_BASE_TREE (*newTree) (struct ANTLR3_ARBORETUM_struct * factory); member
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRCommonTree.m44 {
DANTLRBaseTree.m65 {
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument