@@ -1274,6 +1274,18 @@ def baz(self) -> None:
1274
1274
return jsii .invoke (self , "baz" , [])
1275
1275
1276
1276
1277
+ @jsii .interface (jsii_type = "jsii-calc.IJsii487External" )
1278
+ class IJsii487External (jsii .compat .Protocol ):
1279
+ @staticmethod
1280
+ def __jsii_proxy_class__ ():
1281
+ return _IJsii487ExternalProxy
1282
+
1283
+ pass
1284
+
1285
+ class _IJsii487ExternalProxy ():
1286
+ __jsii_type__ = "jsii-calc.IJsii487External"
1287
+ pass
1288
+
1277
1289
@jsii .interface (jsii_type = "jsii-calc.IMutableObjectLiteral" )
1278
1290
class IMutableObjectLiteral (jsii .compat .Protocol ):
1279
1291
@staticmethod
@@ -1955,6 +1967,12 @@ def while_(self, value: str):
1955
1967
return jsii .set (self , "while" , value )
1956
1968
1957
1969
1970
+ @jsii .implements (IJsii487External )
1971
+ class Jsii487Derived (metaclass = jsii .JSIIMeta , jsii_type = "jsii-calc.Jsii487Derived" ):
1972
+ def __init__ (self ) -> None :
1973
+ jsii .create (Jsii487Derived , self , [])
1974
+
1975
+
1958
1976
class JsiiAgent (metaclass = jsii .JSIIMeta , jsii_type = "jsii-calc.JsiiAgent" ):
1959
1977
"""Host runtime version should be set via JSII_AGENT."""
1960
1978
def __init__ (self ) -> None :
@@ -3272,6 +3290,6 @@ def parts(self, value: typing.List[scope.jsii_calc_lib.Value]):
3272
3290
return jsii .set (self , "parts" , value )
3273
3291
3274
3292
3275
- __all__ = ["AbstractClass" , "AbstractClassBase" , "AbstractClassReturner" , "Add" , "AllTypes" , "AllTypesEnum" , "AllowedMethodNames" , "AsyncVirtualMethods" , "AugmentableClass" , "BinaryOperation" , "Calculator" , "CalculatorProps" , "ClassThatImplementsTheInternalInterface" , "ClassThatImplementsThePrivateInterface" , "ClassWithDocs" , "ClassWithMutableObjectLiteralProperty" , "ClassWithPrivateConstructorAndAutomaticProperties" , "ConstructorPassesThisOut" , "Constructors" , "ConsumersOfThisCrazyTypeSystem" , "DefaultedConstructorArgument" , "DerivedClassHasNoProperties" , "DerivedStruct" , "DoNotOverridePrivates" , "DoNotRecognizeAnyAsOptional" , "DocumentedClass" , "DontComplainAboutVariadicAfterOptional" , "DoubleTrouble" , "EraseUndefinedHashValues" , "EraseUndefinedHashValuesOptions" , "ExportedBaseClass" , "ExtendsInternalInterface" , "GiveMeStructs" , "Greetee" , "GreetingAugmenter" , "IAnotherPublicInterface" , "IExtendsPrivateInterface" , "IFriendlier" , "IFriendlyRandomGenerator" , "IInterfaceImplementedByAbstractClass" , "IInterfaceThatShouldNotBeADataType" , "IInterfaceWithInternal" , "IInterfaceWithMethods" , "IInterfaceWithOptionalMethodArguments" , "IInterfaceWithProperties" , "IInterfaceWithPropertiesExtension" , "IJSII417Derived" , "IJSII417PublicBaseOfBase" , "IMutableObjectLiteral" , "INonInternalInterface" , "IPrivatelyImplemented" , "IPublicInterface" , "IPublicInterface2" , "IRandomNumberGenerator" , "IReturnsNumber" , "ImplementInternalInterface" , "ImplementsInterfaceWithInternal" , "ImplementsInterfaceWithInternalSubclass" , "ImplementsPrivateInterface" , "ImplictBaseOfBase" , "InbetweenClass" , "InterfaceInNamespaceIncludesClasses" , "InterfaceInNamespaceOnlyInterface" , "JSII417Derived" , "JSII417PublicBaseOfBase" , "JSObjectLiteralForInterface" , "JSObjectLiteralToNative" , "JSObjectLiteralToNativeClass" , "JavaReservedWords" , "JsiiAgent" , "LoadBalancedFargateServiceProps" , "Multiply" , "Negate" , "NodeStandardLibrary" , "NullShouldBeTreatedAsUndefined" , "NullShouldBeTreatedAsUndefinedData" , "NumberGenerator" , "ObjectRefsInCollections" , "Old" , "OptionalConstructorArgument" , "OptionalStruct" , "OptionalStructConsumer" , "OverrideReturnsObject" , "PartiallyInitializedThisConsumer" , "Polymorphism" , "Power" , "PublicClass" , "PythonReservedWords" , "ReferenceEnumFromScopedPackage" , "ReturnsPrivateImplementationOfInterface" , "RuntimeTypeChecking" , "SingleInstanceTwoTypes" , "StaticContext" , "Statics" , "StringEnum" , "StripInternal" , "Sum" , "SyncVirtualMethods" , "Thrower" , "UnaryOperation" , "UnionProperties" , "UseBundledDependency" , "UseCalcBase" , "UsesInterfaceWithProperties" , "VariadicMethod" , "VirtualMethodPlayground" , "VoidCallback" , "__jsii_assembly__" , "composition" ]
3293
+ __all__ = ["AbstractClass" , "AbstractClassBase" , "AbstractClassReturner" , "Add" , "AllTypes" , "AllTypesEnum" , "AllowedMethodNames" , "AsyncVirtualMethods" , "AugmentableClass" , "BinaryOperation" , "Calculator" , "CalculatorProps" , "ClassThatImplementsTheInternalInterface" , "ClassThatImplementsThePrivateInterface" , "ClassWithDocs" , "ClassWithMutableObjectLiteralProperty" , "ClassWithPrivateConstructorAndAutomaticProperties" , "ConstructorPassesThisOut" , "Constructors" , "ConsumersOfThisCrazyTypeSystem" , "DefaultedConstructorArgument" , "DerivedClassHasNoProperties" , "DerivedStruct" , "DoNotOverridePrivates" , "DoNotRecognizeAnyAsOptional" , "DocumentedClass" , "DontComplainAboutVariadicAfterOptional" , "DoubleTrouble" , "EraseUndefinedHashValues" , "EraseUndefinedHashValuesOptions" , "ExportedBaseClass" , "ExtendsInternalInterface" , "GiveMeStructs" , "Greetee" , "GreetingAugmenter" , "IAnotherPublicInterface" , "IExtendsPrivateInterface" , "IFriendlier" , "IFriendlyRandomGenerator" , "IInterfaceImplementedByAbstractClass" , "IInterfaceThatShouldNotBeADataType" , "IInterfaceWithInternal" , "IInterfaceWithMethods" , "IInterfaceWithOptionalMethodArguments" , "IInterfaceWithProperties" , "IInterfaceWithPropertiesExtension" , "IJSII417Derived" , "IJSII417PublicBaseOfBase" , "IJsii487External" , "IMutableObjectLiteral" , "INonInternalInterface" , "IPrivatelyImplemented" , "IPublicInterface" , "IPublicInterface2" , "IRandomNumberGenerator" , "IReturnsNumber" , "ImplementInternalInterface" , "ImplementsInterfaceWithInternal" , "ImplementsInterfaceWithInternalSubclass" , "ImplementsPrivateInterface" , "ImplictBaseOfBase" , "InbetweenClass" , "InterfaceInNamespaceIncludesClasses" , "InterfaceInNamespaceOnlyInterface" , "JSII417Derived" , "JSII417PublicBaseOfBase" , "JSObjectLiteralForInterface" , "JSObjectLiteralToNative" , "JSObjectLiteralToNativeClass" , "JavaReservedWords" , "Jsii487Derived" , "JsiiAgent" , "LoadBalancedFargateServiceProps" , "Multiply" , "Negate" , "NodeStandardLibrary" , "NullShouldBeTreatedAsUndefined" , "NullShouldBeTreatedAsUndefinedData" , "NumberGenerator" , "ObjectRefsInCollections" , "Old" , "OptionalConstructorArgument" , "OptionalStruct" , "OptionalStructConsumer" , "OverrideReturnsObject" , "PartiallyInitializedThisConsumer" , "Polymorphism" , "Power" , "PublicClass" , "PythonReservedWords" , "ReferenceEnumFromScopedPackage" , "ReturnsPrivateImplementationOfInterface" , "RuntimeTypeChecking" , "SingleInstanceTwoTypes" , "StaticContext" , "Statics" , "StringEnum" , "StripInternal" , "Sum" , "SyncVirtualMethods" , "Thrower" , "UnaryOperation" , "UnionProperties" , "UseBundledDependency" , "UseCalcBase" , "UsesInterfaceWithProperties" , "VariadicMethod" , "VirtualMethodPlayground" , "VoidCallback" , "__jsii_assembly__" , "composition" ]
3276
3294
3277
3295
publication .publish ()
0 commit comments