Tegral
0.0.5-SNAPSHOT
jvm
tegral-prismakt-generator
/
guru.zoroark.tegral.prismakt.generator.parser
/
PExpArray
PExp
Array
data
class
PExpArray
(
val
values
:
List
<
PExpression
>
)
:
PExpression
An
expression
that is an array of other expressions.
Members
Constructors
PExp
Array
Link copied to clipboard
constructor
(
values
:
List
<
PExpression
>
)
Types
Companion
Link copied to clipboard
object
Companion
:
ParserNodeDeclaration
<
PExpArray
>
Properties
values
Link copied to clipboard
val
values
:
List
<
PExpression
>
The expressions constituting this array.