Class ColorInformation
java.lang.Object
org.graalvm.tools.lsp.server.types.JSONBase
org.graalvm.tools.lsp.server.types.ColorInformation
Represents a color range from a document.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ColorInformationCreates a new ColorInformation literal.booleangetColor()The actual color value for this color range.getRange()The range in the document where this color appers.inthashCode()
-
Method Details