Tegral
0.0.5-SNAPSHOT
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.parser
/
PArgBare
PArg
Bare
data
class
PArgBare
(
val
expr
:
PExpression
)
:
PArgument
A simple argument that only contains an
expression
Members
Constructors
PArg
Bare
Link copied to clipboard
constructor
(
expr
:
PExpression
)
Types
Companion
Link copied to clipboard
object
Companion
:
ParserNodeDeclaration
<
PArgBare
>
Properties
expr
Link copied to clipboard
val
expr
:
PExpression
Expression for this argument.