C# Class Spring.Expressions.Parser.antlr.LexerSharedInputState

Exibir arquivo Open project: spring-projects/spring-net Class Usage Examples

Public Properties

Property Type Description
guessing int

Protected Properties

Property Type Description
column int
filename string
input InputBuffer
line int
tokenStartColumn int
tokenStartLine int

Public Methods

Method Description
LexerSharedInputState ( InputBuffer inbuf )
LexerSharedInputState ( System.IO.Stream inStream )
LexerSharedInputState ( System.IO.TextReader inReader )
reset ( ) : void
resetInput ( InputBuffer ib ) : void
resetInput ( System.IO.Stream s ) : void
resetInput ( System.IO.TextReader tr ) : void

Private Methods

Method Description
initialize ( ) : void

Method Details

LexerSharedInputState() public method

public LexerSharedInputState ( InputBuffer inbuf )
inbuf InputBuffer

LexerSharedInputState() public method

public LexerSharedInputState ( System.IO.Stream inStream )
inStream System.IO.Stream

LexerSharedInputState() public method

public LexerSharedInputState ( System.IO.TextReader inReader )
inReader System.IO.TextReader

reset() public method

public reset ( ) : void
return void

resetInput() public method

public resetInput ( InputBuffer ib ) : void
ib InputBuffer
return void

resetInput() public method

public resetInput ( System.IO.Stream s ) : void
s System.IO.Stream
return void

resetInput() public method

public resetInput ( System.IO.TextReader tr ) : void
tr System.IO.TextReader
return void

Property Details

column protected_oe property

protected int column
return int

filename protected_oe property

protected string filename
return string

guessing public_oe property

public int guessing
return int

input protected_oe property

protected InputBuffer,Spring.Expressions.Parser.antlr input
return InputBuffer

line protected_oe property

protected int line
return int

tokenStartColumn protected_oe property

protected int tokenStartColumn
return int

tokenStartLine protected_oe property

protected int tokenStartLine
return int