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

상속: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
파일 보기 프로젝트 열기: spring-projects/spring-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ERROR int
WARNING int

공개 메소드들

메소드 설명
MessageEventArgs ( )
MessageEventArgs ( int type, string text )
ToString ( ) : string

비공개 메소드들

메소드 설명
setValues ( int type, string text ) : void

This should NOT be called from anyone other than ParserEventSupport!

메소드 상세

MessageEventArgs() 공개 메소드

public MessageEventArgs ( )

MessageEventArgs() 공개 메소드

public MessageEventArgs ( int type, string text )
type int
text string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

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

public static int ERROR
리턴 int

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

public static int WARNING
리턴 int