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

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

Introduction

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

The text is from its open source code.

Method

String[]getJavaScript()
Returns the JavaScript compilation.
intgetPermutationId()
Returns the permutation ID.
SortedSet>getPropertyMap()
Provides values for SelectionProperty instances that are not explicitly set during the compilation phase.
SoftPermutation[]getSoftPermutations()
Returns the permutations of the collapsed deferred-binding property values that are compiled into the CompilationResult.
StatementRanges[]getStatementRanges()
Returns the statement ranges for the JavaScript returned by #getJavaScript() .
StringgetStrongName()
Return a string that uniquely identifies this compilation result.
SymbolData[]getSymbolMap()
Returns a sorted array of obfuscated symbol names in the compilation to metadata about the symbol.