Modifier and Type | Method and Description |
---|---|
Set<String> |
IconCellDecorator.getConsumedEvents() |
Set<String> |
AbstractCell.getConsumedEvents() |
Set<String> |
CompositeCell.getConsumedEvents() |
Set<String> |
Cell.getConsumedEvents()
Get the set of events that this cell consumes (see
BrowserEvents for useful
constants). |
Constructor and Description |
---|
AbstractCell(Set<String> consumedEvents)
Construct a new
AbstractCell with the specified consumed events. |
AbstractEditableCell(Set<String> consumedEvents)
Construct a new
AbstractEditableCell with the specified consumed
events. |
AbstractInputCell(Set<String> consumedEvents)
Construct a new
AbstractInputCell with the specified consumed
events. |
AbstractSafeHtmlCell(SafeHtmlRenderer<C> renderer,
Set<String> consumedEvents)
Construct an AbstractSafeHtmlCell using a given
SafeHtmlRenderer
that will consume a given set of events. |
Modifier and Type | Method and Description |
---|---|
List<? extends Set<String>> |
SelectionProperty.getFallbackValues(String value)
Returns the list of fall back values for a given value.
|
List<? extends Set<String>> |
DefaultSelectionProperty.getFallbackValues(String value) |
Constructor and Description |
---|
SubsetFilteringPropertyOracle(Set<String> accessiblePropertyNames,
PropertyOracle wrappedPropertyOracle,
String accessViolationMessage) |
Constructor and Description |
---|
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 | Field and Description |
---|---|
protected Set<String> |
EntityDescriptor.obfuscatedNames
Stores obfuscated names.
|
Modifier and Type | Method and Description |
---|---|
Set<MethodDescriptor> |
MethodDescriptor.getDependentMethods() |
Set<JMethod> |
MethodDescriptor.getMethodReferences()
Returns the set of JMethods that share the same signature.
|
Set<String> |
EntityDescriptor.getObfuscatedNames() |
Modifier and Type | Method and Description |
---|---|
Set<? extends JClassType> |
JClassType.getFlattenedSupertypeHierarchy()
Returns all of the superclasses and superinterfaces for a given type
including the type itself.
|
abstract Set<? extends JClassType> |
TypeOracle.getSingleJsoImplInterfaces()
Returns an unmodifiable, live view of all interface types that are
implemented by exactly one JSO subtype.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
MinimalRebuildCache.computeAndClearStaleTypesCache(TreeLogger logger,
JTypeOracle typeOracle)
Calculates the set of stale types and clears their cached Js, StatementRanges and SourceMaps.
|
Set<String> |
NullRebuildCache.computeAndClearStaleTypesCache(TreeLogger logger,
JTypeOracle typeOracle) |
Set<String> |
MinimalRebuildCache.computeDeletedTypeNames()
Computes and returns the set of names of deleted types.
|
Set<String> |
NullRebuildCache.computeDeletedTypeNames() |
Set<String> |
MinimalRebuildCache.computeModifiedTypeNames()
Computes and returns the set of names of modified types.
|
Set<String> |
NullRebuildCache.computeModifiedTypeNames() |
Set<String> |
MinimalRebuildCache.computeReachableTypeNames()
Computes and returns the names of the set of types that are referenceable within the method
level control flow starting from the entry methods, immortal codegen types and exported
JsInterop methods.
|
Set<String> |
NullRebuildCache.computeReachableTypeNames() |
Set<String> |
MinimalRebuildCache.filterUnreachableTypeNames(Set<String> typeNames)
Return the set of provided typeNames with unreachable types filtered out.
|
Set<String> |
MinimalRebuildCache.getModifiedCompilationUnitNames() |
Set<String> |
NullRebuildCache.getModifiedCompilationUnitNames() |
Set<String> |
MinimalRebuildCache.getPreambleTypeNames() |
Set<String> |
NullRebuildCache.getPreambleTypeNames() |
Set<String> |
MinimalRebuildCache.getProcessedStaleTypeNames()
Returns the set of the names of types that were processed as stale.
|
Set<String> |
MinimalRebuildCache.getStaleTypeNames() |
Set<String> |
NullRebuildCache.getStaleTypeNames() |
Modifier and Type | Method and Description |
---|---|
void |
MinimalRebuildCache.addModifiedCompilationUnitNames(TreeLogger logger,
Set<String> modifiedCompilationUnitNames) |
void |
NullRebuildCache.addModifiedCompilationUnitNames(TreeLogger logger,
Set<String> modifiedCompilationUnitNames) |
Set<String> |
MinimalRebuildCache.filterUnreachableTypeNames(Set<String> typeNames)
Return the set of provided typeNames with unreachable types filtered out.
|
static com.google.gwt.thirdparty.guava.common.collect.SortedSetMultimap<String,String> |
PropertyAndBindingInfo.getPossibleReboundTypesByRequestType(Iterable<PropertyAndBindingInfo> permutationPropertyAndBindingInfoList,
Set<String> requestTypes)
Returns the Java classes that GWT.create() might return in at least one permutation.
|
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ResourceOracle publicResourceOracle,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<PersistenceBackedObject<PermutationResult>> resultFiles,
Set<PermutationResult> libraries,
PrecompileTaskOptions precompileOptions,
Link.LinkOptions linkOptions) |
void |
MinimalRebuildCache.setJsoTypeNames(Set<String> jsoTypeNames,
Set<String> singleJsoImplInterfaceNames,
Set<String> dualJsoImplInterfaceNames)
Records the names of JSO subtypes, single impl interfaces and dual impl interfaces as well as
keeps track of types that entered or left one of the lists in the most recent iteration.
|
void |
MinimalRebuildCache.setJsoTypeNames(Set<String> jsoTypeNames,
Set<String> singleJsoImplInterfaceNames,
Set<String> dualJsoImplInterfaceNames)
Records the names of JSO subtypes, single impl interfaces and dual impl interfaces as well as
keeps track of types that entered or left one of the lists in the most recent iteration.
|
void |
MinimalRebuildCache.setJsoTypeNames(Set<String> jsoTypeNames,
Set<String> singleJsoImplInterfaceNames,
Set<String> dualJsoImplInterfaceNames)
Records the names of JSO subtypes, single impl interfaces and dual impl interfaces as well as
keeps track of types that entered or left one of the lists in the most recent iteration.
|
void |
NullRebuildCache.setJsoTypeNames(Set<String> jsoTypeNames,
Set<String> singleJsoImplInterfaceNames,
Set<String> dualJsoImplInterfaceNames) |
void |
NullRebuildCache.setJsoTypeNames(Set<String> jsoTypeNames,
Set<String> singleJsoImplInterfaceNames,
Set<String> dualJsoImplInterfaceNames) |
void |
NullRebuildCache.setJsoTypeNames(Set<String> jsoTypeNames,
Set<String> singleJsoImplInterfaceNames,
Set<String> dualJsoImplInterfaceNames) |
void |
MinimalRebuildCache.setPreambleTypeNames(TreeLogger logger,
Set<String> preambleTypeNames) |
void |
NullRebuildCache.setPreambleTypeNames(TreeLogger logger,
Set<String> preambleTypeNames) |
void |
MinimalRebuildCache.setProcessedStaleTypeNames(Set<String> processedStaleTypeNames) |
Modifier and Type | Field and Description |
---|---|
static Set<String> |
RuleGenerateWith.ALL_PROPERTIES |
Modifier and Type | Method and Description |
---|---|
Set<BindingProperty> |
DynamicPropertyOracle.getAccessedProperties() |
static Set<String> |
RuleGenerateWith.getAccessedPropertyNames(Class<? extends Generator> generatorClass)
Returns a Set of the names of properties that will be accessed by the given Generator.
|
Set<String> |
ModuleDef.getActiveLinkerNames() |
Set<Class<? extends Linker>> |
ModuleDef.getActiveLinkers() |
Set<String> |
DeferredBindingQuery.getLinkerNames() |
Set<String> |
ConditionWhenPropertyIs.getRequiredProperties() |
Set<String> |
CompoundCondition.getRequiredProperties() |
Set<String> |
Condition.getRequiredProperties()
Returns the set of property names that the Condition requires in order to
be evaluated.
|
Set<String> |
BindingProperty.getRequiredProperties() |
Set<Resource> |
ModuleDef.getResourcesNewerThan(long modificationTime) |
Set<String> |
ModuleDef.getSourceModuleNames(String typeSourceName) |
Set<String> |
DepsInfoProvider.getSourceModuleNames(String typeSourceName)
Returns a set of the names of modules that source included the given type referenced by name.
|
Modifier and Type | Method and Description |
---|---|
Map<String,? extends List<? extends Set<String>>> |
BindingProperty.getFallbackValuesMap()
Returns the map of values to fall back values.
|
Constructor and Description |
---|
DeferredBindingQuery(PropertyOracle propertyOracle,
Set<String> linkerNames)
Construct a query for contexts where a type is not available.
|
DeferredBindingQuery(PropertyOracle propertyOracle,
Set<String> linkerNames,
CompilationState compilationState,
String testType)
Construct a fully general query, including a query type and type oracle.
|
PropertyCombinations(Properties properties,
Set<String> activeLinkerNames) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
StandardGeneratorContext.getActiveLinkerNames() |
Set<String> |
CompilationErrorsIndex.getCompileErrors(String typeSourceName)
Returns the compile error strings previously recorded for a given type.
|
Set<String> |
CompilationErrorsIndexImpl.getCompileErrors(String typeSourceName) |
static Set<String> |
JdtUtil.getSuppressedWarnings(org.eclipse.jdt.internal.compiler.ast.Annotation[] annotations) |
Set<String> |
CompilationErrorsIndex.getTypeReferences(String typeSourceName)
Returns the type reference strings previously recorded for a given type.
|
Set<String> |
CompilationErrorsIndexImpl.getTypeReferences(String typeSourceName) |
Modifier and Type | Method and Description |
---|---|
static CompilationState |
CompilationStateBuilder.buildFrom(TreeLogger logger,
CompilerContext compilerContext,
Set<Resource> resources)
Compiles the given source files and adds them to the CompilationState.
|
static CompilationState |
CompilationStateBuilder.buildFrom(TreeLogger logger,
CompilerContext compilerContext,
Set<Resource> resources,
JdtCompiler.AdditionalTypeProviderDelegate delegate)
Compiles the given source files and adds them to the CompilationState.
|
CompilationState |
CompilationStateBuilder.doBuildFrom(TreeLogger logger,
CompilerContext compilerContext,
Set<Resource> resources) |
CompilationState |
CompilationStateBuilder.doBuildFrom(TreeLogger logger,
CompilerContext compilerContext,
Set<Resource> resources,
JdtCompiler.AdditionalTypeProviderDelegate compilerDelegate)
Build a new compilation state from a source oracle.
|
Modifier and Type | Field and Description |
---|---|
protected Set<String> |
CollectReferencesVisitor.referencedTypes |
Modifier and Type | Method and Description |
---|---|
Set<String> |
CollectReferencesVisitor.getReferencedTypes() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
MockResourceOracle.getPathNames() |
Set<Resource> |
MockResourceOracle.getResources() |
Modifier and Type | Method and Description |
---|---|
Set<? extends JClassType> |
TypeOracle.getDualJsoImplInterfaces()
Returns an unmodifiable, live view of all interface types that are
implemented by both a JSO subtype and at least one Object subtype.
|
Set<JClassType> |
JClassType.getFlattenedSupertypeHierarchy()
Returns all of the superclasses and superinterfaces for a given type
including the type itself.
|
protected static Set<JClassType> |
JClassType.getFlattenedSuperTypeHierarchy(JClassType type)
Returns all of the superclasses and superinterfaces for a given type
including the type itself.
|
Set<? extends JClassType> |
TypeOracle.getSingleJsoImplInterfaces()
Returns an unmodifiable, live view of all interface types that are
implemented by exactly one JSO subtype.
|
Constructor and Description |
---|
UnifiedAst(PrecompileTaskOptions options,
UnifiedAst.AST initialAst,
boolean singlePermutation,
Set<String> rebindRequests) |
Modifier and Type | Field and Description |
---|---|
static Set<String> |
JProgram.CODEGEN_TYPES_SET |
static Set<String> |
JProgram.IMMORTAL_CODEGEN_TYPES_SET |
static Set<String> |
JProgram.SYNTHETIC_TYPE_NAMES
Types whose entire implementation is synthesized at compile time.
|
Modifier and Type | Method and Description |
---|---|
Set<JReferenceType> |
JTypeOracle.getCastableDestinationTypes(JReferenceType type) |
Set<JField> |
JProgram.getIndexedFields() |
Set<JMethod> |
JProgram.getIndexedMethods() |
Set<JMethod> |
JMethod.getOverriddenMethods()
Returns the transitive closure of all the methods this method overrides; this set is ordered
from most specific to least specific, where class methods appear before interface methods.
|
Set<JMethod> |
JMethod.getOverridingMethods()
Returns the transitive closure of all the methods that override this method; caveat this
list is only complete in monolithic compiles and should not be used in incremental compiles.
|
Set<JClassType> |
JProgram.getRepresentedAsNativeTypes() |
Set<String> |
JTypeOracle.getSubClassNames(String typeName) |
Set<String> |
JTypeOracle.getSubInterfaceNames(String typeName) |
Set<String> |
CanHaveSuppressedWarnings.getSuppressedWarnings() |
Set<String> |
JVariable.getSuppressedWarnings() |
Set<String> |
JDeclaredType.getSuppressedWarnings() |
Set<String> |
JMethod.getSuppressedWarnings() |
Set<String> |
JProgram.getTypeNamesToIndex() |
Modifier and Type | Method and Description |
---|---|
void |
JTypeOracle.setInstantiatedTypes(Set<JReferenceType> instantiatedTypes) |
void |
CanHaveSuppressedWarnings.setSuppressedWarnings(Set<String> suppressedWarnings) |
void |
JVariable.setSuppressedWarnings(Set<String> suppressedWarnings) |
void |
JDeclaredType.setSuppressedWarnings(Set<String> suppressedWarnings) |
void |
JMethod.setSuppressedWarnings(Set<String> suppressedWarnings) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
JsniMethodBody.getUsedStrings() |
Constructor and Description |
---|
JsniMethodBody(SourceInfo info,
JsFunction function,
List<JsniClassLiteral> classRefs,
List<JsniFieldRef> jsniFieldRefs,
List<JsniMethodRef> jsniMethodRefs,
Set<String> stringLiterals) |
Modifier and Type | Field and Description |
---|---|
protected Set<JMethod> |
MakeCallsStatic.toBeMadeStatic |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
RecordRebinds.exec(JProgram program) |
Set<JMethod> |
CallGraph.getAllCallees()
Return all the callee methods in the call graph.
|
Set<JMethod> |
OptimizerContext.getCallees(Collection<JMethod> callerMethods)
Return callee methods of
callerMethods . |
Set<JMethod> |
CallGraph.getCallees(Collection<JMethod> callerMethods)
Return all the callees of a set of caller methods.
|
Set<JMethod> |
FullOptimizerContext.getCallees(Collection<JMethod> callerMethods) |
Set<JMethod> |
OptimizerContext.getCallers(Collection<JMethod> calleeMethods)
Return caller methods of
calleeMethods . |
Set<JMethod> |
CallGraph.getCallers(Collection<JMethod> calleeMethods)
Return all the callers of a set of callee methods.
|
Set<JMethod> |
FullOptimizerContext.getCallers(Collection<JMethod> calleeMethods) |
Set<JField> |
ControlFlowAnalyzer.getFieldsWritten()
Return the set of all fields that are written.
|
Set<JReferenceType> |
ControlFlowAnalyzer.getInstantiatedTypes()
Return the complete set of types that have been instantiated.
|
Set<? extends JNode> |
ControlFlowAnalyzer.getLiveFieldsAndMethods()
Return all methods that could be executed, and all variables that could be
read, based on the given entry points so far.
|
Set<String> |
ControlFlowAnalyzer.getLiveStrings() |
Set<JMethod> |
OptimizerContext.getMethodsByReferencedFields(Collection<JField> fields)
Return methods that reference
fields . |
Set<JMethod> |
FullOptimizerContext.getMethodsByReferencedFields(Collection<JField> fields) |
Set<JField> |
OptimizerContext.getModifiedFieldsSince(int stepSince)
Return all the effective modified fields since a given step.
|
Set<JField> |
FullOptimizerContext.getModifiedFieldsSince(int stepSince) |
Set<JMethod> |
OptimizerContext.getModifiedMethodsSince(int stepSince)
Return all the effective modified methods since a given step.
|
Set<JMethod> |
FullOptimizerContext.getModifiedMethodsSince(int stepSince) |
Set<String> |
EnumOrdinalizer.Tracker.getOrdinalizedNames() |
Set<JField> |
OptimizerContext.getReferencedFieldsByMethods(Collection<JMethod> methods)
Return fields that are referenced by
methods . |
Set<JField> |
FullOptimizerContext.getReferencedFieldsByMethods(Collection<JMethod> methods) |
Set<JField> |
FieldReferencesGraph.getReferencedFieldsByMethods(Collection<JMethod> methods)
Return the referenced fields by
methods . |
Set<? extends JReferenceType> |
ControlFlowAnalyzer.getReferencedTypes()
Return the complete set of types that have been referenced.
|
Set<JMethod> |
FieldReferencesGraph.getReferencingMethodsForFields(Collection<JField> fields)
Return the methods that reference
fields . |
Set<JMethod> |
OptimizerContext.getRemovedCalleeMethodsSince(int stepSince)
Get the removed callee methods since a given step.
|
Set<JMethod> |
FullOptimizerContext.getRemovedCalleeMethodsSince(int stepSince) |
static Set<JDeclaredType> |
JjsUtils.getSupertypes(JDeclaredType type)
Gets all the supertypes of
type . |
Set<JMethod> |
CallGraph.removeCalleeMethod(JMethod calleeMethod)
Remove a callee method and all its caller methods in both
calleeCallersPairs and callerCalleesPairs . |
Set<JMethod> |
CallGraph.removeCallerMethod(JMethod callerMethod)
Remove a caller method and all its callee methods in both
callerCalleesPairs and calleeCallersPairs . |
Modifier and Type | Method and Description |
---|---|
static Pair<JavaToJavaScriptMap,Set<JsNode>> |
GenerateJavaScriptAST.exec(TreeLogger logger,
JProgram program,
JsProgram jsProgram,
CompilerContext compilerContext,
ResolveRuntimeTypeReferences.TypeMapper<?> typeMapper,
Map<StandardSymbolData,JsName> symbolTable,
PermutationProperties props)
This is the main entry point for the translation from Java to JavaScript.
|
Modifier and Type | Method and Description |
---|---|
static void |
JjsUtils.addAllSuperTypes(JDeclaredType type,
Set<JDeclaredType> types)
Adds all the supertypes of
type to types . |
void |
OptimizerContext.traverse(JVisitor visitor,
Set<? extends JNode> nodes)
Traverse the affected methods and fields.
|
void |
FullOptimizerContext.traverse(JVisitor visitor,
Set<? extends JNode> nodes) |
Modifier and Type | Method and Description |
---|---|
Set<JMethod> |
FragmentExtractor.findAllMethodsStillInJavaScript()
Find all Java methods that still exist in the resulting JavaScript, even
after JavaScript inlining and pruning.
|
Modifier and Type | Field and Description |
---|---|
protected Set<JsName> |
JsNamer.referenced |
Constructor and Description |
---|
CoverageVisitor(Set<String> instrumentedFiles) |
DuplicateClinitRemover(JsProgram program,
Set<JsFunction> alreadyCalled) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ResourceOracle.getPathNames()
Returns an unmodifiable set of unique abstract path names with constant
lookup time.
|
Set<Resource> |
ResourceOracle.getResources()
Returns an unmodifiable set of unique resources with constant lookup time.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
ResourceOracleImpl.getPathNames() |
Set<Resource> |
ResourceOracleImpl.getResources() |
Modifier and Type | Method and Description |
---|---|
Set<Integer> |
RemoteObjectTable.getRefIdsForCleanup() |
Set<Integer> |
BrowserChannel.getRefIdsForCleanup() |
Set<Integer> |
BrowserChannel.ObjectRefFactory.getRefIdsForCleanup() |
Constructor and Description |
---|
ModuleSpacePropertyOracle(Properties properties,
Set<String> activeLinkerNames,
ModuleSpace space)
Create a property oracle that computes its properties from a module.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
HostedModeClassRewriter.SingleJsoImplData.getSingleJsoIntfTypes()
Returns the internal names of all interface types implemented by JSOs.
|
Constructor and Description |
---|
HostedModeClassRewriter(Set<String> jsoSubtypes,
Map<String,List<String>> jsoSuperTypes,
HostedModeClassRewriter.SingleJsoImplData jsoData,
HostedModeClassRewriter.InstanceMethodOracle mapper)
Creates a new
HostedModeClassRewriter for a specified set of
subclasses of JavaScriptObject. |
Modifier and Type | Class and Description |
---|---|
class |
IdentityHashSet<E>
A memory-efficient identity hash set.
|
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
Sets.add(Set<T> set,
T toAdd) |
static <T> Set<T> |
IdentitySets.add(Set<T> set,
T toAdd) |
static <T> Set<T> |
Sets.addAll(Set<T> set,
Collection<T> toAdd) |
static <T> Set<T> |
Sets.create() |
static <T> Set<T> |
IdentitySets.create() |
static <T> Set<T> |
Sets.create(T... items) |
static <T> Set<T> |
Sets.create(T item) |
static <T> Set<T> |
IdentitySets.create(T item) |
Set<Map.Entry<K,V>> |
HashMap.entrySet() |
Set<K> |
HashMap.keySet() |
static <T> Set<T> |
Sets.normalize(Set<T> set) |
static <T> Set<T> |
IdentitySets.normalize(Set<T> set) |
static <T> Set<T> |
IdentitySets.remove(Set<T> set,
T toRemove) |
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
Sets.add(Set<T> set,
T toAdd) |
static <T> Set<T> |
IdentitySets.add(Set<T> set,
T toAdd) |
static <T> Set<T> |
Sets.addAll(Set<T> set,
Collection<T> toAdd) |
static <T> Set<T> |
Sets.normalize(Set<T> set) |
static <T> Set<T> |
IdentitySets.normalize(Set<T> set) |
static <T> Set<T> |
IdentitySets.remove(Set<T> set,
T toRemove) |
Constructor and Description |
---|
UmbrellaException(Set<Throwable> causes) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
Dictionary.keySet()
The set of keys associated with this dictionary.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
RegionInheritance.getImmediateParents(String region)
Returns the set of immediate parents of a given region, not including
this region.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
JSONObject.keySet()
Returns the set of properties defined on this JSONObject.
|
Constructor and Description |
---|
Css2Gss(URL resource,
boolean lenient,
com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate,
Set<URL> scopeFiles) |
Css2Gss(URL fileUrl,
TreeLogger treeLogger,
boolean lenient,
com.google.gwt.thirdparty.guava.common.base.Predicate<String> simpleBooleanConditionPredicate,
Set<URL> scopeFiles) |
UndefinedConstantVisitor(Set<String> gssContantNames,
boolean lenient,
TreeLogger treeLogger) |
Modifier and Type | Method and Description |
---|---|
static Set<String> |
ExtractClassNamesVisitor.exec(CssStylesheet sheet)
Extract all CSS class names in the provided stylesheet.
|
static Set<String> |
ExtractClassNamesVisitor.exec(CssStylesheet sheet,
JClassType... imports)
Extract all CSS class names in the provided stylesheet, modulo those
imported from another context.
|
Set<String> |
DefsCollector.getDefs() |
Constructor and Description |
---|
ClassRenamer(TreeLogger logger,
Map<String,Map<JMethod,String>> classReplacementsWithPrefix,
boolean strict,
Set<String> externalClasses) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
CssExternalSelectors.getClasses() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
BooleanConditionCollector.getBooleanConditions() |
Set<String> |
ClassNamesCollector.getClassNames(com.google.gwt.thirdparty.common.css.compiler.ast.CssTree tree)
Extract all CSS class names in the provided stylesheet.
|
Set<String> |
ClassNamesCollector.getClassNames(com.google.gwt.thirdparty.common.css.compiler.ast.CssTree tree,
Set<JClassType> imports)
Extract all CSS class names in the provided stylesheet, modulo those
imported from another context.
|
Set<String> |
RenamingSubstitutionMap.getExternalClassCandidates() |
Set<com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalBlockNode> |
RuntimeConditionalBlockCollector.getRuntimeConditionalBlock() |
Set<String> |
RenamingSubstitutionMap.getStyleClasses() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ClassNamesCollector.getClassNames(com.google.gwt.thirdparty.common.css.compiler.ast.CssTree tree,
Set<JClassType> imports)
Extract all CSS class names in the provided stylesheet, modulo those
imported from another context.
|
com.google.gwt.thirdparty.guava.common.collect.ImmutableSet<String> |
ExternalClassesCollector.getExternalClassNames(Set<String> styleClassesSet,
Set<String> orphanClassName)
Returns an immutable set of external class names that should not be renamed.
|
com.google.gwt.thirdparty.guava.common.collect.ImmutableSet<String> |
ExternalClassesCollector.getExternalClassNames(Set<String> styleClassesSet,
Set<String> orphanClassName)
Returns an immutable set of external class names that should not be renamed.
|
Constructor and Description |
---|
ExtendedEliminateConditionalNodes(com.google.gwt.thirdparty.common.css.compiler.ast.MutatingVisitController visitController,
Set<String> trueConditions,
Set<com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalBlockNode> runtimeConditionalNodes) |
ExtendedEliminateConditionalNodes(com.google.gwt.thirdparty.common.css.compiler.ast.MutatingVisitController visitController,
Set<String> trueConditions,
Set<com.google.gwt.thirdparty.common.css.compiler.ast.CssConditionalBlockNode> runtimeConditionalNodes) |
Modifier and Type | Field and Description |
---|---|
Set<String> |
LiteralsCollection.literals |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,String>> |
StorageMap.entrySet()
Returns a Set containing all entries of the Storage.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CssNameConverter.convertSet(Set<String> classNames) |
Modifier and Type | Method and Description |
---|---|
static Set |
Collections.EmptySet_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Set |
Collections.EmptySet_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Collections.EmptySet_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Set instance) |
void |
Collections.EmptySet_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Set instance) |
static void |
Collections.EmptySet_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Set instance) |
void |
Collections.EmptySet_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Set instance) |
Constructor and Description |
---|
AttachDetachException(Set<Throwable> causes)
Construct a new
AttachDetachException . |
Modifier and Type | Method and Description |
---|---|
Set<String> |
SerializationPolicy.getClientFieldNamesForEnhancedClass(Class<?> clazz)
Returns the field names of the given class known to the client for classes
that are expected to be enhanced on the server to have additional fields,
or null for classes that are not expected to be enhanced.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
StandardSerializationPolicy.getClientFieldNamesForEnhancedClass(Class<?> clazz) |
Constructor and Description |
---|
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields,
boolean shouldSerializeFinalFields)
Constructs a
SerializationPolicy from several Map s. |
Modifier and Type | Method and Description |
---|---|
Set<javax.validation.metadata.ConstraintDescriptor<?>> |
ConstraintDescriptorImpl.getComposingConstraints() |
Set<javax.validation.metadata.PropertyDescriptor> |
GwtBeanDescriptorImpl.getConstrainedProperties() |
Set<javax.validation.metadata.ConstraintDescriptor<?>> |
PropertyDescriptorImpl.getConstraintDescriptors() |
Set<javax.validation.metadata.ConstraintDescriptor<?>> |
ConstraintFinderImpl.getConstraintDescriptors() |
Set<javax.validation.metadata.ConstraintDescriptor<?>> |
GwtBeanDescriptorImpl.getConstraintDescriptors() |
Set<Class<?>> |
ConstraintDescriptorImpl.getGroups() |
Set<MessageAndPath> |
ConstraintValidatorContextImpl.getMessageAndPaths() |
Set<Class<? extends javax.validation.Payload>> |
ConstraintDescriptorImpl.getPayload() |
Set<javax.validation.ConstraintViolation<T>> |
ConstraintValidatorContextImpl.getViolations() |
<T> Set<javax.validation.ConstraintViolation<T>> |
AbstractGwtSpecificValidator.validate(GwtValidationContext<T> context,
G object,
Class<?>... groups) |
<T> Set<javax.validation.ConstraintViolation<T>> |
GwtSpecificValidator.validate(GwtValidationContext<T> context,
G object,
Class<?>... groups)
Validates all constraints on
object . |
abstract <T> Set<javax.validation.ConstraintViolation<T>> |
AbstractGwtValidator.validate(GwtValidationContext<T> context,
Object object,
Class<?>... groups) |
<T> Set<javax.validation.ConstraintViolation<T>> |
AbstractGwtSpecificValidator.validateProperty(GwtValidationContext<T> context,
G object,
String propertyName,
Class<?>... groups) |
<T> Set<javax.validation.ConstraintViolation<T>> |
GwtSpecificValidator.validateProperty(GwtValidationContext<T> context,
G object,
String propertyName,
Class<?>... groups)
Validates all constraints placed on the property of
object
named propertyName . |
<T> Set<javax.validation.ConstraintViolation<T>> |
AbstractGwtSpecificValidator.validateValue(GwtValidationContext<T> context,
Class<G> beanType,
String propertyName,
Object value,
Class<?>... groups) |
<T> Set<javax.validation.ConstraintViolation<T>> |
GwtSpecificValidator.validateValue(GwtValidationContext<T> context,
Class<G> beanType,
String propertyName,
Object value,
Class<?>... groups)
Validates all constraints placed on the property named
propertyName of the class beanType where the
property value is value . |
Modifier and Type | Method and Description |
---|---|
protected <V,T,A extends Annotation> |
AbstractGwtSpecificValidator.addSingleViolation(GwtValidationContext<T> context,
Set<javax.validation.ConstraintViolation<T>> violations,
G object,
V value,
ConstraintDescriptorImpl<A> constraintDescriptor) |
<T> void |
GwtSpecificValidator.expandDefaultAndValidateClassGroups(GwtValidationContext<T> context,
G object,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Helper method used to first expand the Default group sequence and then
perform validation of a bean using the specific group(s).
|
<T> void |
GwtSpecificValidator.expandDefaultAndValidatePropertyGroups(GwtValidationContext<T> context,
G object,
String propertyName,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Helper method used to first expand the Default group sequence and then
perform validation of a bean using the specific group(s).
|
<T> void |
GwtSpecificValidator.expandDefaultAndValidateValueGroups(GwtValidationContext<T> context,
Class<G> beanType,
String propertyName,
Object value,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Helper method used to first expand the Default group sequence and then
perform validation of a bean using the specific group(s).
|
ConstraintDescriptorImpl.Builder<T> |
ConstraintDescriptorImpl.Builder.setGroups(Set<Class<?>> groups) |
ConstraintDescriptorImpl.Builder<T> |
ConstraintDescriptorImpl.Builder.setPayload(Set<Class<? extends javax.validation.Payload>> payload) |
protected <A extends Annotation,T,V> |
AbstractGwtSpecificValidator.validate(GwtValidationContext<T> context,
Set<javax.validation.ConstraintViolation<T>> violations,
G object,
V value,
javax.validation.ConstraintValidator<A,? super V> validator,
ConstraintDescriptorImpl<A> constraintDescriptor,
Class<?>... groups)
Perform the actual validation of a single
ConstraintValidator . |
<T> void |
GwtSpecificValidator.validateClassGroups(GwtValidationContext<T> context,
G object,
Set<javax.validation.ConstraintViolation<T>> violations,
Class<?>... groups)
Helper method used to perform validation of a bean using specific group(s).
|
<T> void |
GroupValidator.validateGroups(GwtValidationContext<T> context,
Set<javax.validation.ConstraintViolation<T>> violations,
Group... groups)
Validates the given group(s) (may not include group sequences)
and adds any violations to the set.
|
<T> void |
GwtSpecificValidator.validatePropertyGroups(GwtValidationContext<T> context,
G object,
String propertyName,
Set<javax.validation.ConstraintViolation<T>> violations,
Class<?>... groups)
Helper method used to perform validation of a bean property using specific group(s).
|
<T> void |
GwtSpecificValidator.validateValueGroups(GwtValidationContext<T> context,
Class<G> beanType,
String propertyName,
Object value,
Set<javax.validation.ConstraintViolation<T>> violations,
Class<?>... groups)
Helper method used to perform validation of a class property with a specified value
using specific group(s).
|
Constructor and Description |
---|
ConstraintFinderImpl(BeanMetadata beanMetadata,
ValidationGroupsMetadata validationGroupsMetadata,
Set<ConstraintDescriptorImpl<?>> constraintDescriptors) |
Modifier and Type | Method and Description |
---|---|
Set<Class<?>> |
ValidationGroupsMetadata.findAllExtendedGroups(Collection<Class<?>> baseGroups)
Finds all of the validation groups extended by an intial set of groups.
|
Set<Class<?>> |
ValidationGroupsMetadata.getAllGroupsAndSequences()
Recursively gets all of the groups and sequence groups in the map (children and parents alike)
in one flat set.
|
Set<Class<?>> |
ValidationGroupsMetadata.getGroupSequences()
Returns all the known group sequence classes.
|
Set<Class<?>> |
ValidationGroupsMetadata.getParentsOfGroup(Class<?> group)
If the group has been added to the map then its parent groups (of one level above) are
retrieved.
|
Set<Class<?>> |
ValidationGroupsMetadata.getRootGroups()
Returns all of the groups added to the map (but not their parents).
|
Modifier and Type | Method and Description |
---|---|
Set<InputStream> |
GwtConfigurationState.getMappingStreams() |
Modifier and Type | Method and Description |
---|---|
Set<HasData<T>> |
AbstractDataProvider.getDataDisplays()
Get the set of displays currently assigned to this adapter.
|
Set<T> |
SetSelectionModel.getSelectedSet()
Get the set of selected items.
|
Set<T> |
MultiSelectionModel.getSelectedSet()
Get the set of selected items as a copy.
|
Set<T> |
SingleSelectionModel.getSelectedSet() |
Modifier and Type | Interface and Description |
---|---|
interface |
NavigableSet<E>
A
SortedSet with more flexible queries. |
interface |
SortedSet<E>
A set known to be in ascending order.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSet<E>
Skeletal implementation of the Set interface.
|
class |
EnumSet<E extends Enum<E>>
|
class |
HashSet<E>
Implements a set in terms of a hash table.
|
class |
LinkedHashSet<E>
Hash table and linked-list implementation of the Set interface with
predictable iteration order.
|
class |
TreeSet<E>
Implements a set using a TreeMap.
|
Modifier and Type | Field and Description |
---|---|
static Set |
Collections.EMPTY_SET |
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
Collections.emptySet() |
Set<Map.Entry<K,V>> |
EnumMap.entrySet() |
Set<Map.Entry<K,V>> |
Map.entrySet() |
Set<Map.Entry<K,V>> |
LinkedHashMap.entrySet() |
Set<Map.Entry<K,V>> |
TreeMap.entrySet() |
Set<K> |
Map.keySet() |
Set<K> |
AbstractMap.keySet() |
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map) |
static <T> Set<T> |
Collections.singleton(T o) |
static <T> Set<T> |
Collections.unmodifiableSet(Set<? extends T> set) |
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
Collections.unmodifiableSet(Set<? extends T> set) |
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<K,V>> |
ConcurrentHashMap.entrySet() |
Modifier and Type | Method and Description |
---|---|
Set<Collector.Characteristics> |
Collector.characteristics() |
Modifier and Type | Method and Description |
---|---|
static <T> Collector<T,?,Set<T>> |
Collectors.toSet() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
ConfigurationState.getMappingStreams()
Returns a set of configuration streams.
|
Copyright © 2018. All rights reserved.