MCPcopy Index your code
hub / github.com/aws/jsii / onInterfaceMethodOverload

Method onInterfaceMethodOverload

packages/jsii-pacmak/lib/targets/java.ts:1010–1016  ·  view source on GitHub ↗
(
    ifc: spec.InterfaceType,
    overload: spec.Method,
    _originalMethod: spec.Method,
  )

Source from the content-addressed store, hash-verified

1008 }
1009
1010 protected onInterfaceMethodOverload(
1011 ifc: spec.InterfaceType,
1012 overload: spec.Method,
1013 _originalMethod: spec.Method,
1014 ) {
1015 this.onInterfaceMethod(ifc, overload);
1016 }
1017
1018 protected onInterfaceProperty(ifc: spec.InterfaceType, prop: spec.Property) {
1019 let apparentGetterType: spec.OptionalValue = prop;

Callers

nothing calls this directly

Calls 1

onInterfaceMethodMethod · 0.95

Tested by

no test coverage detected