An extension or construction, that is, anything that can go in an extended type or class specifier.
Examples:
Object() Point.cartesian(x, y, 0.0)
Anything
ExtensionOrConstruction
Node
Object
Anything
Initializer |
ExtensionOrConstruction() |
Attributes | |
arguments | Source Codeshared formal PositionalArguments? arguments The arguments to the extended class or invoked constructor, if any. |
children | Source Codeshared formal <NameWithTypeArguments|PositionalArguments|SimpleType|PackageQualifier|Super>[] children The child nodes of this node. Refines Node.children |
nameAndArgs | Source Codeshared formal NameWithTypeArguments nameAndArgs The name of the extended class or invoked constructor. |
qualifier | Source Codeshared formal SimpleType|PackageQualifier|Super? qualifier The qualifier, if any. ( |
Inherited Attributes |
Attributes inherited from: Node |
Attributes inherited from: Object hash , string |
Inherited Methods |
Methods inherited from: Node |
Methods inherited from: Object equals |