Package software.constructs
Interface IConstruct.Jsii$Default
-
- All Superinterfaces:
IConstruct
,IDependable
,IDependable.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IConstruct.Jsii$Proxy
- Enclosing interface:
- IConstruct
@Internal public static interface IConstruct.Jsii$Default extends IConstruct, IDependable.Jsii$Default
Internal default implementation forIConstruct
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface software.constructs.IConstruct
IConstruct.Jsii$Default, IConstruct.Jsii$Proxy
-
Nested classes/interfaces inherited from interface software.constructs.IDependable
IDependable.Jsii$Default, IDependable.Jsii$Proxy
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Node
getNode()
The tree node.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull default Node getNode()
The tree node.- Specified by:
getNode
in interfaceIConstruct
-
-