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

Inheritance: GuessingEventArgs
显示文件 Open project: spring-projects/spring-net Class Usage Examples

Public Properties

Property Type Description
BITSET int
CHAR int
CHAR_BITSET int
CHAR_RANGE int
STRING int
TOKEN int

Private Properties

Property Type Description
setValues void

Public Methods

Method Description
MatchEventArgs ( )
MatchEventArgs ( int type, int val, object target, string text, int guessing, bool inverse, bool matched )
ToString ( ) : string
isInverse ( ) : bool
isMatched ( ) : bool

Private Methods

Method Description
setValues ( int type, int val, object target, string text, int guessing, bool inverse, bool matched ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

MatchEventArgs() public method

public MatchEventArgs ( )

MatchEventArgs() public method

public MatchEventArgs ( int type, int val, object target, string text, int guessing, bool inverse, bool matched )
type int
val int
target object
text string
guessing int
inverse bool
matched bool

ToString() public method

public ToString ( ) : string
return string

isInverse() public method

public isInverse ( ) : bool
return bool

isMatched() public method

public isMatched ( ) : bool
return bool

Property Details

BITSET public_oe static_oe property

public static int BITSET
return int

CHAR public_oe static_oe property

public static int CHAR
return int

CHAR_BITSET public_oe static_oe property

public static int CHAR_BITSET
return int

CHAR_RANGE public_oe static_oe property

public static int CHAR_RANGE
return int

STRING public_oe static_oe property

public static int STRING
return int

TOKEN public_oe static_oe property

public static int TOKEN
return int