GWT 0.0.0

Uses of Interface
com.google.gwt.core.ext.linker.SymbolData

Packages that use SymbolData
com.google.gwt.core.ext.linker Classes for writing Linkers. 
 

Uses of SymbolData in com.google.gwt.core.ext.linker
 

Methods in com.google.gwt.core.ext.linker that return SymbolData
abstract  SymbolData[] CompilationResult.getSymbolMap()
          Returns a sorted array of obfuscated symbol names in the compilation to metadata about the symbol.
 

Methods in com.google.gwt.core.ext.linker with parameters of type SymbolData
 int SymbolData.ClassIdentComparator.compare(SymbolData o1, SymbolData o2)
           
 


GWT 0.0.0