C# Class Antlr4.Tool.ErrorSeverity

Show file 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 static property

public static ErrorSeverity,Antlr4.Tool ERROR
return ErrorSeverity

ERROR_ONE_OFF public static property

public static ErrorSeverity,Antlr4.Tool ERROR_ONE_OFF
return ErrorSeverity

FATAL public static property

public static ErrorSeverity,Antlr4.Tool FATAL
return ErrorSeverity

INFO public static property

public static ErrorSeverity,Antlr4.Tool INFO
return ErrorSeverity

WARNING public static property

public static ErrorSeverity,Antlr4.Tool WARNING
return ErrorSeverity

WARNING_ONE_OFF public static property

public static ErrorSeverity,Antlr4.Tool WARNING_ONE_OFF
return ErrorSeverity