viaduct
0.2.0-5-g5831d91.dirty
shared
/
edu.cornell.cs.apl.viaduct.syntax.values
/
BooleanValue
Boolean
Value
data
class
BooleanValue
(
value
:
Boolean
)
:
Value
Content copied to clipboard
A boolean value.
Constructors
Functions
Properties
Constructors
BooleanValue
Link copied to clipboard
fun
BooleanValue
(
value
:
Boolean
)
Content copied to clipboard
Functions
to
Document
Link copied to clipboard
override
fun
toDocument
(
)
:
Document
Content copied to clipboard
Returns the pretty text representation of this object.
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
type
Link copied to clipboard
open
override
val
type
:
ValueType
Content copied to clipboard
The type of the value.
value
Link copied to clipboard
val
value
:
Boolean
Content copied to clipboard