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

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

Méthodes publiques

Méthode Description
GuessingEventArgs ( )
GuessingEventArgs ( int type )
setValues ( int type, int guessing ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

GuessingEventArgs() public méthode

public GuessingEventArgs ( )

GuessingEventArgs() public méthode

public GuessingEventArgs ( int type )
type int

setValues() public méthode

This should NOT be called from anyone other than ParserEventSupport!
public setValues ( int type, int guessing ) : void
type int
guessing int
Résultat void