Spring.Expressions.Parser.antlr.LexerSharedInputState.LexerSharedInputState C# (CSharp) Метод

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

public LexerSharedInputState ( InputBuffer inbuf )
inbuf InputBuffer
		public LexerSharedInputState(InputBuffer inbuf)
		{
			initialize();
			input = inbuf;
		}
		

Same methods

LexerSharedInputState::LexerSharedInputState ( System.IO.Stream inStream )
LexerSharedInputState::LexerSharedInputState ( System.IO.TextReader inReader )