public interface JsInteropExportsGenerator
Modifier and Type | Method and Description |
---|---|
void |
exportMember(JMember member,
JsExpression bridgeMethodOrAlias)
Exports a member to the namespace that is provided by its qualified export name.
|
void |
exportType(JDeclaredType x)
Makes sure the type is exported even there are no exported constructors for the type but is
still marked with JsType.
|
void exportType(JDeclaredType x)
This is essentially needed by Closure formatted output so that type declarations can be provided for JsTypes that are not exported via a constructor.
void exportMember(JMember member, JsExpression bridgeMethodOrAlias)
Copyright © 2018. All rights reserved.