ASTValue

laika.config.ASTValue
case class ASTValue(value: Element) extends ConfigValue

A value containing an AST element obtained from text markup or templates.

Such a value can be used in scenarios where substitution variables in templates or markup want to refer to other AST elements and include them into their AST tree as is.

Attributes

Graph
Supertypes
trait ConfigValue
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