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

Inheritance: GuessingEventArgs
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Свойство Type Description
BITSET int
CHAR int
CHAR_BITSET int
CHAR_RANGE int
STRING int
TOKEN int

Private Properties

Свойство Type Description
setValues void

Méthodes publiques

Méthode 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

Méthode 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 méthode

public MatchEventArgs ( )

MatchEventArgs() public méthode

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 méthode

public ToString ( ) : string
Résultat string

isInverse() public méthode

public isInverse ( ) : bool
Résultat bool

isMatched() public méthode

public isMatched ( ) : bool
Résultat bool

Property Details

BITSET public_oe static_oe property

public static int BITSET
Résultat int

CHAR public_oe static_oe property

public static int CHAR
Résultat int

CHAR_BITSET public_oe static_oe property

public static int CHAR_BITSET
Résultat int

CHAR_RANGE public_oe static_oe property

public static int CHAR_RANGE
Résultat int

STRING public_oe static_oe property

public static int STRING
Résultat int

TOKEN public_oe static_oe property

public static int TOKEN
Résultat int