Uses of Interface
com.google.gwt.core.ext.linker.SelectionProperty
Package
Description
Classes used to extend the GWT compiler.
Classes for writing Linkers.
A package containing implementations of the GWT bootstrap linkers.
-
Uses of SelectionProperty in com.google.gwt.core.ext
Modifier and TypeMethodDescriptionLinkerContext.getProperties()
Returns all deferred binding properties defined in the module. -
Uses of SelectionProperty in com.google.gwt.core.ext.linker
Modifier and TypeMethodDescriptionabstract SortedSet
<SortedMap<SelectionProperty, String>> CompilationResult.getPropertyMap()
Provides values forSelectionProperty
instances that are not explicitly set during the compilation phase.DelegatingCompilationResult.getPropertyMap()
abstract SortedMap
<SelectionProperty, String> SoftPermutation.getPropertyMap()
Returns only the collapsed selection properties that resulted in the particular soft permutation. -
Uses of SelectionProperty in com.google.gwt.core.linker
Modifier and TypeMethodDescriptionstatic String
SymbolMapsLinker.propertyMapToString
(Map<SelectionProperty, String> propertyMap)