Home
last modified time | relevance | path

Searched defs:CommonTreeNodeStream (Results 1 – 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DCommonTreeNodeStream.as50 public class CommonTreeNodeStream implements TreeNodeStream { class in org.antlr.runtime.tree
95 …public function CommonTreeNodeStream(tree:Object, adaptor:TreeAdaptor = null, initialBufferSize:in… method in org.antlr.runtime.tree.CommonTreeNodeStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs42 public class CommonTreeNodeStream : LookaheadStream<object>, ITreeNodeStream class
69 public CommonTreeNodeStream( object tree ) in CommonTreeNodeStream() method in Antlr.Runtime.Tree.CommonTreeNodeStream
74 public CommonTreeNodeStream( ITreeAdaptor adaptor, object tree ) in CommonTreeNodeStream() method in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DCommonTreeNodeStream.cs41 public class CommonTreeNodeStream : LookaheadStream<object>, ITreeNodeStream { class
67 public CommonTreeNodeStream(object tree) in CommonTreeNodeStream() method in Antlr.Runtime.Tree.CommonTreeNodeStream
71 public CommonTreeNodeStream(ITreeAdaptor adaptor, object tree) { in CommonTreeNodeStream() method in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTreeNodeStream.java37 public class CommonTreeNodeStream extends LookaheadStream<Object> implements TreeNodeStream { class
62 public CommonTreeNodeStream(Object tree) { in CommonTreeNodeStream() method in CommonTreeNodeStream
66 public CommonTreeNodeStream(TreeAdaptor adaptor, Object tree) { in CommonTreeNodeStream() method in CommonTreeNodeStream
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeNodeStreamFixture.cs46 using CommonTreeNodeStream = Antlr.Runtime.Tree.CommonTreeNodeStream; typedef
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeNodeStream.js17 org.antlr.runtime.tree.CommonTreeNodeStream = function(adaptor, class in org.antlr.runtime.tree
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb979 class CommonTreeNodeStream class
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py1752 class CommonTreeNodeStream(TreeNodeStream): class