C# Class Antlr4.Tool.ErrorSeverity

Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Свойство Type Description
ERROR ErrorSeverity
ERROR_ONE_OFF ErrorSeverity
FATAL ErrorSeverity
INFO ErrorSeverity
WARNING ErrorSeverity
WARNING_ONE_OFF ErrorSeverity

Méthodes publiques

Méthode Description
GetText ( ) : string

Private Methods

Méthode Description
ErrorSeverity ( string text )

Method Details

GetText() public méthode

public GetText ( ) : string
Résultat string

Property Details

ERROR public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool ERROR
Résultat ErrorSeverity

ERROR_ONE_OFF public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool ERROR_ONE_OFF
Résultat ErrorSeverity

FATAL public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool FATAL
Résultat ErrorSeverity

INFO public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool INFO
Résultat ErrorSeverity

WARNING public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool WARNING
Résultat ErrorSeverity

WARNING_ONE_OFF public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool WARNING_ONE_OFF
Résultat ErrorSeverity