Home
last modified time | relevance | path

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

/external/antlr/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/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/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DCommonTreeNodeStream.cs41 …public class CommonTreeNodeStream : LookaheadStream<object>, ITreeNodeStream, IPositionTrackingStr… class
79 public CommonTreeNodeStream( object tree ) in CommonTreeNodeStream() method in Antlr.Runtime.Tree.CommonTreeNodeStream
84 public CommonTreeNodeStream( ITreeAdaptor adaptor, object tree ) in CommonTreeNodeStream() method in Antlr.Runtime.Tree.CommonTreeNodeStream
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DCommonTreeNodeStream.java36 public class CommonTreeNodeStream extends LookaheadStream<Object> implements TreeNodeStream, Positi… class
72 public CommonTreeNodeStream(Object tree) { in CommonTreeNodeStream() method in CommonTreeNodeStream
76 public CommonTreeNodeStream(TreeAdaptor adaptor, Object tree) { in CommonTreeNodeStream() method in CommonTreeNodeStream
/external/antlr/runtime/Cpp/include/
Dantlr3commontreenodestream.inl50 CommonTreeNodeStream<ImplTraits>::CommonTreeNodeStream( const CommonTreeNodeStream& ctn ) function in CommonTreeNodeStream
75 CommonTreeNodeStream<ImplTraits>::CommonTreeNodeStream( TreeType* tree, ANTLR_UINT32 hint ) function in CommonTreeNodeStream
Dantlr3commontreenodestream.hpp41 class CommonTreeNodeStream : public ImplTraits::TreeNodeIntStreamType class
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
DITreeNodeStreamFixture.cs46 using CommonTreeNodeStream = Antlr.Runtime.Tree.CommonTreeNodeStream; typedef
/external/antlr/runtime/ObjC/Framework/
DCommonTreeNodeStream.m38 @implementation CommonTreeNodeStream implementation
/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
DCommonTreeNodeStream.js17 org.antlr.runtime.tree.CommonTreeNodeStream = function(adaptor, class in org.antlr.runtime.tree
/external/antlr/runtime/Ruby/lib/antlr3/
Dtree.rb979 class CommonTreeNodeStream class
/external/antlr/runtime/Python3/antlr3/
Dtree.py1743 class CommonTreeNodeStream(TreeNodeStream): class
/external/antlr/runtime/Python/antlr3/
Dtree.py1752 class CommonTreeNodeStream(TreeNodeStream): class