C# Class Spring.Expressions.Parser.antlr.debug.TokenEventArgs

Inheritance: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Свойство Type Description
CONSUME int
LA int

Méthodes publiques

Méthode Description
ToString ( ) : string
TokenEventArgs ( )
TokenEventArgs ( int type, int amount, int val )

Private Methods

Méthode Description
setValues ( int type, int amount, int val ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

TokenEventArgs() public méthode

public TokenEventArgs ( )

TokenEventArgs() public méthode

public TokenEventArgs ( int type, int amount, int val )
type int
amount int
val int

Property Details

CONSUME public_oe static_oe property

public static int CONSUME
Résultat int

LA public_oe static_oe property

public static int LA
Résultat int