HUCTLp / com.github.sybila.huctl / DirFormula / Text

Text

data class Text : DirFormula

A general purpose proposition that can contain any string value.

Constructors

<init> Text(value: String)

A general purpose proposition that can contain any string value.

Properties

value val value: String

The text value of this proposition.

Inherited Properties

node open val node: DirFormula

DirFormula is also the node in the tree, so node == this

Functions

toString fun toString(): String

Return string which uniquely represents this formula and can be parsed to create an equivalent object.