Tegral
0.0.5-SNAPSHOT
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.parser
/
PExpValueString
PExp
Value
String
data
class
PExpValueString
(
val
value
:
PString
)
:
PExpValue
An
expression
value
that is a simple
string
.
Members
Constructors
PExp
Value
String
Link copied to clipboard
constructor
(
value
:
PString
)
Types
Companion
Link copied to clipboard
object
Companion
:
ParserNodeDeclaration
<
PExpValueString
>
Properties
value
Link copied to clipboard
val
value
:
PString
The actual
PString
value of this expression.