InstanceCreationExpressionExtension extension

on
  • InstanceCreationExpression

Properties

builderArgument → NamedExpression?

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

The named expression representing the builder argument, or null if there is none.
no setter
childArgument → NamedExpression?

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

The named expression representing the child argument, or null if there is none.
no setter
childrenArgument → NamedExpression?

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

The named expression representing the children argument, or null if there is none.
no setter
isComponentCreation bool

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

Whether this is a constructor invocation for a class that has the Nocterm class Component as a superclass.
no setter
isExactlyAlignCreation bool

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

no setter
isExactlyContainerCreation bool

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

no setter
isExactlyPaddingCreation bool

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

no setter
widgetPresentationText String?

Available on InstanceCreationExpression, provided by the InstanceCreationExpressionExtension extension

The presentation for this node.
no setter