Package | Description |
---|---|
com.google.gwt.core.ext |
Classes used to extend the GWT compiler.
|
com.google.gwt.core.ext.linker |
Classes for writing Linkers.
|
com.google.gwt.core.ext.linker.impl | |
com.google.gwt.core.ext.soyc |
This package contains interfaces that provide access to
"Story of Your Compile" information.
|
com.google.gwt.core.ext.soyc.impl | |
com.google.gwt.dev | |
com.google.gwt.dev.cfg | |
com.google.gwt.dev.jjs | |
com.google.gwt.dev.resource.impl | |
com.google.gwt.dev.shell.rewrite | |
com.google.gwt.i18n.linker | |
com.google.gwt.resources.css |
Support package for manipulating CSS resources.
|
java.util |
Modifier and Type | Method and Description |
---|---|
SortedSet<ConfigurationProperty> |
LinkerContext.getConfigurationProperties()
Returns all configuration properties defined in the module.
|
SortedSet<String> |
SelectionProperty.getPossibleValues()
Returns the possible values for the property in sorted order.
|
SortedSet<String> |
DefaultSelectionProperty.getPossibleValues() |
SortedSet<SelectionProperty> |
LinkerContext.getProperties()
Returns all deferred binding properties defined in the module.
|
Constructor and Description |
---|
DefaultSelectionProperty(String currentValue,
String fallbackValue,
String name,
SortedSet<String> possibleValues)
Construct a selection property.
|
DefaultSelectionProperty(String currentValue,
String fallbackValue,
String name,
SortedSet<String> possibleValues,
Map<String,? extends List<? extends Set<String>>> fallbackValueMap)
Construct a selection property.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactSet
Provides stable ordering and de-duplication of artifacts.
|
Modifier and Type | Method and Description |
---|---|
<T extends Artifact<? super T>> |
ArtifactSet.find(Class<T> artifactType)
Find all Artifacts assignable to some base type.
|
SortedSet<String> |
SelectionProperty.getPossibleValues()
Returns all possible values for this deferred binding property.
|
SortedSet<SortedMap<SelectionProperty,String>> |
DelegatingCompilationResult.getPropertyMap() |
abstract SortedSet<SortedMap<SelectionProperty,String>> |
CompilationResult.getPropertyMap()
Provides values for
SelectionProperty instances that are not
explicitly set during the compilation phase. |
SortedSet<Artifact<?>> |
ArtifactSet.headSet(Artifact<?> toElement) |
SortedSet<Artifact<?>> |
ArtifactSet.subSet(Artifact<?> fromElement,
Artifact<?> toElement) |
SortedSet<Artifact<?>> |
ArtifactSet.tailSet(Artifact<?> fromElement) |
Modifier and Type | Method and Description |
---|---|
String |
PropertyProviderGenerator.generate(TreeLogger logger,
SortedSet<String> possibleValues,
String fallback,
SortedSet<ConfigurationProperty> configProperties)
Generate a property provider.
|
String |
PropertyProviderGenerator.generate(TreeLogger logger,
SortedSet<String> possibleValues,
String fallback,
SortedSet<ConfigurationProperty> configProperties)
Generate a property provider.
|
String |
SelectionProperty.getPropertyProvider(TreeLogger logger,
SortedSet<ConfigurationProperty> configProperties)
Returns a raw function body that provides the runtime value to be used for
a deferred binding property.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<ConfigurationProperty> |
StandardLinkerContext.getConfigurationProperties() |
SortedSet<String> |
StandardSelectionProperty.getPossibleValues() |
SortedSet<SelectionProperty> |
StandardLinkerContext.getProperties() |
SortedSet<SortedMap<SelectionProperty,String>> |
StandardCompilationResult.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
String |
StandardSelectionProperty.getPropertyProvider(TreeLogger logger,
SortedSet<ConfigurationProperty> configProperties) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Member> |
HasDependencies.getDependencies() |
SortedSet<FieldMember> |
ClassMember.getFields()
Returns the fields of the ClassMember that have been retained in the
compiled output.
|
SortedSet<Member> |
Story.getMembers()
Gets the Members of the compilation that the Story is about.
|
SortedSet<MethodMember> |
ClassMember.getMethods()
Returns the methods of the ClassMember that have been retained in the
compiled output.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<Member> |
AbstractMemberWithDependencies.getDependencies() |
SortedSet<FieldMember> |
StandardClassMember.getFields() |
SortedSet<Member> |
StoryImpl.getMembers() |
SortedSet<MethodMember> |
StandardClassMember.getMethods() |
SortedSet<ClassMember> |
StandardClassMember.getOverrides() |
Constructor and Description |
---|
StoryImpl(int id,
SortedSet<Member> members,
String literalDescription,
int fragment,
int length)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
Permutation.mergeFrom(Permutation other,
SortedSet<String> liveRebindRequests)
This is called to merge two permutations that either have identical rebind
answers or were explicitly collapsed using
|
Modifier and Type | Method and Description |
---|---|
SortedSet<BindingProperty> |
Properties.getBindingProperties()
Gets all deferred binding properties in sorted order.
|
SortedSet<ConfigurationProperty> |
Properties.getConfigurationProperties() |
Modifier and Type | Method and Description |
---|---|
List<SortedSet<String>> |
BindingProperty.getCollapsedValuesSets() |
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<Condition,SortedSet<String>> |
BindingProperty.getConditionalValues()
Returns a map containing the generated values for each condition, in the order
they were added to the module files.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
UnifiedAst.getRebindRequests()
Returns the set of live rebind requests in the AST.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
ResourceResolution.getSourceModuleNames() |
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
HostedModeClassRewriter.SingleJsoImplData.getMangledNames()
Returns all of the mangled method names for SingleJsoImpl methods.
|
Modifier and Type | Method and Description |
---|---|
String |
LocalePropertyProviderGenerator.generate(TreeLogger logger,
SortedSet<String> possibleValues,
String fallback,
SortedSet<ConfigurationProperty> configProperties) |
String |
LocalePropertyProviderGenerator.generate(TreeLogger logger,
SortedSet<String> possibleValues,
String fallback,
SortedSet<ConfigurationProperty> configProperties) |
Modifier and Type | Method and Description |
---|---|
SortedSet<String> |
ExternalClassesCollector.getClasses() |
Modifier and Type | Interface and Description |
---|---|
interface |
NavigableSet<E>
A
SortedSet with more flexible queries. |
Modifier and Type | Class and Description |
---|---|
class |
TreeSet<E>
Implements a set using a TreeMap.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<E> |
SortedSet.headSet(E toElement) |
SortedSet<E> |
TreeSet.headSet(E toElement) |
SortedSet<E> |
SortedSet.subSet(E fromElement,
E toElement) |
SortedSet<E> |
TreeSet.subSet(E fromElement,
E toElement) |
SortedSet<E> |
SortedSet.tailSet(E fromElement) |
SortedSet<E> |
TreeSet.tailSet(E fromElement) |
static <T> SortedSet<T> |
Collections.unmodifiableSortedSet(SortedSet<T> set) |
Modifier and Type | Method and Description |
---|---|
static <T> SortedSet<T> |
Collections.unmodifiableSortedSet(SortedSet<T> set) |
Constructor and Description |
---|
PriorityQueue(SortedSet<? extends E> c) |
TreeSet(SortedSet<E> s) |
Copyright © 2018. All rights reserved.