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

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

Protected Properties

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

Méthodes publiques

Méthode Description
TokenQueue ( int minSize )
append ( IToken tok ) : void
elementAt ( int idx ) : IToken
removeFirst ( ) : void
reset ( ) : void

Private Methods

Méthode Description
expand ( ) : void
init ( int size ) : void

Method Details

TokenQueue() public méthode

public TokenQueue ( int minSize )
minSize int

append() public méthode

public append ( IToken tok ) : void
tok IToken
Résultat void

elementAt() public méthode

public elementAt ( int idx ) : IToken
idx int
Résultat IToken

removeFirst() public méthode

public removeFirst ( ) : void
Résultat void

reset() public méthode

public reset ( ) : void
Résultat void

Property Details

nbrEntries protected_oe property

protected int nbrEntries
Résultat int