java.lang.Object
org.eclipse.lsp4j.jsonrpc.messages.Either<
String,
Integer>
com.github._1c_syntax.bsl.languageserver.diagnostics.metadata.DiagnosticCode
public class DiagnosticCode
extends org.eclipse.lsp4j.jsonrpc.messages.Either<String,Integer>
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class org.eclipse.lsp4j.jsonrpc.messages.Either
collectDisjoinTypes, collectDisjoinTypes, collectDisjoinTypes, equals, forLeft, forRight, get, getAllDisjoinTypes, getLeft, getLeftDisjointType, getRight, getRightDisjointType, hashCode, isEither, isEither, isEither, isLeft, isRight, map, toString
-
Constructor Details
-
DiagnosticCode
public DiagnosticCode(String code)
-
-
Method Details
-
getStringValue
public String getStringValue()
-
getStringValue
public static String getStringValue(org.eclipse.lsp4j.jsonrpc.messages.Either<String,Integer> diagnosticCode)