Package com.smartgwt.linker
Class SmartGwtMultiWinTypeSync
java.lang.Object
com.google.gwt.core.ext.Linker
com.google.gwt.core.ext.linker.AbstractLinker
com.smartgwt.linker.SmartGwtMultiWinTypeSync
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected SyntheticArtifact
emitString
(TreeLogger logger, String what, String partialPath, LinkerContext context) link
(TreeLogger logger, LinkerContext context, ArtifactSet artifacts, boolean permutation) Methods inherited from class com.google.gwt.core.ext.linker.AbstractLinker
emitBytes, emitBytes, emitInputStream, emitInputStream, emitString, emitString, emitWithStrongName, emitWithStrongName
Methods inherited from class com.google.gwt.core.ext.Linker
isShardable, link, relink, supportsDevModeInJunit
-
Field Details
-
TYPE_MARKER_FUNC
- See Also:
-
MULTIWINDOW
- See Also:
-
FUNC_BODY_REGEX
- See Also:
-
TYPE_CALL_REGEX
- See Also:
-
-
Constructor Details
-
SmartGwtMultiWinTypeSync
public SmartGwtMultiWinTypeSync()
-
-
Method Details
-
getDescription
- Specified by:
getDescription
in classLinker
-
emitString
protected SyntheticArtifact emitString(TreeLogger logger, String what, String partialPath, LinkerContext context) throws UnableToCompleteException - Throws:
UnableToCompleteException
-
link
public ArtifactSet link(TreeLogger logger, LinkerContext context, ArtifactSet artifacts, boolean permutation) throws UnableToCompleteException - Overrides:
link
in classLinker
- Throws:
UnableToCompleteException
-