HomeSort by relevance Sort by last modified time
    Searched refs:TreeAdaptor (Results 76 - 99 of 99) sorted by null

1 2 34

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventSocketProxy.cs 84 public virtual ITreeAdaptor TreeAdaptor {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventSocketProxy.cs 86 public virtual ITreeAdaptor TreeAdaptor
  /external/antlr/antlr-3.4/runtime/Ruby/lib/
antlr3.rb 172 :Tree, :TreeAdaptor, :BaseTree, :BaseTreeAdaptor,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 40 import org.antlr.runtime.tree.TreeAdaptor;
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeNodeStream.java 361 TreeAdaptor adaptor = nodes.getTreeAdaptor();
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
debug.py 33 from antlr3.tree import CommonTreeAdaptor, TreeAdaptor, Tree
201 class DebugTreeAdaptor(TreeAdaptor):
202 """A TreeAdaptor proxy that fires debugging events to a DebugEventListener
203 delegate and uses the TreeAdaptor delegate to do the actual work. All
691 than the TreeAdaptor.becomeRoot() newRoot parameter.
693 TreeAdaptor.becomeRoot() and not root_n or whatever.
702 @see antlr3.tree.TreeAdaptor.becomeRoot()
713 @see antlr3.tree.TreeAdaptor.addChild()
    [all...]
tree.py 94 # basic Tree and TreeAdaptor interfaces
270 class TreeAdaptor(object):
602 This method only exists to mimic the Java interface of TreeAdaptor.
660 # base implementation of Tree and TreeAdaptor
665 # TreeAdaptor
959 class BaseTreeAdaptor(TreeAdaptor):
961 @brief A TreeAdaptor that works with any Tree implementation.
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
tree.rb 100 See Tree and TreeAdaptor for more information.
466 TreeAdaptor class to handle tree construction and manipulation for the
665 =begin rdoc ANTLR3::AST::TreeAdaptor
685 module TreeAdaptor
828 include TreeAdaptor
    [all...]
debug.rb 60 autoload :TreeAdaptor, 'antlr3/tree/debug'
644 # than the TreeAdaptor.becomeRoot() newRoot parameter.
646 # TreeAdaptor.becomeRoot() and not root_n or whatever.
652 # @see antlr3.tree.TreeAdaptor.becomeRoot()
661 # @see antlr3.tree.TreeAdaptor.addChild()
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
CSharp2.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
CSharp3.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
Delphi.stg     [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/JavaScript/
AST.stg 41 <!protected TreeAdaptor adaptor = new CommonTreeAdaptor();<\n>!>
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.java 52 protected TreeAdaptor adaptor = new CommonTreeAdaptor();
54 public void setTreeAdaptor(TreeAdaptor adaptor) {
57 public TreeAdaptor getTreeAdaptor() {
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.java 52 protected TreeAdaptor adaptor = new CommonTreeAdaptor();
54 public void setTreeAdaptor(TreeAdaptor adaptor) {
57 public TreeAdaptor getTreeAdaptor() {
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 415 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor;
632 /// A TreeAdaptor that works with any Tree implementation
674 /// A TreeAdaptor that works with any Tree implementation. It provides
765 property TreeAdaptor: ITreeAdaptor read GetTreeAdaptor write SetTreeAdaptor;
    [all...]
Antlr.Runtime.pas     [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
DebugTreeGrammar.cs 67 DebugEventSocketProxy proxy = new DebugEventSocketProxy( this, port, input.TreeAdaptor );
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLR.g 378 TreeAdaptor adaptor = new grammar_Adaptor(null);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
ITreeNodeStreamFixture.cs 648 int type = nodes.TreeAdaptor.GetType(t);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 316 A customized TreeAdaptor used by AST::Wizards to build tree patterns.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 629 TokenType := Nodes.TreeAdaptor.GetNodeType(T);
    [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 1200 milliseconds

1 2 34