InlineValueEvaluatableExpression

langoustine.lsp.structures.InlineValueEvaluatableExpression
See theInlineValueEvaluatableExpression companion object
case class InlineValueEvaluatableExpression(range: Range, expression: Opt[String])

Provide an inline value through an expression evaluation. If only a range is specified, the expression will be extracted from the underlying document. An optional expression can be used to override the extracted expression.

Value parameters

expression

If specified the expression overrides the extracted expression.

range

The document range for which the inline value applies. The range is used to extract the evaluatable expression from the underlying document.

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product