Boo.Lang.Parser.BooLexer.BooLexer C# (CSharp) Method

BooLexer() public method

public BooLexer ( System.IO.Stream ins ) : System
ins System.IO.Stream
return 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