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

Inheritance: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
Show file Open project: spring-projects/spring-net

Public Methods

Method 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 method

public GuessingEventArgs ( )

GuessingEventArgs() public method

public GuessingEventArgs ( int type )
type int

setValues() public method

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