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

Show file Open project: spring-projects/spring-net Class Usage Examples

Protected Properties

Property Type Description
nbrEntries int

Public Methods

Method Description
TokenQueue ( int minSize )
append ( IToken tok ) : void
elementAt ( int idx ) : IToken
removeFirst ( ) : void
reset ( ) : void

Private Methods

Method Description
expand ( ) : void
init ( int size ) : void

Method Details

TokenQueue() public method

public TokenQueue ( int minSize )
minSize int

append() public method

public append ( IToken tok ) : void
tok IToken
return void

elementAt() public method

public elementAt ( int idx ) : IToken
idx int
return IToken

removeFirst() public method

public removeFirst ( ) : void
return void

reset() public method

public reset ( ) : void
return void

Property Details

nbrEntries protected property

protected int nbrEntries
return int