ShakeNew
Represents a 'new' expression in the Shake language. This is used to create new instances of classes, invoking constructors with specified arguments.
Since
0.1.0
Inheritors
Properties
Link copied to clipboard
The list of arguments to be passed to the constructor.
Link copied to clipboard
The parent value, if any, of the new instance being created. This can be used in cases where nested member initialization is involved.
Link copied to clipboard
The project to which this value belongs.
Link copied to clipboard
The constructor reference which is to be invoked by this 'new' expression.