Searched defs:TreeWizard (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dextras.py41 from treewizard import TreeWizard namespace
H A Dtreewizard.py5 See <http://www.antlr.org/wiki/display/~admin/2007/07/02/Exploring+Concept+of+TreeWizard> for an overview. Note that the API of the Python implementation is slightly different.
303 class TreeWizard(object): class in inherits:object
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtestdottreegen.py11 from antlr3.treewizard import TreeWizard namespace
23 self.wiz = TreeWizard(self.adaptor, self.tokens)
H A Dtesttree.py10 from antlr3.treewizard import TreeWizard namespace
917 wiz = TreeWizard(adaptor, self.tokenNames)
936 wiz = TreeWizard(adaptor, self.tokenNames)
955 wiz = TreeWizard(adaptor, self.tokenNames)
974 wiz = TreeWizard(adaptor, self.tokenNames)
993 wiz = TreeWizard(adaptor, self.tokenNames)
1012 wiz = TreeWizard(adaptor, self.tokenNames)
1031 wiz = TreeWizard(adaptor, self.tokenNames)
1050 wiz = TreeWizard(adaptor, self.tokenNames)
1069 wiz = TreeWizard(adapto
[all...]
H A Dtesttreewizard.py8 from antlr3.treewizard import TreeWizard, computeTokenTypes, \
141 self.wizard = TreeWizard(self.adaptor, tokenNames=self.tokens)
229 """Test case for the TreeWizard class."""
246 """TreeWizard.__init__()"""
248 wiz = TreeWizard(
261 """TreeWizard.getTokenType()"""
263 wiz = TreeWizard(
284 wiz = TreeWizard(self.adaptor, self.tokens)
292 wiz = TreeWizard(self.adaptor, self.tokens)
300 wiz = TreeWizard(sel
11 TreePattern, WildcardTreePattern, TreePatternTreeAdaptor namespace
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs64 public class TreeWizard { class in namespace:Antlr.Runtime.Tree
156 public TreeWizard(ITreeAdaptor adaptor) { method in class:Antlr.Runtime.Tree.TreeWizard
160 public TreeWizard(ITreeAdaptor adaptor, IDictionary<string, int> tokenNameToTypeMap) { method in class:Antlr.Runtime.Tree.TreeWizard
165 public TreeWizard(ITreeAdaptor adaptor, string[] tokenNames) { method in class:Antlr.Runtime.Tree.TreeWizard
170 public TreeWizard(string[] tokenNames) : method in class:Antlr.Runtime.Tree.TreeWizard
240 class FindTreeWizardVisitor : TreeWizard.Visitor {
249 class FindTreeWizardContextVisitor : TreeWizard.IContextVisitor {
250 TreeWizard _outer;
253 public FindTreeWizardContextVisitor(TreeWizard outer, TreePattern tpattern, IList subtrees) {
330 class VisitTreeWizardContextVisitor : TreeWizard
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs65 public class TreeWizard class in namespace:Antlr.Runtime.Tree
174 public TreeWizard( ITreeAdaptor adaptor ) method in class:Antlr.Runtime.Tree.TreeWizard
179 public TreeWizard( ITreeAdaptor adaptor, IDictionary<string, int> tokenNameToTypeMap ) method in class:Antlr.Runtime.Tree.TreeWizard
185 public TreeWizard( ITreeAdaptor adaptor, string[] tokenNames ) method in class:Antlr.Runtime.Tree.TreeWizard
191 public TreeWizard( string[] tokenNames ) method in class:Antlr.Runtime.Tree.TreeWizard
272 class FindTreeWizardVisitor : TreeWizard.Visitor
284 class FindTreeWizardContextVisitor : TreeWizard.IContextVisitor
286 TreeWizard _outer;
289 public FindTreeWizardContextVisitor( TreeWizard outer, TreePattern tpattern, IList subtrees )
380 class VisitTreeWizardContextVisitor : TreeWizard
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeWizard.java53 public class TreeWizard { class
122 public TreeWizard(TreeAdaptor adaptor) { method in class:TreeWizard
126 public TreeWizard(TreeAdaptor adaptor, Map tokenNameToTypeMap) { method in class:TreeWizard
131 public TreeWizard(TreeAdaptor adaptor, String[] tokenNames) { method in class:TreeWizard
136 public TreeWizard(String[] tokenNames) { method in class:TreeWizard
202 visit(t, ttype, new TreeWizard.Visitor() {
226 visit(t, rootTokenType, new TreeWizard.ContextVisitor() {
288 visit(t, rootTokenType, new TreeWizard.ContextVisitor() {
399 * this instance of a TreeWizard.
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 634 milliseconds