Home
last modified time | relevance | path

Searched defs:TreeRewriter (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeRewriter.cs36 public class TreeRewriter<TTree> : TreeParser { class
43 public TreeRewriter(ITreeNodeStream input) in TreeRewriter() method in Antlr.Runtime.Tree.TreeRewriter
46 public TreeRewriter(ITreeNodeStream input, RecognizerSharedState state) in TreeRewriter() method in Antlr.Runtime.Tree.TreeRewriter
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs39 public class TreeRewriter : TreeParser class
49 public TreeRewriter( ITreeNodeStream input ) in TreeRewriter() method in Antlr.Runtime.Tree.TreeRewriter
53 public TreeRewriter( ITreeNodeStream input, RecognizerSharedState state ) in TreeRewriter() method in Antlr.Runtime.Tree.TreeRewriter
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java34 public class TreeRewriter extends TreeParser { class
44 public TreeRewriter(TreeNodeStream input) { in TreeRewriter() method in TreeRewriter
47 public TreeRewriter(TreeNodeStream input, RecognizerSharedState state) { in TreeRewriter() method in TreeRewriter
/external/antlr/runtime/ObjC/Framework/
DTreeRewriter.m67 @implementation TreeRewriter implementation in Object