Antlr4.Tool.ErrorSeverity.ErrorSeverity C# (CSharp) Method

ErrorSeverity() private method

private ErrorSeverity ( string text )
text string
        private ErrorSeverity(string text)
        {
            this.text = text;
        }
    }