Modifier and Type | Method and Description |
---|---|
List<AnimationScheduler.AnimationCallback> |
StubAnimationScheduler.getAnimationCallbacks()
Get the list of all animation callbacks that have been requested and have
not been canceled.
|
Constructor and Description |
---|
CompositeCell(List<HasCell<C,?>> hasCells)
Construct a new
CompositeCell . |
SelectionCell(List<String> options)
Construct a new
SelectionCell with the specified options. |
Modifier and Type | Method and Description |
---|---|
List<Scheduler.RepeatingCommand> |
StubScheduler.getRepeatingCommands()
Returns the currently scheduled
RepeatingCommand s that would be executed
by StubScheduler.executeRepeatingCommands() . |
List<Scheduler.ScheduledCommand> |
StubScheduler.getScheduledCommands()
Returns the currently scheduled
ScheduledCommand s that would be executed
by StubScheduler.executeScheduledCommands() . |
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) |
List<String> |
ConfigurationProperty.getValues()
The values for the permutation currently being considered.
|
List<String> |
DefaultConfigurationProperty.getValues() |
Constructor and Description |
---|
DefaultConfigurationProperty(String name,
List<String> values)
Construct a configuration property.
|
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 |
---|---|
List<String> |
ConfigurationProperty.getValues()
Returns the defined values for the configuration property as a List
of Strings.
|
Modifier and Type | Method and Description |
---|---|
PrecompilationMetricsArtifact |
PrecompilationMetricsArtifact.setFinalTypeOracleTypes(List<String> types) |
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 |
---|---|
protected List<Artifact<?>> |
SelectionScriptLinker.emitSelectionInformation(String strongName,
CompilationResult result) |
List<Linker> |
StandardLinkerContext.findUnshardableLinkers()
Find all linkers that are not updated to support running generators on
compilations shards.
|
List<String> |
StandardConfigurationProperty.getValues() |
Modifier and Type | Method and Description |
---|---|
SortedMap<PermutationsUtil.PermutationId,List<Map<String,String>>> |
PermutationsUtil.getPermutationsMap() |
Modifier and Type | Method and Description |
---|---|
static StatementRanges |
StandardStatementRanges.combine(List<StatementRanges> statementRangesList)
Combines multiple StatementRanges into a single StatementRanges by assuming
that the offsets inside each subsequent StatementRanges instance begin
after the ending offset of the previous instance.
|
Constructor and Description |
---|
JsSourceMapExtractor(List<Range> ranges) |
StandardStatementRanges(List<Integer> starts,
List<Integer> ends) |
StandardStatementRanges(List<Integer> starts,
List<Integer> ends) |
Constructor and Description |
---|
PropertiesMappingArtifact(Class<? extends Linker> linker,
Map<PermutationsUtil.PermutationId,List<Map<String,String>>> mappings) |
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
SourceMapRecorder.exec(int permutationId,
List<JsSourceMap> fragmentMaps,
String sourceFilePrefix)
Generates a sourcemap for each fragment in the list.
|
static List<SyntheticArtifact> |
SourceMapRecorder.execWithJavaNames(int permutationId,
List<JsSourceMap> fragmentMaps,
String sourceFilePrefix)
Generates a sourcemap for each fragment in the list, with JavaScript-to-Java
name mappings included.
|
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
SourceMapRecorder.exec(int permutationId,
List<JsSourceMap> fragmentMaps,
String sourceFilePrefix)
Generates a sourcemap for each fragment in the list.
|
static List<SyntheticArtifact> |
SourceMapRecorder.execWithJavaNames(int permutationId,
List<JsSourceMap> fragmentMaps,
String sourceFilePrefix)
Generates a sourcemap for each fragment in the list, with JavaScript-to-Java
name mappings included.
|
Modifier and Type | Field and Description |
---|---|
protected List<EntityDescriptor.Fragment> |
EntityDescriptor.fragments |
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
EntityRecorder.makeSoycArtifacts(int permutationId,
List<JsSourceMap> sourceInfoMaps,
String sourceMapFilePrefix,
JavaToJavaScriptMap jjsmap,
SizeBreakdown[] sizeBreakdowns,
DependencyGraphRecorder codeGraph,
JProgram jprogram) |
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
EntityRecorder.makeSoycArtifacts(int permutationId,
List<JsSourceMap> sourceInfoMaps,
String sourceMapFilePrefix,
JavaToJavaScriptMap jjsmap,
SizeBreakdown[] sizeBreakdowns,
DependencyGraphRecorder codeGraph,
JProgram jprogram) |
Modifier and Type | Method and Description |
---|---|
void |
DependencyRecorder.methodIsLiveBecause(JMethod liveMethod,
List<JMethod> dependencyChain)
Used to record the dependencies of a specific method.
|
static void |
StoryRecorder.recordStories(TreeLogger logger,
OutputStream out,
List<JsSourceMap> sourceInfoMaps,
String[] js)
Used to record dependencies of a program.
|
protected void |
StoryRecorder.recordStoriesImpl(TreeLogger logger,
OutputStream out,
List<JsSourceMap> sourceInfoMaps,
String[] js) |
Modifier and Type | Method and Description |
---|---|
List<GwtCreateMap> |
Permutation.getGwtCreateAnswers()
Returns the GWT.create() answers for each soft permutation,
ordered by soft permutation id.
|
List<String> |
DevModeBase.HostedModeBaseOptionsImpl.getStartupURLs() |
List<String> |
DevModeBase.OptionStartupURLs.getStartupURLs() |
static List<PersistenceBackedObject<PermutationResult>> |
CompilePerms.makeResultFiles(File compilerWorkDir,
Permutation[] perms,
PrecompileTaskOptions options) |
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 |
---|---|
static void |
CompilePerms.compile(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
Permutation[] perms,
int localWorkers,
List<PersistenceBackedObject<PermutationResult>> resultFiles)
Compile multiple permutations.
|
static void |
PermutationWorkerFactory.compilePermutations(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
int localWorkers,
List<PersistenceBackedObject<PermutationResult>> resultFiles)
Compiles all Permutations in a Precompilation and returns an array of Files
that can be consumed by Link using the system-default
PermutationWorkersFactories.
|
static void |
PermutationWorkerFactory.compilePermutations(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
Permutation[] permutations,
int localWorkers,
List<PersistenceBackedObject<PermutationResult>> resultFiles)
Compiles a subset of the Permutations in a Precompilation and returns an
array of Files that can be consumed by Link using the system-default
PermutationWorkersFactories.
|
protected static String |
IncrementalBuilder.formatCircularModulePathMessage(List<String> circularModulePath) |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
List<PropertyPermutations> |
PropertyPermutations.collapseProperties()
Return a list of PropertyPermutations that represent the hard permutations
that result from collapsing the soft properties in the
PropertyPermutation's Properties object.
|
List<URL> |
ResourceLoader.getClassPath()
Returns the URLs that will be searched in order for files.
|
List<SortedSet<String>> |
BindingProperty.getCollapsedValues() |
List<String> |
ConfigProps.getCommaSeparatedStrings(String key)
Reads a configuration property as a comma-separated list of strings.
|
List<String> |
ModuleDef.getFileSetPathBetween(String fromModuleName,
String toModuleName) |
List<Rule> |
ModuleDef.getGeneratorRules() |
List<PersistenceBackedObject<PermutationResult>> |
LibraryGroup.getPermutationResultHandlesInLinkOrder()
Returns the list of all permutation result handles (one per library) in library link order.
|
List<String> |
ConfigProps.getStrings(String key)
Returns all the values of a multi-valued configuration property, or an empty list
if not found.
|
List<String> |
BindingProperty.getTargetLibraryDefinedValues() |
List<String> |
ConfigurationProperty.getTargetLibraryValues() |
List<String> |
ConfigurationProperty.getValues() |
Modifier and Type | Method and Description |
---|---|
Map<String,? extends List<? extends Set<String>>> |
BindingProperty.getFallbackValuesMap()
Returns the map of values to fall back values.
|
Modifier and Type | Method and Description |
---|---|
LibraryGroup |
ImmutableLibraryGroup.createSubgroup(List<String> libraryNames) |
LibraryGroup |
LibraryGroup.createSubgroup(List<String> libraryNames)
Create and return a library group of just the given libraries referenced by name.
|
static ResourceLoader |
ResourceLoaders.forPathAndFallback(List<File> path,
ResourceLoader fallback)
Creates a ResourceLoader that loads from a list of directories and falls back
to another ResourceLoader.
|
static LibraryGroup |
LibraryGroup.fromLibraries(List<? extends Library> libraries,
boolean verifyLibraryReferences)
Factory function that constructs and returns a library group from a list of libraries.
|
static LibraryGroup |
LibraryGroup.fromZipPaths(List<String> zipLibraryPaths)
Factory function that constructs and returns a library group from a list of zip library paths.
|
Constructor and Description |
---|
PropertyPermutations(PropertyPermutations allPermutations,
List<String[]> values)
Copy constructor that allows the list of property values to be reset.
|
Constructor and Description |
---|
ConfigProps(Map<String,List<String>> map)
Construct from a map (for testing).
|
Modifier and Type | Method and Description |
---|---|
List<File> |
CompileDir.findSourceMapFiles(String outputModuleName)
Given the outputModuleName from the compiler, returns all the sourcemap
files generated, or null if the directory couldn't be listed.
|
Modifier and Type | Method and Description |
---|---|
void |
JobEvent.Builder.setArguments(List<String> args)
The arguments passed to
Options.parseArgs(java.lang.String[]) at startup. |
Modifier and Type | Method and Description |
---|---|
List<Statements> |
WhileLoop.getStatements() |
List<Statements> |
Statements.getStatements()
Returns a list of
Statements . |
List<Statements> |
Statement.getStatements()
|
List<Statements> |
ForLoop.getStatements() |
List<Statements> |
StatementsList.getStatements()
Returns the
Statements that are in this list. |
Constructor and Description |
---|
MethodCall(String name,
List<String> arguments)
Creates a new MethodCall Expression.
|
Modifier and Type | Method and Description |
---|---|
static List<CompilationUnit> |
JdtCompiler.compile(TreeLogger logger,
CompilerContext compilerContext,
Collection<CompilationUnitBuilder> builders)
Compiles the given set of units.
|
List<JsniMethod> |
CachedCompilationUnit.getJsniMethods() |
abstract List<JsniMethod> |
CompilationUnit.getJsniMethods() |
List<CompilationUnit> |
JdtCompiler.DefaultUnitProcessor.getResults() |
List<JDeclaredType> |
CompilationUnit.getTypes()
Returns a copy of the GWT AST types in this unit.
Callers are free to modify the returned type instances without worrying about modifying the original CompilationUnit instances. |
Modifier and Type | Method and Description |
---|---|
void |
CompilationErrorsIndex.add(String typeSourceName,
String fileName,
List<String> typeReferences,
List<String> compilationErrors)
Records the filename, names of referenced types, and known compilation errors for a given type.
|
void |
CompilationErrorsIndex.add(String typeSourceName,
String fileName,
List<String> typeReferences,
List<String> compilationErrors)
Records the filename, names of referenced types, and known compilation errors for a given type.
|
void |
CompilationErrorsIndexImpl.add(String typeSourceName,
String fileName,
List<String> typeReferences,
List<String> compilationErrors) |
void |
CompilationErrorsIndexImpl.add(String typeSourceName,
String fileName,
List<String> typeReferences,
List<String> compilationErrors) |
void |
CombinedCompilationErrorsIndex.add(String typeSourceName,
String fileName,
List<String> typeReferences,
List<String> compilationErrors) |
void |
CombinedCompilationErrorsIndex.add(String typeSourceName,
String fileName,
List<String> typeReferences,
List<String> compilationErrors) |
void |
CompilationState.addReferencedCompilationUnits(TreeLogger logger,
List<CompilationUnit> referencedUnits)
Indexes referenced external compilation units but does not save them in a library.
|
static void |
CompilationProblemReporter.indexErrors(CompilationErrorsIndex compilationErrorsIndex,
List<CompilationUnit> units)
Traverses a set of compilation units to record enough information to enable accurate and
detailed compilation error cause traces.
|
static int |
CompilationProblemReporter.logErrorTrace(TreeLogger logger,
TreeLogger.Type logLevel,
CompilerContext compilerContext,
List<CompilationUnit> units,
boolean hint)
Provides meaningful error messages and hints for types that failed to compile or are otherwise
missing.
|
static int |
CompilationProblemReporter.logWarnings(TreeLogger logger,
TreeLogger.Type logLevelForWarnings,
List<CompilationUnit> units) |
protected abstract CompilationUnit |
CompilationUnitBuilder.makeUnit(List<CompiledClass> compiledClasses,
List<JDeclaredType> types,
com.google.gwt.dev.javac.Dependencies dependencies,
Collection<? extends JsniMethod> jsniMethods,
MethodArgNamesLookup methodArgs,
org.eclipse.jdt.core.compiler.CategorizedProblem[] errors) |
protected abstract CompilationUnit |
CompilationUnitBuilder.makeUnit(List<CompiledClass> compiledClasses,
List<JDeclaredType> types,
com.google.gwt.dev.javac.Dependencies dependencies,
Collection<? extends JsniMethod> jsniMethods,
MethodArgNamesLookup methodArgs,
org.eclipse.jdt.core.compiler.CategorizedProblem[] errors) |
void |
JdtCompiler.DefaultUnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginaImports,
List<CompiledClass> compiledClasses) |
void |
JdtCompiler.DefaultUnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginaImports,
List<CompiledClass> compiledClasses) |
void |
JdtCompiler.UnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginalImports,
List<CompiledClass> compiledClasses) |
void |
JdtCompiler.UnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<org.eclipse.jdt.internal.compiler.ast.ImportReference> cudOriginalImports,
List<CompiledClass> compiledClasses) |
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.resolveAnnotations(TreeLogger logger,
List<CollectAnnotationData> annotations,
Map<Class<? extends Annotation>,Annotation> declaredAnnotations) |
CompilationUnitBuilder |
CompilationUnitBuilder.setClasses(List<CompiledClass> compiledClasses) |
CompilationUnitBuilder |
CompilationUnitBuilder.setCompiledClasses(List<CompiledClass> compiledClasses) |
CompilationUnitBuilder |
CompilationUnitBuilder.setTypes(List<JDeclaredType> types) |
Modifier and Type | Method and Description |
---|---|
List<CollectAnnotationData> |
CollectClassData.getAnnotations() |
List<CollectAnnotationData> |
CollectMethodData.getAnnotations() |
List<CollectAnnotationData> |
CollectFieldData.getAnnotations() |
List<CollectAnnotationData>[] |
CollectMethodData.getArgAnnotations() |
List<CollectFieldData> |
CollectClassData.getFields() |
List<CollectMethodData> |
CollectClassData.getMethods() |
Constructor and Description |
---|
CollectTypeParams(List<JTypeParameter> typeParams)
Collect declared type parameters from a generic signature.
|
Modifier and Type | Method and Description |
---|---|
List<InternalCompilerException.NodeInfo> |
InternalCompilerException.getNodeTrace()
Returns a list of nodes that were being processed when this exception was
thrown.
|
List<Range> |
JsSourceMap.getRanges() |
Modifier and Type | Method and Description |
---|---|
static void |
EnumNameObfuscator.exec(JProgram jprogram,
TreeLogger logger,
List<String> blacklistedEnums,
boolean closureMode) |
Constructor and Description |
---|
JsSourceMap(List<Range> ranges,
int bytes,
int lines) |
Modifier and Type | Field and Description |
---|---|
List<JClassType> |
JProgram.codeGenTypes |
List<JExpression> |
JNewArray.dims |
protected List<JField> |
JDeclaredType.fields
This type's fields.
|
List<JClassType> |
JProgram.immortalCodeGenTypes |
List<JExpression> |
JNewArray.initializers |
protected List<JMethod> |
JDeclaredType.methods
This type's methods.
|
Modifier and Type | Method and Description |
---|---|
<T extends JNode> |
JVisitor.acceptImmutable(List<T> list) |
<T extends JNode> |
JModVisitor.acceptImmutable(List<T> list) |
<T extends JNode> |
JVisitor.acceptWithInsertRemoveImmutable(List<T> list) |
<T extends JNode> |
JModVisitor.acceptWithInsertRemoveImmutable(List<T> list) |
static List<JDeclaredType> |
JProgram.deserializeTypes(ObjectInputStream stream) |
List<JArrayType> |
JProgram.getAllArrayTypes()
Returns a sorted list of array types, so the returned set can be iterated
over without introducing nondeterminism.
|
List<JExpression> |
JMethodCall.getArgs()
Returns the call arguments.
|
List<JExpression> |
JCastMap.getCanCastToTypes() |
List<JTryStatement.CatchClause> |
JTryStatement.getCatchClauses() |
List<JDeclaredType> |
JProgram.getDeclaredTypes() |
List<JMethod> |
JProgram.getEntryMethods() |
List<JEnumField> |
JEnumType.getEnumList()
Returns the list of enum fields in this enum.
|
List<JField> |
JDeclaredType.getFields()
Returns this type's fields;does not include fields defined in a super type
unless they are overridden by this type.
|
List<JInterfaceType> |
JDeclaredType.getImplements()
Returns this type's implemented interfaces.
|
List<Integer> |
JProgram.getInitialFragmentIdSequence() |
List<JStatement> |
JForStatement.getInitializers()
Returns the initializer (1st component) statements.
|
List<JLocal> |
JMethodBody.getLocals()
Returns this method's local variables.
|
List<JMethod> |
JDeclaredType.getMethods()
Returns this type's declared methods; does not include methods defined in a
super type unless they are overridden by this type.
|
List<JDeclaredType> |
JProgram.getModuleDeclaredTypes() |
List<JType> |
JMethod.getOriginalParamTypes() |
List<JMethod> |
JMethod.getOverriddenMethods()
Returns the transitive closure of all the methods this method overrides.
|
List<JParameter> |
JMethod.getParams()
Returns the parameters of this method.
|
List<JType> |
JMethod.Specialization.getParams() |
List<String> |
JGwtCreate.getResultTypes() |
List<JRunAsync> |
JProgram.getRunAsyncs() |
List<JStatement> |
JBlock.getStatements()
Return the statements in this block.
|
List<JStatement> |
JMethodBody.getStatements() |
List<JClassType> |
JMethod.getThrownExceptions() |
List<JType> |
JTryStatement.CatchClause.getTypes() |
Modifier and Type | Method and Description |
---|---|
<T extends JNode> |
JVisitor.accept(List<T> list) |
<T extends JNode> |
JModVisitor.accept(List<T> list) |
<T extends JNode> |
JVisitor.acceptImmutable(List<T> list) |
<T extends JNode> |
JModVisitor.acceptImmutable(List<T> list) |
<T extends JNode> |
JVisitor.acceptWithInsertRemove(List<T> list) |
<T extends JNode> |
JModVisitor.acceptWithInsertRemove(List<T> list) |
<T extends JNode> |
JVisitor.acceptWithInsertRemoveImmutable(List<T> list) |
<T extends JNode> |
JModVisitor.acceptWithInsertRemoveImmutable(List<T> list) |
void |
JMethodCall.addArgs(List<JExpression> toAdd)
Adds arguments to this method.
|
void |
JBlock.addStmts(int index,
List<JStatement> toAdd)
Insert a statements into this block.
|
void |
JBlock.addStmts(List<JStatement> toAdd)
Add statements to the end of this block.
|
void |
JMethod.addThrownExceptions(List<JClassType> exceptionTypes) |
void |
JTypeOracle.computeBeforeAST(JTypeOracle.StandardTypes standardTypes,
Collection<JDeclaredType> declaredTypes,
List<JDeclaredType> moduleDeclaredTypes) |
static JNewArray |
JNewArray.createDims(SourceInfo info,
JArrayType arrayType,
List<JExpression> dims) |
static JNewArray |
JNewArray.createInitializers(SourceInfo info,
JArrayType arrayType,
List<JExpression> initializers) |
void |
JMethod.resolve(JType originalReturnType,
List<JType> originalParamTypes,
JType returnType,
List<JClassType> thrownExceptions)
Resolve an external references during AST stitching.
|
void |
JMethod.resolve(JType originalReturnType,
List<JType> originalParamTypes,
JType returnType,
List<JClassType> thrownExceptions)
Resolve an external references during AST stitching.
|
void |
JDeclaredType.resolve(List<JInterfaceType> resolvedInterfaces,
String jsNamespace)
Resolves external references during AST stitching.
|
void |
JMethod.Specialization.resolve(List<JType> resolvedParams,
JType resolvedReturn,
JMethod targetMethod) |
static void |
JProgram.serializeTypes(List<JDeclaredType> types,
ObjectOutputStream stream) |
void |
JProgram.setInitialFragmentIdSequence(List<Integer> initialFragmentIdSequence) |
void |
JMethod.setOriginalTypes(JType returnType,
List<JType> paramTypes) |
void |
JProgram.setRunAsyncs(List<JRunAsync> runAsyncs) |
void |
JMethod.setSpecialization(List<JType> paramTypes,
JType returnsType,
String targetMethod) |
static <T extends HasName> |
HasName.Util.sortByName(List<T> list) |
Constructor and Description |
---|
CatchClause(List<JType> catchTypes,
JLocalRef arg,
JBlock block) |
JForStatement(SourceInfo info,
List<JStatement> initializers,
JExpression condition,
JExpression increments,
JStatement body)
Creates an AST node that represents a Java for statement.
|
JGwtCreate(SourceInfo info,
String sourceType,
List<String> resultTypes,
JType type,
ArrayList<JExpression> instantiationExpressions)
Constructor used for cloning an existing node.
|
JNewArray(SourceInfo info,
JArrayType type,
List<JExpression> dims,
List<JExpression> initializers,
JClassLiteral leafTypeClassLiteral) |
JNewArray(SourceInfo info,
JArrayType type,
List<JExpression> dims,
List<JExpression> initializers,
JClassLiteral leafTypeClassLiteral) |
JTryStatement(SourceInfo info,
JBlock tryBlock,
List<JTryStatement.CatchClause> catchClauses,
JBlock finallyBlock)
Construct a Java try statement.
|
Specialization(List<JType> params,
JType returns,
String target) |
Modifier and Type | Method and Description |
---|---|
List<JsniClassLiteral> |
JsniMethodBody.getClassRefs()
Return this method's references to Java class literals.
|
List<JExpression> |
JMultiExpression.getExpressions()
Returns the list of expressions.
|
List<JExpression> |
JsonArray.getExprs() |
List<JsniFieldRef> |
JsniMethodBody.getJsniFieldRefs()
Return this method's references to Java fields.
|
List<JsniMethodRef> |
JsniMethodBody.getJsniMethodRefs()
Return this method's references to Java methods.
|
Modifier and Type | Method and Description |
---|---|
void |
JMultiExpression.addExpressions(int index,
List<JExpression> expressions)
Adds a list of expressions to the multi expression at position
index . |
void |
JMultiExpression.addExpressions(List<JExpression> expressions)
Adds a list of expressions to the multi expression at the end.
|
void |
JsonArray.addExprs(List<JExpression> exprs) |
Constructor and Description |
---|
JsniMethodBody(SourceInfo info,
JsFunction function,
List<JsniClassLiteral> classRefs,
List<JsniFieldRef> jsniFieldRefs,
List<JsniMethodRef> jsniMethodRefs,
Set<String> stringLiterals) |
JsniMethodBody(SourceInfo info,
JsFunction function,
List<JsniClassLiteral> classRefs,
List<JsniFieldRef> jsniFieldRefs,
List<JsniMethodRef> jsniMethodRefs,
Set<String> stringLiterals) |
JsniMethodBody(SourceInfo info,
JsFunction function,
List<JsniClassLiteral> classRefs,
List<JsniFieldRef> jsniFieldRefs,
List<JsniMethodRef> jsniMethodRefs,
Set<String> stringLiterals) |
Modifier and Type | Method and Description |
---|---|
List<OptimizerStats> |
OptimizerStats.getChildren()
Retrieves an immutable list of child stats objects.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<JExpression> |
CloneExpressionVisitor.cloneExpressions(List<JExpression> exprs) |
static JExpression |
JjsUtils.createOptimizedMultiExpression(boolean ignoringResult,
List<JExpression> expressions)
Creates a multi expression from a list of expressions, removing expressions that do
not have side effects if possible.
|
static boolean |
ResolveRebinds.exec(JProgram program,
List<GwtCreateMap> gwtCreateAnswers) |
void |
ControlFlowAnalyzer.DependencyRecorder.methodIsLiveBecause(JMethod liveMethod,
List<JMethod> dependencyChain)
Used to record the dependencies of a specific method.
|
Constructor and Description |
---|
JavaToJavaScriptMapImpl(List<JDeclaredType> types,
Map<HasName,JsName> names,
Map<JsStatement,JClassType> typeForStatement,
Map<JsStatement,JMethod> vtableInitForMethod) |
JsTypeLinker(TreeLogger logger,
JsAbstractTextTransformer textTransformer,
List<NamedRange> typeRanges,
NamedRange programTypeRange,
MinimalRebuildCache minimalRebuildCache,
JTypeOracle typeOracle) |
Modifier and Type | Method and Description |
---|---|
List<JsStatement> |
FragmentExtractor.createOnLoadedCall(int fragmentId)
Create a call to
AsyncFragmentLoader#onLoad . |
List<JsStatement> |
FragmentExtractor.extractStatements(LivenessPredicate livenessPredicate,
LivenessPredicate alreadyLoadedPredicate)
Assume that all code described by
alreadyLoadedPredicate has
been downloaded. |
Modifier and Type | Method and Description |
---|---|
List<EdgeType> |
Graph.getInEdges(NodeType n)
Returns edges coming into node.
|
List<A> |
SubgraphAssumptions.getInValues()
Gets assumptions along incoming edges.
|
List<EdgeType> |
Graph.getOutEdges(NodeType node)
Returns edges originating from the node.
|
List<A> |
SubgraphAssumptions.getOutValues()
Gets assumptions along outgoing edges.
|
Modifier and Type | Method and Description |
---|---|
static <A extends Assumption<A>> |
AssumptionUtil.join(List<A> assumptions)
Join assumptions from the list.
|
static <E,A extends Assumption<A>> |
AssumptionUtil.join(List<E> edges,
AssumptionMap<E,A> assumptionMap) |
static <E,A extends Assumption<A>> |
AssumptionUtil.setAssumptions(List<E> edges,
A assumption,
AssumptionMap<E,A> assumptionMap) |
static <E,A extends Assumption<A>> |
AssumptionUtil.setAssumptions(List<E> edges,
List<A> assumptions,
AssumptionMap<E,A> assumptionMap) |
static <E,A extends Assumption<A>> |
AssumptionUtil.setAssumptions(List<E> edges,
List<A> assumptions,
AssumptionMap<E,A> assumptionMap) |
static <E,A extends Assumption<A>> |
AssumptionUtil.toString(List<E> inEdges,
List<E> outEdges,
AssumptionMap<E,A> assumptionMap) |
static <E,A extends Assumption<A>> |
AssumptionUtil.toString(List<E> inEdges,
List<E> outEdges,
AssumptionMap<E,A> assumptionMap) |
Constructor and Description |
---|
CombinedAssumption(List<Assumption<?>> assumptions) |
SubgraphAssumptions(List<A> inValues,
List<A> outValues) |
SubgraphAssumptions(List<A> inValues,
List<A> outValues) |
Modifier and Type | Method and Description |
---|---|
List<CfgEdge> |
Cfg.getInEdges(CfgNode<?> cfgNode)
Returns edges coming into node.
|
List<CfgEdge> |
Cfg.getOutEdges(CfgNode<?> cfgNode)
Returns edges originating from the node.
|
Modifier and Type | Method and Description |
---|---|
List<NamedRange> |
JsToStringGenerationVisitor.getClassRanges() |
static List<com.google.gwt.thirdparty.javascript.jscomp.JSSourceFile> |
ClosureJsRunner.getDefaultExterns() |
protected List<com.google.gwt.thirdparty.javascript.jscomp.JSSourceFile> |
ClosureJsRunner.getDefaultExternsList() |
static List<JsStatement> |
JsParser.parse(SourceInfo rootSourceInfo,
JsScope scope,
Reader r) |
Modifier and Type | Field and Description |
---|---|
protected List<JsParameter> |
JsFunction.params |
protected List<JsStatement> |
JsSwitchMember.stmts |
Modifier and Type | Method and Description |
---|---|
List<JsExpression> |
JsNew.getArguments() |
List<JsExpression> |
JsInvocation.getArguments() |
List<JsExpression> |
HasArguments.getArguments() |
List<JsSwitchMember> |
JsSwitch.getCases() |
List<JsCatch> |
JsTry.getCatches() |
List<JsScope> |
JsRootScope.getChildren() |
List<JsScope> |
JsNestingScope.getChildren()
Returns a list of this scope's child scopes.
|
abstract List<JsScope> |
JsScope.getChildren()
Returns a list of this scope's child scopes.
|
List<JsExpression> |
JsArrayLiteral.getExpressions() |
List<JsParameter> |
JsFunction.getParameters() |
List<JsPropertyInitializer> |
JsObjectLiteral.getPropertyInitializers() |
List<JsStatement> |
JsBlock.getStatements() |
List<JsStatement> |
JsSwitchMember.getStmts() |
Modifier and Type | Method and Description |
---|---|
<T extends JsVisitable> |
JsVisitor.acceptList(List<T> collection) |
<T extends JsVisitable> |
JsVisitor.acceptWithInsertRemove(List<T> collection) |
protected <T extends JsVisitable> |
JsVisitor.doAcceptList(List<T> collection) |
protected <T extends JsVisitable> |
JsModVisitor.doAcceptList(List<T> collection) |
protected <T extends JsVisitable> |
JsVisitor.doAcceptWithInsertRemove(List<T> collection) |
protected <T extends JsVisitable> |
JsModVisitor.doAcceptWithInsertRemove(List<T> collection) |
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 |
---|---|
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.
|
Constructor and Description |
---|
ResourceOracleImpl(List<ClassPathEntry> classPathEntries)
Constructs a
ResourceOracleImpl from a set of
ClassPathEntries . |
Modifier and Type | Method and Description |
---|---|
void |
ModuleSpaceOOPHM.createNativeMethods(TreeLogger logger,
List<JsniMethod> jsniMethods,
DispatchIdOracle dispatchIdOracle) |
void |
ShellJavaScriptHost.createNativeMethods(TreeLogger logger,
List<JsniMethod> jsniMethods,
DispatchIdOracle dispatchIdOracle)
Define one or more JSNI methods.
|
Modifier and Type | Method and Description |
---|---|
List<RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder.getCapabilitiesBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder.getCapabilitiesBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder.getCapabilitiesList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.getCapabilitiesList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder.getCapabilitiesList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder.getCapabilitiesList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.getCapabilitiesList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder.getCapabilitiesList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<? extends RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.CapabilityOrBuilder> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder.getCapabilitiesOrBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<? extends RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.CapabilityOrBuilder> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.getCapabilitiesOrBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<? extends RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.CapabilityOrBuilder> |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder.getCapabilitiesOrBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2; |
List<? extends RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.CapabilityOrBuilder> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder.getCapabilitiesOrBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<? extends RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.CapabilityOrBuilder> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.getCapabilitiesOrBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<? extends RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.CapabilityOrBuilder> |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder.getCapabilitiesOrBuilderList()
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2; |
List<String> |
RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder.getStartupURLsList()
repeated string startupURLs = 2; |
List<String> |
RemoteMessageProto.Message.Request.ViewerRequest.Initialize.getStartupURLsList()
repeated string startupURLs = 2; |
List<String> |
RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder.getStartupURLsList()
repeated string startupURLs = 2; |
Modifier and Type | Method and Description |
---|---|
void |
ViewerServiceClient.initialize(String clientId,
List<String> startupURLs) |
Modifier and Type | Method and Description |
---|---|
List<org.objectweb.asm.commons.Method> |
HostedModeClassRewriter.SingleJsoImplData.getDeclarations(String mangledName)
Returns the method declarations that should be generated for a given
mangled method name.
|
List<org.objectweb.asm.commons.Method> |
HostedModeClassRewriter.SingleJsoImplData.getImplementations(String mangledName)
Returns the implementations that the method declarations above should
delegate to.
HostedModeClassRewriter.SingleJsoImplData.getDeclarations(java.lang.String) and HostedModeClassRewriter.SingleJsoImplData.getImplementations(java.lang.String)
maintain a pairwise mapping. |
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 | Method and Description |
---|---|
List<String> |
OptionLibraryPaths.getLibraryPaths()
Returns the list of paths to input libraries.
|
List<String> |
OptionModuleName.getModuleNames()
Returns the list of module names.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionLibraryPaths.setLibraryPaths(List<String> libraryPaths)
Sets the list of paths to input libraries.
|
void |
OptionModuleName.setModuleNames(List<String> moduleNames)
Sets the list of module names.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
Lists.add(List<T> list,
int index,
T toAdd) |
static <T> List<T> |
Lists.add(List<T> list,
T toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
int index,
List<T> toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
List<T> toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
T... toAdd) |
static <T> List<T> |
Lists.create() |
static <T> List<T> |
Lists.create(Collection<T> collection) |
static <T> List<T> |
Lists.create(List<T> list) |
static <T> List<T> |
Lists.create(T... items) |
static <T> List<T> |
Lists.create(T item) |
static <T> List<T> |
Lists.normalize(List<T> list) |
static <T> List<T> |
Lists.normalizeUnmodifiable(List<T> list) |
List<T> |
Stack.pop(int count)
Pops
count elements from the stack and returns them as a list with to top of the stack
last. |
static <T> List<T> |
Lists.remove(List<T> list,
int toRemove) |
static <T> List<T> |
Lists.set(List<T> list,
int index,
T e) |
static <T extends Comparable<? super T>> |
Lists.sort(List<T> list) |
static <T> List<T> |
Lists.sort(List<T> list,
Comparator<? super T> sort) |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
Lists.add(List<T> list,
int index,
T toAdd) |
static <T> List<T> |
Lists.add(List<T> list,
T toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
int index,
List<T> toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
int index,
List<T> toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
List<T> toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
List<T> toAdd) |
static <T> List<T> |
Lists.addAll(List<T> list,
T... toAdd) |
static <T> List<T> |
Lists.create(List<T> list) |
static <T> List<T> |
Lists.normalize(List<T> list) |
static <T> List<T> |
Lists.normalizeUnmodifiable(List<T> list) |
static <T> List<T> |
Lists.remove(List<T> list,
int toRemove) |
static <T> List<T> |
Lists.set(List<T> list,
int index,
T e) |
static <T extends Comparable<? super T>> |
Lists.sort(List<T> list) |
static <T> List<T> |
Lists.sort(List<T> list,
Comparator<? super T> sort) |
Modifier and Type | Method and Description |
---|---|
List<EditorError> |
EditorDriver.getErrors()
Returns any unconsumed EditorErrors from the last call to
EditorDriver.flush() . |
Modifier and Type | Method and Description |
---|---|
void |
HasEditorErrors.showErrors(List<EditorError> errors)
Called by the EditorDriver to propagate errors.
|
Modifier and Type | Method and Description |
---|---|
List<E> |
EditorSource.create(int count,
int index)
Create multiple Editors.
|
List<E> |
ListEditor.getEditors()
Returns an unmodifiable, live view of the Editors managed by the
ListEditor.
|
List<T> |
ListEditor.getList()
Returns a live view of the ListEditor's backing data.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEditor.setValue(List<T> value)
Sets the ListEditor's backing data.
|
Modifier and Type | Method and Description |
---|---|
void |
ListEditor.setDelegate(EditorDelegate<List<T>> delegate) |
Modifier and Type | Method and Description |
---|---|
List<AbstractEditorDelegate<?,?>> |
DelegateMap.get(Object object) |
List<AbstractEditorDelegate<?,?>> |
DelegateMap.getDelegatesByPath(String path)
Returns a list of EditorDelegates available at a particular absolute path.
|
List<Editor<?>> |
DelegateMap.getEditorByPath(String path)
Returns a list of Editors available at a particular absolute path.
|
protected List<EditorError> |
AbstractEditorDelegate.getErrors() |
List<EditorError> |
BaseEditorDriver.getErrors() |
List<AbstractEditorDelegate<?,?>> |
DelegateMap.getRaw(Object key)
Accesses the delegate map without using the KeyMethod.
|
Modifier and Type | Method and Description |
---|---|
List<EditorError> |
MockSimpleBeanEditorDriver.getErrors()
Returns an empty list.
|
Modifier and Type | Method and Description |
---|---|
void |
ValueBoxEditorDecorator.showErrors(List<EditorError> errors)
The default implementation will display, but not consume, received errors
whose
getEditor() method returns the Editor
passed into ValueBoxEditorDecorator.setEditor(com.google.gwt.editor.ui.client.adapters.ValueBoxEditor<T>) . |
Modifier and Type | Method and Description |
---|---|
protected List<AlternateMessageSelector.AlternateForm> |
AbstractMessage.defaultForms() |
List<GwtLocale> |
GwtLocaleImpl.getAliases() |
static List<String> |
RegionInheritance.getAllAncestors(String child)
Returns a set of all ancestors of a given region, including the region
itself, in order of inheritance (ie, this region first, top-most region
last).
|
List<GwtLocale> |
GwtLocaleImpl.getCompleteSearchList() |
List<AlternateMessageSelector.AlternateForm> |
Message.AlternateFormMapping.getForms() |
List<GwtLocale> |
GwtLocaleImpl.getInheritanceChain()
Return a list of locales to search for, in order of preference.
|
abstract List<Parameter> |
AbstractMessage.getParameters() |
List<Parameter> |
Message.getParameters()
Get the parameters defined for this message.
|
abstract List<MessageFormatUtils.TemplateChunk> |
MessageFormatUtils.MessageStyle.parse(String template)
Parse a message into chunks.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessage.addMapping(List<Message.AlternateFormMapping> mapping,
int numSelectors,
String joinedForms,
String msg) |
abstract String |
MessageFormatUtils.MessageStyle.assemble(List<MessageFormatUtils.TemplateChunk> message)
Assemble a message from its parsed chunks.
|
Constructor and Description |
---|
AlternateFormMapping(List<AlternateMessageSelector.AlternateForm> forms,
String message) |
Modifier and Type | Method and Description |
---|---|
List<AlternateMessageSelector> |
ReflectionMessage.getAlternateSelectors() |
List<Parameter> |
ReflectionMessage.getParameters() |
Modifier and Type | Method and Description |
---|---|
SafeHtml |
Child.multiSelect(List<String> names,
String name1,
String name2,
int msgCount,
String gender) |
Modifier and Type | Method and Description |
---|---|
List<GwtLocale> |
GwtLocale.getAliases()
Returns the list of aliases for this locale.
|
List<GwtLocale> |
GwtLocale.getCompleteSearchList()
Returns the complete list of locales to search for the current locale.
|
List<GwtLocale> |
GwtLocale.getInheritanceChain()
Returns a list of locales to search for, in order of preference.
|
Constructor and Description |
---|
RemoteLogHandlerBase(List<String> excludedLoggerNames) |
Modifier and Type | Method and Description |
---|---|
List<CssDef> |
DefCollectorVisitor.getConstantNodes() |
List<CssNode> |
CssElse.getNodes() |
Modifier and Type | Method and Description |
---|---|
SortedMap<Integer,List<CssSubstitution>> |
CssGenerationVisitor.getSubstitutionPositions() |
Modifier and Type | Method and Description |
---|---|
protected void |
CheckStaticCssVisitor.doAccept(List<? extends CssNode> list) |
protected void |
CheckStaticCssVisitor.doAcceptWithInsertRemove(List<? extends CssNode> list) |
Modifier and Type | Field and Description |
---|---|
protected List<CssProperty> |
CssRule.properties |
protected List<CssSelector> |
CssRule.selectors |
Modifier and Type | Method and Description |
---|---|
void |
CssVisitor.accept(List<? extends CssNode> nodes) |
void |
CssVisitor.acceptWithInsertRemove(List<? extends CssNode> nodes) |
static <T extends CssNode> |
CssNodeCloner.clone(Class<T> clazz,
List<T> nodes)
Clone a list of nodes.
|
protected void |
CssVisitor.doAccept(List<? extends CssNode> list) |
protected void |
CssModVisitor.doAcceptWithInsertRemove(List<? extends CssNode> list) |
protected void |
CssVisitor.doAcceptWithInsertRemove(List<? extends CssNode> list) |
Constructor and Description |
---|
CollapsedNode(List<CssNode> nodes) |
ListValue(List<CssProperty.Value> values) |
Modifier and Type | Method and Description |
---|---|
static JMethod |
ResourceGeneratorUtil.getMethodByPath(JClassType rootType,
List<String> pathElements,
JType expectedReturnType)
Finds a method by following a dotted path interpreted as a series of no-arg
method invocations from an instance of a given root type.
|
Modifier and Type | Method and Description |
---|---|
List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
ValueFunction.getCallResultNodes(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> args,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
ResourceUrlFunction.getCallResultNodes(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> cssValueNodes,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
EvalFunction.getCallResultNodes(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> args,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
List<String> |
PermutationsCollector.getPermutationAxes() |
Modifier and Type | Method and Description |
---|---|
List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
ValueFunction.getCallResultNodes(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> args,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
ResourceUrlFunction.getCallResultNodes(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> cssValueNodes,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> |
EvalFunction.getCallResultNodes(List<com.google.gwt.thirdparty.common.css.compiler.ast.CssValueNode> args,
com.google.gwt.thirdparty.common.css.compiler.ast.ErrorManager errorManager) |
String |
ValueFunction.getCallResultString(List<String> args) |
String |
ResourceUrlFunction.getCallResultString(List<String> strings) |
String |
EvalFunction.getCallResultString(List<String> args) |
Modifier and Type | Method and Description |
---|---|
List<String> |
CssDotPathNode.getPathElements() |
Modifier and Type | Method and Description |
---|---|
List<String> |
GlobalInformation.getFragmentDescriptors(int fragment)
Gets the descriptors associated with a
fragment.
|
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 | Method and Description |
---|---|
List<SyntheticArtifact> |
ArtifactsOutputDirectory.getArtifacts()
Return the list of artifacts that have been written so far.
|
Modifier and Type | Method and Description |
---|---|
List<T> |
AbstractHasData.getDisplayedItems()
Deprecated.
use
AbstractHasData.getVisibleItems() instead |
List<T> |
ColumnSortEvent.ListHandler.getList() |
List<T> |
AbstractHasData.getVisibleItems()
Return the row values that the widget is currently displaying as an
immutable list.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractHasData.renderRowValues(SafeHtmlBuilder sb,
List<T> values,
int start,
SelectionModel<? super T> selectionModel)
Render all row values into the specified
SafeHtmlBuilder . |
protected void |
AbstractCellTable.renderRowValues(SafeHtmlBuilder sb,
List<T> values,
int start,
SelectionModel<? super T> selectionModel)
Deprecated.
as of GWT 2.5, use a
CellTableBuilder to customize the
table structure instead |
protected void |
CellList.renderRowValues(SafeHtmlBuilder sb,
List<T> values,
int start,
SelectionModel<? super T> selectionModel) |
protected void |
AbstractCellTable.renderRowValuesLegacy(SafeHtmlBuilder sb,
List<T> values,
int start,
SelectionModel<? super T> selectionModel)
Deprecated.
as of GWT 2.5, use a
CellTableBuilder to customize the
table structure instead |
protected void |
AbstractHasData.replaceAllChildren(List<T> values,
SafeHtml html)
Replace all children with the specified html.
|
protected void |
AbstractCellTable.replaceAllChildren(List<T> values,
SafeHtml html) |
protected void |
AbstractHasData.replaceChildren(List<T> values,
int start,
SafeHtml html)
Convert the specified HTML into DOM elements and replace the existing
elements starting at the specified index.
|
protected void |
AbstractCellTable.replaceChildren(List<T> values,
int start,
SafeHtml html) |
void |
ColumnSortEvent.ListHandler.setList(List<T> list) |
void |
AbstractHasData.setRowData(int start,
List<? extends T> values) |
void |
AbstractHasData.setRowData(List<? extends T> values)
Set the complete list of values to display on one page.
|
Constructor and Description |
---|
ListHandler(List<T> list) |
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 List<?> |
Arrays.ArrayList_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static List |
Collections.EmptyList_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
static List |
Collections.SingletonList_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
List |
Arrays.ArrayList_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
List |
Collections.EmptyList_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
List |
Collections.SingletonList_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Collections.EmptyList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
List instance) |
static void |
Collections.SingletonList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
List instance) |
static void |
Arrays.ArrayList_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
List<?> instance) |
void |
Arrays.ArrayList_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
List instance) |
void |
Collections.EmptyList_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
List instance) |
void |
Collections.SingletonList_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
List instance) |
static Object[] |
ArraysViolator.getArray0(List<?> instance) |
static void |
Collections.EmptyList_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
List instance) |
static void |
Collections.SingletonList_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
List instance) |
static void |
Arrays.ArrayList_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
List<?> instance) |
void |
Arrays.ArrayList_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
List instance) |
void |
Collections.EmptyList_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
List instance) |
void |
Collections.SingletonList_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
List instance) |
Modifier and Type | Method and Description |
---|---|
protected List<String> |
AbstractSerializationStreamWriter.getStringTable()
Gets the string table.
|
Modifier and Type | Method and Description |
---|---|
protected List<MenuItem> |
MenuBar.getItems()
Returns a list containing the
MenuItem objects in the menu
bar. |
Modifier and Type | Method and Description |
---|---|
static SerializationPolicy |
SerializationPolicyLoader.loadFromStream(InputStream inputStream,
List<ClassNotFoundException> classNotFoundExceptions)
Loads a SerializationPolicy from an input stream and optionally record any
ClassNotFoundException s. |
Modifier and Type | Method and Description |
---|---|
static List<?> |
Arrays.ArrayList_ServerCustomFieldSerializer.instantiate(ServerSerializationStreamReader streamReader,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
static List |
Collections.SingletonList_ServerCustomFieldSerializer.instantiate(ServerSerializationStreamReader streamReader,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
List |
Arrays.ArrayList_ServerCustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
List |
Collections.SingletonList_ServerCustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
List |
Arrays.ArrayList_ServerCustomFieldSerializer.instantiateInstance(ServerSerializationStreamReader streamReader,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
List |
Collections.SingletonList_ServerCustomFieldSerializer.instantiateInstance(ServerSerializationStreamReader streamReader,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
Modifier and Type | Method and Description |
---|---|
void |
Arrays.ArrayList_ServerCustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
List instance) |
void |
Collections.SingletonList_ServerCustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
List instance) |
void |
Arrays.ArrayList_ServerCustomFieldSerializer.deserializeInstance(ServerSerializationStreamReader streamReader,
List instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> actualParameterTypes) |
void |
Collections.SingletonList_ServerCustomFieldSerializer.deserializeInstance(ServerSerializationStreamReader streamReader,
List instance,
Type[] expectedParameterTypes,
DequeMap<TypeVariable<?>,Type> resolvedTypes) |
void |
Arrays.ArrayList_ServerCustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
List instance) |
void |
Collections.SingletonList_ServerCustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
List instance) |
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 |
---|---|
List<String> |
ArgHandlerAddToClassPath.getExtraClassPathList() |
Modifier and Type | Method and Description |
---|---|
static String |
CreatorUtilities.appendPaths(String delimiter,
List<String> paths)
Create a PATH style string separated by the specified delimiter (';' for
windows, ':' for UNIX) Note that this method prepends the delimiter to the
front of the string.
|
static String |
CreatorUtilities.createEclipseExtraLaunchPaths(List<String> extraClassPaths)
Create the extra path entries for an Eclipse '.launch' file in XML format.
|
static boolean |
CreatorUtilities.validatePathsAndModules(String userJar,
List<String> pathList,
List<String> moduleList)
Check to see that the userJar and pathList files all exist, and that the
moduleList entries can be found within the jars.
|
static boolean |
CreatorUtilities.validatePathsAndModules(String userJar,
List<String> pathList,
List<String> moduleList)
Check to see that the userJar and pathList files all exist, and that the
moduleList entries can be found within the jars.
|
Constructor and Description |
---|
RegexFilter(TreeLogger logger,
List<String> values) |
Modifier and Type | Method and Description |
---|---|
List<javax.validation.spi.ValidationProvider<?>> |
GwtValidationProviderResolver.getValidationProviders() |
Modifier and Type | Method and Description |
---|---|
protected List<Class<?>> |
AbstractGwtSpecificValidator.addDefaultGroupWhenEmpty(List<Class<?>> groups) |
List<Class<? extends javax.validation.ConstraintValidator<T,?>>> |
ConstraintDescriptorImpl.getConstraintValidatorClasses() |
Modifier and Type | Method and Description |
---|---|
Iterator<List<Group>> |
GroupChain.getSequenceIterator() |
Modifier and Type | Method and Description |
---|---|
protected List<Class<?>> |
AbstractGwtSpecificValidator.addDefaultGroupWhenEmpty(List<Class<?>> groups) |
void |
GroupChain.checkDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) |
void |
GroupChain.insertSequence(List<Group> groups) |
ConstraintDescriptorImpl.Builder<T> |
ConstraintDescriptorImpl.Builder.setConstraintValidatorClasses(List<Class<? extends javax.validation.ConstraintValidator<T,?>>> constraintValidatorClasses) |
Modifier and Type | Method and Description |
---|---|
List<Class<?>> |
BeanMetadata.getDefaultGroupSequence() |
List<Class<?>> |
ValidationGroupsMetadata.getSequenceList(Class<?> sequence)
If the sequence class has been added to the map then the actual sequence list is retrieved.
|
Modifier and Type | Method and Description |
---|---|
List<T> |
ListDataProvider.getList()
Get the list that backs this model.
|
List<T> |
OrderedMultiSelectionModel.getSelectedList()
Get the List of selected items as a copy.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDataProvider.setList(List<T> listToWrap)
Replace this model's list with the specified list.
|
void |
HasData.setRowData(int start,
List<? extends T> values)
Set a values associated with the rows in the visible range.
|
protected void |
AbstractDataProvider.updateRowData(HasData<T> display,
int start,
List<T> values)
Informs a single display of new data.
|
void |
AsyncDataProvider.updateRowData(int start,
List<T> values) |
protected void |
AbstractDataProvider.updateRowData(int start,
List<T> values)
Inform the displays of the new data.
|
Constructor and Description |
---|
ListDataProvider(List<T> listToWrap)
Creates a list model that wraps the given list.
|
ListDataProvider(List<T> listToWrap,
ProvidesKey<T> keyProvider)
Creates a list model that wraps the given list.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractList<E>
Skeletal implementation of the List interface.
|
class |
AbstractSequentialList<E>
Skeletal implementation of the List interface.
|
class |
ArrayList<E>
Resizeable array implementation of the List interface.
|
class |
LinkedList<E>
Linked list implementation.
|
class |
Stack<E>
Maintains a last-in, first-out collection of objects.
|
class |
Vector<E>
To keep performance characteristics in line with Java community expectations,
Vector is a wrapper around ArrayList . |
Modifier and Type | Field and Description |
---|---|
static List |
Collections.EMPTY_LIST |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
Arrays.asList(T... array) |
static <T> List<T> |
Collections.emptyList() |
static <T> List<T> |
Collections.nCopies(int n,
T o) |
static <T> List<T> |
Collections.singletonList(T o) |
List<E> |
AbstractList.subList(int fromIndex,
int toIndex) |
List<E> |
List.subList(int fromIndex,
int toIndex) |
List<E> |
Vector.subList(int fromIndex,
int toIndex) |
static <T> List<T> |
Collections.unmodifiableList(List<? extends T> list) |
Modifier and Type | Method and Description |
---|---|
static <T> int |
Collections.binarySearch(List<? extends Comparable<? super T>> sortedList,
T key)
Perform a binary search on a sorted List, using natural ordering.
|
static <T> int |
Collections.binarySearch(List<? extends T> sortedList,
T key,
Comparator<? super T> comparator)
Perform a binary search on a sorted List, using a user-specified comparison
function.
|
static <T> void |
Collections.copy(List<? super T> dest,
List<? extends T> src) |
static <T> void |
Collections.copy(List<? super T> dest,
List<? extends T> src) |
static <T> void |
Collections.fill(List<? super T> list,
T obj) |
static <T> boolean |
Collections.replaceAll(List<T> list,
T oldVal,
T newVal) |
static <T> void |
Collections.reverse(List<T> l) |
static <T> void |
Collections.sort(List<T> target) |
static <T> void |
Collections.sort(List<T> target,
Comparator<? super T> c) |
static void |
Collections.swap(List<?> list,
int i,
int j) |
static <T> List<T> |
Collections.unmodifiableList(List<? extends T> list) |
Copyright © 2018. All rights reserved.