Searched defs:TreeVisitor (Results 1 - 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeVisitor.cs36 public class TreeVisitor class in namespace:Antlr.Runtime.Tree
40 public TreeVisitor(ITreeAdaptor adaptor) method in class:Antlr.Runtime.Tree.TreeVisitor
44 public TreeVisitor() method in class:Antlr.Runtime.Tree.TreeVisitor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeVisitor.cs38 public class TreeVisitor class in namespace:Antlr.Runtime.Tree
42 public TreeVisitor( ITreeAdaptor adaptor ) method in class:Antlr.Runtime.Tree.TreeVisitor
46 public TreeVisitor() method in class:Antlr.Runtime.Tree.TreeVisitor
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeVisitor.java34 public class TreeVisitor { class
37 public TreeVisitor(TreeAdaptor adaptor) { method in class:TreeVisitor
40 public TreeVisitor() { this(new CommonTreeAdaptor()); } method in class:TreeVisitor
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DVisitor.pxd3 cdef class TreeVisitor: class in inherits:
14 cdef class VisitorTransform(TreeVisitor):
48 cdef class NodeFinder(TreeVisitor):
H A DFlowControl.pxd3 from Cython.Compiler.Visitor cimport CythonTransform, TreeVisitor namespace
45 cdef class AssignmentCollector(TreeVisitor):
H A DVisitor.py18 class TreeVisitor(object): class in inherits:object
45 >>> class MyVisitor(TreeVisitor):
62 super(TreeVisitor, self).__init__()
217 class VisitorTransform(TreeVisitor):
667 class NodeFinder(TreeVisitor):
701 class PrintTree(TreeVisitor):
706 TreeVisitor.__init__(self)
H A DFlowControl.py16 from Visitor import TreeVisitor, CythonTransform namespace
657 class AssignmentCollector(TreeVisitor):
H A DParseTreeTransforms.py14 from Cython.Compiler.Visitor import VisitorTransform, TreeVisitor namespace
25 class NameNodeCollector(TreeVisitor):
2174 class YieldNodeCollector(TreeVisitor):
/external/chromium_org/third_party/cython/src/Cython/
H A DTestUtils.py4 from Cython.Compiler.Visitor import TreeVisitor, VisitorTransform namespace
12 class NodeTypeWriter(TreeVisitor):
151 # actually, a TreeVisitor would be enough, but this needs to run
H A DCodeWriter.py9 from Cython.Compiler.Visitor import TreeVisitor namespace
28 class DeclarationWriter(TreeVisitor):
/external/antlr/antlr-3.4/runtime/Python/antlr3/
H A Dtree.py2399 class TreeVisitor(object): class in inherits:object
/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 376 milliseconds