Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
RebindResult.getClientDataMap()
Returns a map containing all client data added to this result.
|
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 | Method and Description |
---|---|
static Map<String,File> |
ResourceGeneratorUtilImpl.getGeneratedFilesByName()
Returns the map that contains previously recorded generated files for given names.
|
Modifier and Type | Field and Description |
---|---|
protected SortedMap<PermutationsUtil.PermutationId,List<Map<String,String>>> |
PermutationsUtil.propMapsByPermutation
This maps each unique permutation to the property settings for that
compilation.
|
Modifier and Type | Method and Description |
---|---|
SortedMap<PermutationsUtil.PermutationId,List<Map<String,String>>> |
PermutationsUtil.getPermutationsMap() |
Modifier and Type | Method and Description |
---|---|
void |
StandardCompilationResult.addSelectionPermutation(Map<SelectionProperty,String> values)
Record a particular permutation of SelectionProperty values that resulted
in the compilation.
|
void |
StandardCompilationResult.addSoftPermutation(Map<SelectionProperty,String> propertyMap) |
Constructor and Description |
---|
PropertiesMappingArtifact(Class<? extends Linker> linker,
Map<PermutationsUtil.PermutationId,List<Map<String,String>>> mappings) |
StandardSoftPermutation(int id,
Map<SelectionProperty,String> propertyMap) |
Constructor and Description |
---|
PropertiesMappingArtifact(Class<? extends Linker> linker,
Map<PermutationsUtil.PermutationId,List<Map<String,String>>> mappings) |
Modifier and Type | Method and Description |
---|---|
Map<String,ClassDescriptor> |
PackageDescriptor.getAllClassesByName()
Returns all classes in this package and its subpackages in a form of mapping between qualified
class name and class descriptor.
|
Map<String,ClassDescriptor> |
DependencyGraphRecorder.getCodeModel()
Returns the code model that maps fully qualified class names (eg.
|
Modifier and Type | Method and Description |
---|---|
static PackageDescriptor |
PackageDescriptor.from(Map<String,ClassDescriptor> codeModel)
Creates a package descriptor from a code model (mapping between class names and class
descriptors).
|
Modifier and Type | Method and Description |
---|---|
static void |
SizeMapRecorder.recordMap(TreeLogger logger,
OutputStream out,
SizeBreakdown[] sizeBreakdowns,
JavaToJavaScriptMap jjsmap,
Map<JsName,JsLiteral> internedLiteralByVariableName) |
Modifier and Type | Method and Description |
---|---|
static String |
SymbolMapsLinker.propertyMapToString(Map<SelectionProperty,String> propertyMap) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<Integer>> |
GwtCreateMap.getAnswerPermutations(List<GwtCreateMap> maps,
String key)
Given an argument to GWT.create(), returns a map containing each possible return type and the
permutations that would create it.
|
Modifier and Type | Method and Description |
---|---|
void |
MinimalRebuildCache.recordDiskSourceResources(Map<String,Long> currentModifiedByDiskSourcePath)
Records the paths and modification dates of source resources in the current compile and builds
a list of known modified paths by comparing the paths and modification dates of source
resources in the previous compile with those of the current compile.
|
void |
NullRebuildCache.recordDiskSourceResources(Map<String,Long> currentModifiedByDiskSourcePath) |
void |
SwingUI.setStartupUrls(Map<String,URL> urls) |
Modifier and Type | Field and Description |
---|---|
static Map<String,String> |
RuntimeRebindRuleGenerator.RUNTIME_REBIND_RULE_SOURCES_BY_SHORT_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.
|
Map<String,Class<? extends Linker>> |
ModuleDef.getLinkers() |
Map<String,String> |
DynamicPropertyOracle.getPrescribedPropertyValuesByName()
Returns the mapping from property names to its currently prescribed value.
|
Map<String,Resource> |
LibraryGroupBuildResourceOracle.getResourceMap()
Deprecated.
|
Map<String,Resource> |
CombinedResourceOracle.getResourceMap()
Deprecated.
|
Map<String,Resource> |
LibraryGroupPublicResourceOracle.getResourceMap()
Deprecated.
|
Constructor and Description |
---|
ConfigProps(Map<String,List<String>> map)
Construct from a map (for testing).
|
Modifier and Type | Method and Description |
---|---|
void |
JobEvent.Builder.setBindings(Map<String,String> bindings)
The bindings passed to the compiler.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,CompiledClass> |
CompilationState.classFileMap
Classes mapped by internal name.
|
protected Map<String,CompiledClass> |
CompilationState.classFileMapBySource
Classes mapped by source name.
|
protected Map<String,CompilationUnit> |
CompilationState.unitMap
All my compilation units.
|
protected Map<String,MemoryUnitCache.UnitCacheEntry> |
MemoryUnitCache.unitMap
References to all
CompilationUnit objects loaded from the
persistent store, and any new ones added to the store as well. |
protected Map<com.google.gwt.dev.javac.ContentId,MemoryUnitCache.UnitCacheEntry> |
MemoryUnitCache.unitMapByContentId
References
CompilationUnit objects by ContentId , which is
composed of the type name and a hash on the source code contents. |
Modifier and Type | Method and Description |
---|---|
static Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> |
JsniMethodCollector.collectJsniMethods(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
String source,
JsScope scope,
CorrelationFactory correlator) |
Map<String,String> |
CompilationUnit.getAnonymousClassMap()
Deprecated.
|
Map<String,CompiledClass> |
CompilationState.getClassFileMap()
Returns a map of all compiled classes by internal name.
|
Map<String,CompiledClass> |
CompilationState.getClassFileMapBySource()
Returns a map of all compiled classes by source name.
|
Map<String,CompilationUnit> |
CompilationState.getCompilationUnitMap()
Returns an unmodifiable view of the set of compilation units, mapped by the
main type's qualified source name.
|
Map<String,GeneratedUnit> |
StandardGeneratorContext.getGeneratedUnitMap()
Gets all committed Java units.
|
Map<String,JRealClassType> |
CompilationUnitTypeOracleUpdater.getTypesByInternalName() |
Map<String,CachedCompilationUnit> |
CompilationUnitArchive.getUnits()
Retrieve all units stored in this archive.
|
Map<String,CompiledClass> |
CompilationState.getValidClasses() |
Map<String,CompiledClass> |
CompilationStateBuilder.CompileMoreLater.getValidClasses() |
Modifier and Type | Method and Description |
---|---|
JMethod |
Resolver.newMethod(JClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] typeParams) |
void |
Resolver.newParameter(JAbstractMethod method,
JType argType,
String argName,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
boolean argNamesAreReal) |
static void |
JsniReferenceResolver.resolve(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginalImports,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
JsniReferenceResolver.TypeResolver typeResolver)
Resolve JSNI references in an entire
CompilationUnitDeclaration . |
static void |
JsniReferenceResolver.resolve(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginalImports,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
JsniReferenceResolver.TypeResolver typeResolver)
Resolve JSNI references in an entire
CompilationUnitDeclaration . |
boolean |
Resolver.resolveAnnotation(TreeLogger logger,
CollectAnnotationData annotVisitor,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
boolean |
Resolver.resolveAnnotations(TreeLogger logger,
List<CollectAnnotationData> annotations,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
static void |
CompilationUnitInvalidator.retainValidUnits(TreeLogger logger,
Collection<CompilationUnit> units,
Map<String,CompiledClass> validClasses,
CompilationErrorsIndex compilationErrorsIndex)
Mutates
units by retaining only valid units. |
Constructor and Description |
---|
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated) |
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated,
Map<String,Serializable> clientDataMap) |
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated,
Map<String,Serializable> clientDataMap) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
CollectAnnotationData.AnnotationData.getValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
MockResourceOracle.getResourceMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TypeOracleUpdater.addAnnotations(JPackage pkg,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
protected void |
TypeOracleUpdater.addAnnotations(JRealClassType type,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
protected abstract void |
JClassType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JArrayType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JRawType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JRealClassType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected void |
JParameterizedType.getInheritableMethodsOnSuperclassesAndThisClass(Map<String,JMethod> methodsBySignature) |
protected abstract void |
JClassType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature)
Gets the methods declared in interfaces that this type extends.
|
protected void |
JArrayType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature) |
protected void |
JRawType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature) |
protected void |
JRealClassType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature)
Gets the methods declared in interfaces that this type extends.
|
protected void |
JParameterizedType.getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String,JMethod> methodsBySignature)
Gets the methods declared in interfaces that this type extends.
|
protected JAnnotationMethod |
TypeOracleUpdater.newAnnotationMethod(JRealClassType enclosingType,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] jtypeParameters,
Object defaultValue) |
protected JConstructor |
TypeOracleUpdater.newConstructor(JRealClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] typeParams) |
protected JEnumConstant |
TypeOracleUpdater.newEnumConstant(JRealClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
int ordinal) |
protected JField |
TypeOracleUpdater.newField(JRealClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
protected JMethod |
TypeOracleUpdater.newMethod(JClassType type,
String name,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
JTypeParameter[] typeParams) |
protected void |
TypeOracleUpdater.newParameter(JAbstractMethod method,
JType argType,
String argName,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations,
boolean argNamesAreReal) |
Modifier and Type | Method and Description |
---|---|
protected abstract Map<JsName,JsLiteral> |
JavaToJavaScriptCompiler.PermutationCompiler.runDetailedNamer(ConfigProps config) |
Modifier and Type | Method and Description |
---|---|
Map<JReferenceType,JCastMap> |
JProgram.getCastMap() |
Map<String,String> |
JTypeOracle.ImmediateTypeRelations.getImmediateSuperclassesByClass() |
Modifier and Type | Method and Description |
---|---|
void |
JProgram.initTypeInfo(Map<JReferenceType,JCastMap> castMapForType) |
void |
JProgram.recordClassLiteralFields(Map<JType,JField> classLiteralFields) |
Modifier and Type | Field and Description |
---|---|
protected Map<JMethod,JMethod> |
Devirtualizer.devirtualMethodByMethod
Maps each Object instance methods (ie,
Object.equals(Object) ) onto
its corresponding devirtualizing method. |
Modifier and Type | Method and Description |
---|---|
static void |
VerifySymbolMap.exec(JsProgram jsProgram,
JavaToJavaScriptMap jjsmap,
Map<StandardSymbolData,JsName> symbolTable) |
static Pair<JavaToJavaScriptMap,Set<JsNode>> |
GenerateJavaScriptAST.exec(TreeLogger logger,
JProgram program,
JsProgram jsProgram,
CompilerContext compilerContext,
ResolveRuntimeTypeReferences.TypeMapper<?> typeMapper,
Map<StandardSymbolData,JsName> symbolTable,
PermProps props)
This is the main entry point for the translation from Java to JavaScript.
|
List<JDeclaredType> |
GwtAstBuilder.process(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
CompilerContext compilerContext)
Builds all the GWT AST nodes that correspond to one Java source file.
|
List<JDeclaredType> |
GwtAstBuilder.process(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs,
CompilerContext compilerContext)
Builds all the GWT AST nodes that correspond to one Java source file.
|
Constructor and Description |
---|
JavaToJavaScriptMapImpl(List<JDeclaredType> types,
Map<HasName,JsName> names,
Map<JsStatement,JClassType> typeForStatement,
Map<JsStatement,JMethod> vtableInitForMethod) |
JavaToJavaScriptMapImpl(List<JDeclaredType> types,
Map<HasName,JsName> names,
Map<JsStatement,JClassType> typeForStatement,
Map<JsStatement,JMethod> vtableInitForMethod) |
JavaToJavaScriptMapImpl(List<JDeclaredType> types,
Map<HasName,JsName> names,
Map<JsStatement,JClassType> typeForStatement,
Map<JsStatement,JMethod> vtableInitForMethod) |
Modifier and Type | Method and Description |
---|---|
static <N,E,T,G extends Graph<N,E,T>,A extends Assumption<A>> |
AnalysisSolver.solve(G g,
Analysis<N,E,G,A> analysis,
boolean forward)
Solve a non-integrated analysis.
|
Modifier and Type | Method and Description |
---|---|
<A extends Assumption<A>> |
Graph.printWithAssumptions(Map<EdgeType,A> assumptions)
Returns string representation of the graph with all assumptions along its
edges.
|
Modifier and Type | Method and Description |
---|---|
<A extends Assumption<A>> |
Cfg.printWithAssumptions(Map<CfgEdge,A> map)
Returns string representation of the graph with all assumptions along its
edges.
|
Constructor and Description |
---|
AssumptionsPrinter(Cfg graph,
Map<CfgEdge,A> assumptions) |
Modifier and Type | Method and Description |
---|---|
static Map<JsName,JsLiteral> |
JsLiteralInterner.exec(JProgram jprogram,
JsProgram program,
byte whatToIntern)
Apply interning of literals to a JsProgram.
|
Map<JsName,Integer> |
SizeBreakdown.getSizeMap() |
Constructor and Description |
---|
SizeBreakdown(int size,
Map<JsName,Integer> sizeMap) |
Modifier and Type | Method and Description |
---|---|
void |
JsProgram.setIndexedFields(Map<String,JsName> indexedFields) |
void |
JsProgram.setIndexedFunctions(Map<String,JsFunction> indexedFunctions) |
Modifier and Type | Method and Description |
---|---|
Map<String,Resource> |
ResourceOracle.getResourceMap()
Deprecated.
use
ResourceOracle.getResource(String pathName) , ResourceOracle.getResources() , and
ResourceOracle.getPathNames() instead so that access to specific resources can be
tracked. |
Modifier and Type | Method and Description |
---|---|
Map<AbstractResource,ResourceResolution> |
ZipFileClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Indexes the zip file on-demand, and only once over the life of the process.
|
Map<AbstractResource,ResourceResolution> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet) |
abstract Map<AbstractResource,ResourceResolution> |
ClassPathEntry.findApplicableResources(TreeLogger logger,
PathPrefixSet pathPrefixSet)
Finds every resource at abstract path P within this classpath such that P
begins with a prefix X from the path prefix set and P is allowed by the
filter associated with X.
|
Map<String,Resource> |
ResourceOracleImpl.getResourceMap()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Map<AbstractResource,ResourceResolution>> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets) |
List<Map<AbstractResource,ResourceResolution>> |
ClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets)
Finds applicable resources for a list of pathPrefixSets, returning a
distinct answer for each set.
|
Modifier and Type | Method and Description |
---|---|
void |
ShellMainWindow.setStartupUrls(Map<String,URL> urls)
Create the UI to show available startup URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteUI.setStartupUrls(Map<String,URL> urls) |
Modifier and Type | Method and Description |
---|---|
byte[] |
HostedModeClassRewriter.rewrite(TypeOracle typeOracle,
String className,
byte[] classBytes,
Map<String,String> anonymousClassMap)
Performs rewriting transformations on a class.
|
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. |
RewriteJsniMethods(org.objectweb.asm.ClassVisitor v,
Map<String,String> anonymousClassMap) |
Modifier and Type | Method and Description |
---|---|
void |
DevModeUI.setStartupUrls(Map<String,URL> urls)
Set the URLs that should be available to start.
|
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
IdentityMaps.create() |
static <K,V> Map<K,V> |
Maps.create() |
static <K,V> Map<K,V> |
IdentityMaps.create(K key,
V value) |
static <K,V> Map<K,V> |
Maps.create(K key,
V value) |
static <K,V> Map<K,V> |
IdentityMaps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.put(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
Maps.put(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
IdentityMaps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putOrdered(Map<K,V> map,
K key,
V value)
A variation of the put method which uses a LinkedHashMap.
|
static <K,V> Map<K,V> |
IdentityMaps.remove(Map<K,V> map,
K key) |
static <K,V> Map<K,V> |
Maps.remove(Map<K,V> map,
K key) |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
IdentityMaps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalize(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
Maps.normalizeUnmodifiable(Map<K,V> map) |
static <K,V> Map<K,V> |
IdentityMaps.put(Map<K,V> map,
K key,
V value) |
static <K,V> Map<K,V> |
Maps.put(Map<K,V> map,
K key,
V value) |
void |
HashMap.putAll(Map<? extends K,? extends V> m) |
static <K,V> Map<K,V> |
IdentityMaps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
IdentityMaps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putAll(Map<K,V> map,
Map<K,V> toAdd) |
static <K,V> Map<K,V> |
Maps.putOrdered(Map<K,V> map,
K key,
V value)
A variation of the put method which uses a LinkedHashMap.
|
static <K,V> Map<K,V> |
IdentityMaps.remove(Map<K,V> map,
K key) |
static <K,V> Map<K,V> |
Maps.remove(Map<K,V> map,
K key) |
Constructor and Description |
---|
HashMap(Map<? extends K,? extends V> m) |
IdentityHashMap(Map<? extends K,? extends V> m) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
DefaultLocalizedNamesBase.namesMap |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ConstantsWithLookup.getMap(String methodName)
Look up
Map by method name. |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CurrencyCodeMapConstants.currencyMap() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
MessageFormatUtils.ArgumentChunk.getFormatArgs() |
Map<String,String> |
MessageFormatUtils.ArgumentChunk.getListArgs() |
Constructor and Description |
---|
ArgumentChunk(int argNumber,
Map<String,String> listArgs,
String format,
Map<String,String> formatArgs,
String subformat) |
ArgumentChunk(int argNumber,
Map<String,String> listArgs,
String format,
Map<String,String> formatArgs,
String subformat) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
Parent.inheritedMap() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DefCollectorVisitor.getDefMapping() |
Map<String,String> |
Css2Gss.getDefNameMapping()
GSS allows only uppercase letters and numbers for a name of the constant.
|
Constructor and Description |
---|
GssGenerationVisitor(TextOutput out,
Map<String,String> cssToGssConstantMapping,
boolean lenient,
TreeLogger treeLogger) |
Modifier and Type | Method and Description |
---|---|
Map<JMethod,String> |
ClassRenamer.getReplacements()
Reports the replacements that were actually performed by this visitor.
|
Map<String,CssDef> |
SubstitutionCollector.getSubstitutions() |
Constructor and Description |
---|
ClassRenamer(TreeLogger logger,
Map<String,Map<JMethod,String>> classReplacementsWithPrefix,
boolean strict,
Set<String> externalClasses) |
SubstitutionReplacer(TreeLogger logger,
ResourceContext context,
Map<String,CssDef> substitutions) |
Constructor and Description |
---|
ClassRenamer(TreeLogger logger,
Map<String,Map<JMethod,String>> classReplacementsWithPrefix,
boolean strict,
Set<String> externalClasses) |
Modifier and Type | Method and Description |
---|---|
Map<String,com.google.gwt.thirdparty.common.css.compiler.ast.GssFunction> |
GwtGssFunctionMapProvider.get() |
Constructor and Description |
---|
RenamingSubstitutionMap(Map<String,Map<String,String>> replacementsWithPrefix) |
Constructor and Description |
---|
RenamingSubstitutionMap(Map<String,Map<String,String>> replacementsWithPrefix) |
Modifier and Type | Method and Description |
---|---|
protected String |
CssResourceGenerator.getResourceImplAsString(TreeLogger logger,
ResourceContext context,
JMethod method,
Map<JMethod,String> actualReplacements,
JClassType cssResourceSubtype,
CssStylesheet stylesheet) |
protected void |
CssResourceGenerator.outputAdditionalArtifacts(TreeLogger logger,
ResourceContext context,
JMethod method,
Map<JMethod,String> actualReplacements,
JClassType cssResourceSubtype,
CssStylesheet stylesheet)
Output additional artifacts.
|
protected void |
CssResourceGenerator.outputCssMapArtifact(TreeLogger logger,
ResourceContext context,
JMethod method,
Map<JMethod,String> actualReplacements)
Builds a CSV file mapping obfuscated CSS class names to their qualified source name and
outputs it as a private build artifact.
|
protected void |
CssResourceGenerator.writeUserMethods(TreeLogger logger,
com.google.gwt.user.rebind.SourceWriter sw,
CssStylesheet sheet,
JMethod[] methods,
Map<JMethod,String> obfuscatedClassNames)
Write all of the user-defined methods in the CssResource subtype.
|
Modifier and Type | Field and Description |
---|---|
Map<String,Integer> |
SizeBreakdown.classToSize |
Map<String,Map<String,String>> |
GlobalInformation.dependencies |
Map<String,Integer> |
SizeBreakdown.methodToSize |
Map<String,LiteralsCollection> |
SizeBreakdown.nameToLitColl |
Map<String,Integer> |
SizeBreakdown.packageToSize |
Modifier and Type | Field and Description |
---|---|
Map<String,Map<String,String>> |
GlobalInformation.dependencies |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
GlobalInformation.getClassToPackage()
Gets the mapping from each class to its package.
|
Map<Integer,SizeBreakdown> |
GlobalInformation.getExclusiveCodeBreakdowns()
Gets the exclusive code breakdown.
|
Map<String,TreeSet<String>> |
GlobalInformation.getPackageToClasses()
Gets the mapping from packages to classes.
|
Modifier and Type | Method and Description |
---|---|
void |
SoycDashboard.generateCrossPermutationFiles(Map<String,List<String>> permInfo) |
static void |
MakeTopLevelHtmlForPerm.makeTopLevelHtmlForAllPerms(Map<String,List<String>> allPermsInfo,
OutputDirectory outDir) |
Modifier and Type | Class and Description |
---|---|
class |
StorageMap
Exposes the local/session
Storage as a standard Map<String, String> . |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
CssNameConverter.convertSet(Set<String> classNames) |
Modifier and Type | Method and Description |
---|---|
static Map<String,List<String>> |
Window.Location.getParameterMap()
Returns an immutable Map of the URL query parameters for the host page
at the time this method was called.
|
Modifier and Type | Method and Description |
---|---|
static Map |
Collections.EmptyMap_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Map |
Collections.EmptyMap_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Map_CustomFieldSerializerBase.deserialize(SerializationStreamReader streamReader,
Map instance) |
static void |
Collections.EmptyMap_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Map instance) |
void |
Collections.EmptyMap_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Map instance) |
static void |
Map_CustomFieldSerializerBase.serialize(SerializationStreamWriter streamWriter,
Map instance) |
static void |
Collections.EmptyMap_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Map instance) |
void |
Collections.EmptyMap_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Map instance) |
Constructor and Description |
---|
SerializerBase(Map<String,String> methodMapJava,
SerializerBase.MethodMap methodMapNative,
Map<String,String> signatureMapJava,
JsArrayString signatureMapNative) |
SerializerBase(Map<String,String> methodMapJava,
SerializerBase.MethodMap methodMapNative,
Map<String,String> signatureMapJava,
JsArrayString signatureMapNative) |
Modifier and Type | Method and Description |
---|---|
static void |
Map_ServerCustomFieldSerializerBase.deserialize(ServerSerializationStreamReader streamReader,
Map instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
Constructor and Description |
---|
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
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)
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)
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)
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)
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. |
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. |
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. |
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 |
---|---|
Map<String,String> |
WebAppCreator.getReplacements(String installPath,
String theModuleName) |
Modifier and Type | Method and Description |
---|---|
List<com.google.gwt.user.tools.WebAppCreator.FileCreator> |
WebAppCreator.getFiles(Map<String,String> replacements) |
Modifier and Type | Method and Description |
---|---|
static void |
Utility.writeTemplateFile(File file,
String contents,
Map<String,String> replacements) |
Modifier and Type | Method and Description |
---|---|
boolean |
SizeValidatorForMap.isValid(Map<?,?> value,
javax.validation.ConstraintValidatorContext context) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,String> |
BaseGwtConfiguration.properties |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
AbstractGwtSpecificValidator.AttributeBuilder.build() |
Map<String,Object> |
ConstraintDescriptorImpl.getAttributes() |
Modifier and Type | Method and Description |
---|---|
ConstraintDescriptorImpl.Builder<T> |
ConstraintDescriptorImpl.Builder.setAttributes(Map<String,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
BaseConfigurationState.getProperties() |
Constructor and Description |
---|
BaseConfigurationState(javax.validation.ConstraintValidatorFactory constraintValidatorFactory,
MessageInterpolator messageInterpolator,
Map<String,String> properties,
javax.validation.TraversableResolver traversableResolver) |
GwtConfigurationState(javax.validation.ConstraintValidatorFactory constraintValidatorFactory,
MessageInterpolator messageInterpolator,
Map<String,String> properties,
javax.validation.TraversableResolver traversableResolver) |
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Boolean> |
DefaultSelectionModel.getExceptions(Map<Object,Boolean> output)
Copies the exceptions map into a user-supplied map.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Boolean> |
DefaultSelectionModel.getExceptions(Map<Object,Boolean> output)
Copies the exceptions map into a user-supplied map.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NavigableMap<K,V>
Sorted map providing additional query operations and views.
|
interface |
SortedMap<K,V>
A map with ordering.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMap<K,V>
Skeletal implementation of the Map interface.
|
class |
EnumMap<K extends Enum<K>,V>
|
class |
HashMap<K,V>
Implementation of Map interface based on a hash table.
|
class |
IdentityHashMap<K,V>
Map using reference equality on keys.
|
class |
LinkedHashMap<K,V>
Hash table implementation of the Map interface with predictable iteration
order.
|
class |
TreeMap<K,V>
Implements a TreeMap using a red-black tree.
|
Modifier and Type | Field and Description |
---|---|
static Map |
Collections.EMPTY_MAP |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
Collections.emptyMap() |
static <K,V> Map<K,V> |
Collections.singletonMap(K key,
V value) |
static <K,V> Map<K,V> |
Collections.unmodifiableMap(Map<? extends K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map) |
void |
Map.putAll(Map<? extends K,? extends V> t) |
void |
AbstractMap.putAll(Map<? extends K,? extends V> map) |
static <K,V> Map<K,V> |
Collections.unmodifiableMap(Map<? extends K,? extends V> map) |
Constructor and Description |
---|
EnumMap(Map<K,? extends V> m) |
HashMap(Map<? extends K,? extends V> toBeCopied) |
IdentityHashMap(Map<? extends K,? extends V> toBeCopied) |
LinkedHashMap(Map<? extends K,? extends V> toBeCopied) |
TreeMap(Map<? extends K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ConfigurationState.getProperties()
Returns a map of non type-safe custom properties.
|
Copyright © 2018. All rights reserved.