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

This token tracks it's own index 0..n-1 relative to the beginning of the stream. It is designed to work with TokenStreamRewriteEngine in TokenStreamRewriteEngine.cs
Inheritance: CommonToken
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
ToString ( ) : string
TokenWithIndex ( )
TokenWithIndex ( int i, string t )
getIndex ( ) : int
setIndex ( int i ) : void

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TokenWithIndex() public méthode

public TokenWithIndex ( )

TokenWithIndex() public méthode

public TokenWithIndex ( int i, string t )
i int
t string

getIndex() public méthode

public getIndex ( ) : int
Résultat int

setIndex() public méthode

public setIndex ( int i ) : void
i int
Résultat void