Java com.google.gwt.core.ext LinkerContext fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.ext LinkerContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.ext LinkerContext.

The text is from its open source code.

Method

SortedSetgetConfigurationProperties()
Returns all configuration properties defined in the module.
StringgetModuleFunctionName()
Returns the name of the module's bootstrap function.
StringgetModuleName()
Returns the name of the module being compiled.
SortedSetgetProperties()
Returns all deferred binding properties defined in the module.
booleanisOutputCompact()
Returns true if the output should be as compact is possible and false if the output should be human-readable.
StringoptimizeJavaScript(TreeLogger logger, String jsProgram)
Applies optimizations to a JavaScript program.