C# 클래스 Spring.Expressions.Parser.antlr.debug.MatchEventArgs

상속: GuessingEventArgs
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BITSET int
CHAR int
CHAR_BITSET int
CHAR_RANGE int
STRING int
TOKEN int

Private Properties

프로퍼티 타입 설명
setValues void

공개 메소드들

메소드 설명
MatchEventArgs ( )
MatchEventArgs ( int type, int val, object target, string text, int guessing, bool inverse, bool matched )
ToString ( ) : string
isInverse ( ) : bool
isMatched ( ) : bool

비공개 메소드들

메소드 설명
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!

메소드 상세

MatchEventArgs() 공개 메소드

public MatchEventArgs ( )

MatchEventArgs() 공개 메소드

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 ToString ( ) : string
리턴 string

isInverse() 공개 메소드

public isInverse ( ) : bool
리턴 bool

isMatched() 공개 메소드

public isMatched ( ) : bool
리턴 bool

프로퍼티 상세

BITSET 공개적으로 정적으로 프로퍼티

public static int BITSET
리턴 int

CHAR 공개적으로 정적으로 프로퍼티

public static int CHAR
리턴 int

CHAR_BITSET 공개적으로 정적으로 프로퍼티

public static int CHAR_BITSET
리턴 int

CHAR_RANGE 공개적으로 정적으로 프로퍼티

public static int CHAR_RANGE
리턴 int

STRING 공개적으로 정적으로 프로퍼티

public static int STRING
리턴 int

TOKEN 공개적으로 정적으로 프로퍼티

public static int TOKEN
리턴 int