Boo.Lang.Parser.BooLexer.BooLexer C# (CSharp) Метод

BooLexer() публичный Метод

public BooLexer ( System.IO.Stream ins ) : System
ins System.IO.Stream
Результат System
        public BooLexer(Stream ins)
            : this(new ByteBuffer(ins))
        {
        }

Same methods

BooLexer::BooLexer ( System.IO.TextReader r ) : System
BooLexer::BooLexer ( antlr.InputBuffer ib ) : System
BooLexer::BooLexer ( antlr.LexerSharedInputState state ) : System