C# Class Antlr4.Tool.ErrorSeverity

Datei anzeigen Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
ERROR ErrorSeverity
ERROR_ONE_OFF ErrorSeverity
FATAL ErrorSeverity
INFO ErrorSeverity
WARNING ErrorSeverity
WARNING_ONE_OFF ErrorSeverity

Public Methods

Method Description
GetText ( ) : string

Private Methods

Method Description
ErrorSeverity ( string text )

Method Details

GetText() public method

public GetText ( ) : string
return string

Property Details

ERROR public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool ERROR
return ErrorSeverity

ERROR_ONE_OFF public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool ERROR_ONE_OFF
return ErrorSeverity

FATAL public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool FATAL
return ErrorSeverity

INFO public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool INFO
return ErrorSeverity

WARNING public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool WARNING
return ErrorSeverity

WARNING_ONE_OFF public_oe static_oe property

public static ErrorSeverity,Antlr4.Tool WARNING_ONE_OFF
return ErrorSeverity