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
    Constructor
    Description
     
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    static String
    getStringValue(org.eclipse.lsp4j.jsonrpc.messages.Either<String,Integer> diagnosticCode)
     

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DiagnosticCode

      public DiagnosticCode(String code)
    • DiagnosticCode

      public DiagnosticCode(String left, Integer right)
  • Method Details

    • getStringValue

      public String getStringValue()
    • getStringValue

      public static String getStringValue(org.eclipse.lsp4j.jsonrpc.messages.Either<String,Integer> diagnosticCode)