Uses of Interface
software.constructs.IAspect
-
-
Uses of IAspect in software.constructs
Subinterfaces of IAspect in software.constructs Modifier and Type Interface Description static interface
IAspect.Jsii$Default
Internal default implementation forIAspect
.Classes in software.constructs that implement IAspect Modifier and Type Class Description static class
IAspect.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.Methods in software.constructs with parameters of type IAspect Modifier and Type Method Description void
Node. applyAspect(IAspect aspect)
Applies the aspect to this Constructs node.
-