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

ファイルを表示 Open project: spring-projects/spring-net Class Usage Examples

Protected Properties

Property Type Description
input TokenStream
markerOffset int
nMarkers int
numToConsume int

Public Methods

Method Description
LA ( int i ) : int
LT ( int i ) : IToken
TokenBuffer ( TokenStream input_ )
consume ( ) : void
getInput ( ) : TokenStream
mark ( ) : int
reset ( ) : void
rewind ( int mark ) : void

Protected Methods

Method Description
fill ( int amount ) : void
syncConsume ( ) : void

Method Details

LA() public method

public LA ( int i ) : int
i int
return int

LT() public method

public LT ( int i ) : IToken
i int
return IToken

TokenBuffer() public method

public TokenBuffer ( TokenStream input_ )
input_ TokenStream

consume() public method

public consume ( ) : void
return void

fill() protected method

protected fill ( int amount ) : void
amount int
return void

getInput() public method

public getInput ( ) : TokenStream
return TokenStream

mark() public method

public mark ( ) : int
return int

reset() public method

public reset ( ) : void
return void

rewind() public method

public rewind ( int mark ) : void
mark int
return void

syncConsume() protected method

protected syncConsume ( ) : void
return void

Property Details

input protected_oe property

protected TokenStream input
return TokenStream

markerOffset protected_oe property

protected int markerOffset
return int

nMarkers protected_oe property

protected int nMarkers
return int

numToConsume protected_oe property

protected int numToConsume
return int