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

Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Свойство Type Description
guessing int

Protected Properties

Свойство Type Description
column int
filename string
input InputBuffer
line int
tokenStartColumn int
tokenStartLine int

Méthodes publiques

Méthode 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

Méthode Description
initialize ( ) : void

Method Details

LexerSharedInputState() public méthode

public LexerSharedInputState ( InputBuffer inbuf )
inbuf InputBuffer

LexerSharedInputState() public méthode

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

LexerSharedInputState() public méthode

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

reset() public méthode

public reset ( ) : void
Résultat void

resetInput() public méthode

public resetInput ( InputBuffer ib ) : void
ib InputBuffer
Résultat void

resetInput() public méthode

public resetInput ( System.IO.Stream s ) : void
s System.IO.Stream
Résultat void

resetInput() public méthode

public resetInput ( System.IO.TextReader tr ) : void
tr System.IO.TextReader
Résultat void

Property Details

column protected_oe property

protected int column
Résultat int

filename protected_oe property

protected string filename
Résultat string

guessing public_oe property

public int guessing
Résultat int

input protected_oe property

protected InputBuffer,Spring.Expressions.Parser.antlr input
Résultat InputBuffer

line protected_oe property

protected int line
Résultat int

tokenStartColumn protected_oe property

protected int tokenStartColumn
Résultat int

tokenStartLine protected_oe property

protected int tokenStartLine
Résultat int