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

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

Public Properties

Property Type Description
CONSUME int
LA int

Public Methods

Method Description
ToString ( ) : string
TokenEventArgs ( )
TokenEventArgs ( int type, int amount, int val )

Private Methods

Method Description
setValues ( int type, int amount, int val ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

ToString() public method

public ToString ( ) : string
return string

TokenEventArgs() public method

public TokenEventArgs ( )

TokenEventArgs() public method

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

Property Details

CONSUME public static property

public static int CONSUME
return int

LA public static property

public static int LA
return int