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

Inheritance: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
ファイルを表示 Open project: spring-projects/spring-net Class Usage Examples

Public Properties

Property Type Description
ERROR int
WARNING int

Public Methods

Method Description
MessageEventArgs ( )
MessageEventArgs ( int type, string text )
ToString ( ) : string

Private Methods

Method Description
setValues ( int type, string text ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

MessageEventArgs() public method

public MessageEventArgs ( )

MessageEventArgs() public method

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

ToString() public method

public ToString ( ) : string
return string

Property Details

ERROR public_oe static_oe property

public static int ERROR
return int

WARNING public_oe static_oe property

public static int WARNING
return int