Uses of Interface
com.google.gwt.core.ext.linker.SymbolData
-
Packages that use SymbolData Package Description 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 Modifier and Type Method Description abstract SymbolData[]
CompilationResult. getSymbolMap()
Returns a sorted array of obfuscated symbol names in the compilation to metadata about the symbol.SymbolData[]
DelegatingCompilationResult. getSymbolMap()
Methods in com.google.gwt.core.ext.linker with parameters of type SymbolData Modifier and Type Method Description int
SymbolData.ClassIdentComparator. compare(SymbolData o1, SymbolData o2)
-