Property | Type | Description | |
---|---|---|---|
BITSET | int | ||
CHAR | int | ||
CHAR_BITSET | int | ||
CHAR_RANGE | int | ||
STRING | int | ||
TOKEN | int |
Property | Type | Description | |
---|---|---|---|
setValues | void |
Method | Description | |
---|---|---|
MatchEventArgs ( ) | ||
MatchEventArgs ( int type, int val, object target, string text, int guessing, bool inverse, bool matched ) | ||
ToString ( ) : string | ||
isInverse ( ) : bool | ||
isMatched ( ) : bool |
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!
|
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 |