Package software.constructs
Interface IConstruct
-
- All Superinterfaces:
IDependable
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IConstruct.Jsii$Default
- All Known Implementing Classes:
Construct
,IConstruct.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-25T00:19:07.535Z") @Stability(Stable) public interface IConstruct extends software.amazon.jsii.JsiiSerializable, IDependable
Represents a construct.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
IConstruct.Jsii$Default
Internal default implementation forIConstruct
.static class
IConstruct.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Node
getNode()
The tree node.
-
-
-
Method Detail
-
getNode
@Stability(Stable) @NotNull Node getNode()
The tree node.
-
-