viaduct
0.2.0-5-g5831d91.dirty
compiler
/
edu.cornell.cs.apl.viaduct.syntax.values
/
StringValue
String
Value
data
class
StringValue
(
value
:
String
)
:
Value
Content copied to clipboard
A string.
Constructors
Functions
Properties
Constructors
StringValue
Link copied to clipboard
fun
StringValue
(
value
:
String
)
Content copied to clipboard
Functions
to
Document
Link copied to clipboard
override
fun
toDocument
(
)
:
Document
Content copied to clipboard
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
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard