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

Inheritance: Spring.Expressions.Parser.antlr.debug.ANTLREventArgs
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes publiques

Свойство Type Description
ERROR int
WARNING int

Méthodes publiques

Méthode Description
MessageEventArgs ( )
MessageEventArgs ( int type, string text )
ToString ( ) : string

Private Methods

Méthode Description
setValues ( int type, string text ) : void

This should NOT be called from anyone other than ParserEventSupport!

Method Details

MessageEventArgs() public méthode

public MessageEventArgs ( )

MessageEventArgs() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

ERROR public_oe static_oe property

public static int ERROR
Résultat int

WARNING public_oe static_oe property

public static int WARNING
Résultat int