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() |
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.makeSourceMapArtifacts(List<Map<Range,SourceInfo>> sourceInfoMaps,
int permutationId) |
Modifier and Type | Method and Description |
---|---|
static List<SyntheticArtifact> |
SourceMapRecorder.makeSourceMapArtifacts(List<Map<Range,SourceInfo>> sourceInfoMaps,
int permutationId) |
static void |
SourceMapRecorder.recordSourceMap(List<Map<Range,SourceInfo>> sourceInfoMaps,
List<SyntheticArtifact> artifacts,
int permutationId) |
static void |
SourceMapRecorder.recordSourceMap(List<Map<Range,SourceInfo>> sourceInfoMaps,
List<SyntheticArtifact> artifacts,
int permutationId) |
Modifier and Type | Method and Description |
---|---|
static void |
StoryRecorder.recordStories(TreeLogger logger,
OutputStream out,
List<Map<Range,SourceInfo>> sourceInfoMaps,
String[] js)
Used to record dependencies of a program.
|
protected void |
StoryRecorder.recordStoriesImpl(TreeLogger logger,
OutputStream out,
List<Map<Range,SourceInfo>> sourceInfoMaps,
String[] js) |
Modifier and Type | Method and Description |
---|---|
List<String> |
DevModeBase.HostedModeBaseOptionsImpl.getStartupURLs() |
List<String> |
DevModeBase.OptionStartupURLs.getStartupURLs() |
static List<FileBackedObject<PermutationResult>> |
CompilePerms.makeResultFiles(File compilerWorkDir,
Permutation[] perms) |
Modifier and Type | Method and Description |
---|---|
static void |
CompilePerms.compile(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
Permutation[] perms,
int localWorkers,
List<FileBackedObject<PermutationResult>> resultFiles)
Compile multiple permutations.
|
static void |
PermutationWorkerFactory.compilePermutations(TreeLogger logger,
CompilerContext compilerContext,
Precompilation precompilation,
int localWorkers,
List<FileBackedObject<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<FileBackedObject<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.
|
static void |
Link.link(TreeLogger logger,
ModuleDef module,
ArtifactSet generatedArtifacts,
Permutation[] permutations,
List<FileBackedObject<PermutationResult>> resultFiles,
JJSOptions precompileOptions,
Link.LinkOptions linkOptions) |
Modifier and Type | Field and Description |
---|---|
List<Object> |
AnalyzerAdapter.locals
List of the local variable slots for current execution
frame. |
List<Object> |
AnalyzerAdapter.stack
List of the operand stack slots for current execution frame. |
Modifier and Type | Field and Description |
---|---|
List<Attribute> |
FieldNode.attrs
The non standard attributes of this field.
|
List<Attribute> |
MethodNode.attrs
The non standard attributes of this method.
|
List<Attribute> |
ClassNode.attrs
The non standard attributes of this class.
|
List<String> |
MethodNode.exceptions
The internal names of the method's exception classes (see
getInternalName ). |
List<FieldNode> |
ClassNode.fields
The fields of this class.
|
List<InnerClassNode> |
ClassNode.innerClasses
Informations about the inner classes of this class.
|
List<String> |
ClassNode.interfaces
The internal names of the class's interfaces (see
getInternalName ). |
List<AnnotationNode> |
FieldNode.invisibleAnnotations
The runtime invisible annotations of this field.
|
List<AnnotationNode> |
MethodNode.invisibleAnnotations
The runtime invisible annotations of this method.
|
List<AnnotationNode> |
ClassNode.invisibleAnnotations
The runtime invisible annotations of this class.
|
List<AnnotationNode>[] |
MethodNode.invisibleParameterAnnotations
The runtime invisible parameter annotations of this method.
|
List<Integer> |
LookupSwitchInsnNode.keys
The values of the keys.
|
List<LabelNode> |
TableSwitchInsnNode.labels
Beginnings of the handler blocks.
|
List<LabelNode> |
LookupSwitchInsnNode.labels
Beginnings of the handler blocks.
|
List<Object> |
FrameNode.local
The types of the local variables of this stack map frame.
|
List<LocalVariableNode> |
MethodNode.localVariables
The local variables of this method.
|
List<MethodNode> |
ClassNode.methods
The methods of this class.
|
List<Object> |
FrameNode.stack
The types of the operand stack elements of this stack map frame.
|
List<TryCatchBlockNode> |
MethodNode.tryCatchBlocks
The try catch blocks of this method.
|
List<Object> |
AnnotationNode.values
The name value pairs of this annotation.
|
List<AnnotationNode> |
FieldNode.visibleAnnotations
The runtime visible annotations of this field.
|
List<AnnotationNode> |
MethodNode.visibleAnnotations
The runtime visible annotations of this method.
|
List<AnnotationNode> |
ClassNode.visibleAnnotations
The runtime visible annotations of this class.
|
List<AnnotationNode>[] |
MethodNode.visibleParameterAnnotations
The runtime visible parameter annotations of this method.
|
Modifier and Type | Field and Description |
---|---|
List<Object> |
Printer.text
The text to be printed.
|
Modifier and Type | Method and Description |
---|---|
List<Object> |
Printer.getText()
Returns the text constructed by this visitor.
|
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<PersistenceBackedObject<PermutationResult>> |
LibraryGroup.getPermutationResultHandlesInLinkOrder()
Returns the list of all permutation result handles (one per library) in library link order.
|
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 |
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.
|
void |
ConfigurationProperty.setValues(List<String> values) |
Constructor and Description |
---|
PropertyPermutations(PropertyPermutations allPermutations,
List<String[]> values)
Copy constructor that allows the list of property values to be reset.
|
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<String> |
ArtificialRescueChecker.collectReferencedTypes(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud)
Report all types named in
ArtificialRescue annotations in a CUD. |
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 the GWT AST types in this unit.
|
Modifier and Type | Method and Description |
---|---|
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<CompiledClass> compiledClasses) |
void |
JdtCompiler.UnitProcessor.process(CompilationUnitBuilder builder,
org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
List<CompiledClass> compiledClasses) |
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.
|
Modifier and Type | Field and Description |
---|---|
protected List<JNode> |
JDeclaredType.artificialRescues
The other nodes that this node should implicitly rescue.
|
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<JNode> |
JDeclaredType.getArtificialRescues() |
List<JTryStatement.CatchClause> |
JTryStatement.getCatchClauses() |
List<JClassLiteral> |
JNewArray.getClassLiterals()
Get the list of class literals that will be needed to support this
expression.
|
List<JDeclaredType> |
JProgram.getDeclaredTypes() |
List<JExpression> |
JReboundEntryPoint.getEntryCalls() |
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<JType> |
JMethod.getOriginalParamTypes() |
List<JMethod> |
JMethod.getOverrides()
Returns the transitive closure of all the methods this method overrides.
|
List<JParameter> |
JMethod.getParams()
Returns the parameters of this method.
|
List<String> |
JReboundEntryPoint.getResultTypes() |
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() |
List<JReferenceType> |
JProgram.getTypesByQueryId() |
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 |
JMethod.addOverrides(List<JMethod> toAdd)
Add methods that this method overrides.
|
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) |
static JNewArray |
JNewArray.createDims(SourceInfo info,
JArrayType arrayType,
List<JExpression> dims) |
static JNewArray |
JNewArray.createInitializers(SourceInfo info,
JArrayType arrayType,
List<JExpression> initializers) |
void |
JProgram.recordQueryIds(Map<JReferenceType,Integer> queryIdsByType,
List<JReferenceType> typesByQueryId) |
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,
List<JNode> resolvedRescues)
Resolves external references during AST stitching.
|
void |
JDeclaredType.resolve(List<JInterfaceType> resolvedInterfaces,
List<JNode> resolvedRescues)
Resolves external references during AST stitching.
|
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) |
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,
List<JClassLiteral> classLits) |
JNewArray(SourceInfo info,
JArrayType type,
List<JExpression> dims,
List<JExpression> initializers,
List<JClassLiteral> classLits) |
JNewArray(SourceInfo info,
JArrayType type,
List<JExpression> dims,
List<JExpression> initializers,
List<JClassLiteral> classLits) |
JReboundEntryPoint(SourceInfo info,
JReferenceType sourceType,
List<JClassType> resultTypes,
List<JExpression> entryCalls) |
JReboundEntryPoint(SourceInfo info,
JReferenceType sourceType,
List<JClassType> resultTypes,
List<JExpression> entryCalls) |
JTryStatement(SourceInfo info,
JBlock tryBlock,
List<JTryStatement.CatchClause> catchClauses,
JBlock finallyBlock)
Construct a Java try statement.
|
Modifier and Type | Field and Description |
---|---|
List<JsonObject.JsonPropInit> |
JsonObject.propInits |
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.
|
Constructor and Description |
---|
JMultiExpression(SourceInfo info,
List<JExpression> expressions)
Construct a multi expression containing
expressions . |
JsCastMap(SourceInfo sourceInfo,
List<JsCastMap.JsQueryType> queryTypes,
JClassType jsoType) |
Modifier and Type | Method and Description |
---|---|
List<OptimizerStats> |
OptimizerStats.getChildren()
Retrieves an immutable list of child stats objects.
|
protected <T extends JsVisitable> |
GenerateJavaScriptLiterals.popList(int count) |
List<JDeclaredType> |
GwtAstBuilder.process(org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration cud,
String sourceMapPath,
Map<org.eclipse.jdt.internal.compiler.ast.TypeDeclaration,org.eclipse.jdt.internal.compiler.lookup.Binding[]> artificialRescues,
Map<org.eclipse.jdt.internal.compiler.ast.MethodDeclaration,JsniMethod> jsniMethods,
Map<String,org.eclipse.jdt.internal.compiler.lookup.Binding> jsniRefs)
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) |
protected <T extends JsVisitable> |
GenerateJavaScriptLiterals.popList(List<T> collection,
int count) |
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 | Field and Description |
---|---|
protected List<String> |
JsNamer.blacklistedSuffixes |
Modifier and Type | Method and Description |
---|---|
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 | Method and Description |
---|---|
protected <T extends JsVisitable> |
JsSourceGenerationVisitorWithSizeBreakdown.doAcceptList(List<T> collection) |
protected <T extends JsVisitable> |
JsReportGenerationVisitor.doAcceptList(List<T> collection) |
protected <T extends JsVisitable> |
JsSourceGenerationVisitorWithSizeBreakdown.doAcceptWithInsertRemove(List<T> collection) |
protected <T extends JsVisitable> |
JsReportGenerationVisitor.doAcceptWithInsertRemove(List<T> collection) |
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,PathPrefix>> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets) |
List<Map<AbstractResource,PathPrefix>> |
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,PathPrefix>> |
DirectoryClassPathEntry.findApplicableResources(TreeLogger logger,
List<PathPrefixSet> pathPrefixSets) |
List<Map<AbstractResource,PathPrefix>> |
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> classPath)
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<Method> |
HostedModeClassRewriter.SingleJsoImplData.getDeclarations(String mangledName)
Returns the method declarations that should be generated for a given
mangled method name.
|
List<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> |
OptionModuleName.getModuleNames()
Returns the list of module names.
|
Modifier and Type | Method and Description |
---|---|
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) |
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 |
---|---|
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<ValueCommand> |
ArrayValueCommand.getComponentValues() |
List<SetCommand> |
InstantiateCommand.getSetters() |
List<SetCommand> |
InvokeCustomFieldSerializerCommand.getSetters() |
List<SetCommand> |
HasSetters.getSetters() |
List<ValueCommand> |
ReturnCommand.getValues() |
List<ValueCommand> |
InvokeCustomFieldSerializerCommand.getValues() |
List<ValueCommand> |
ThrowCommand.getValues() |
List<ValueCommand> |
HasValues.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
RpcCommandVisitor.accept(List<? extends RpcCommand> x) |
protected void |
RpcCommandVisitor.doAccept(List<? extends RpcCommand> x) |
Constructor and Description |
---|
ListCommandSink(List<RpcCommand> commands) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<String>> |
RpcDataArtifact.getOperableFields() |
Modifier and Type | Method and Description |
---|---|
void |
RpcDataArtifact.setFields(String className,
List<String> fields) |
Modifier and Type | Method and Description |
---|---|
List<ValueCommand> |
SimplePayloadDecoder.getValues()
Returns the values encoded in the payload.
|
Modifier and Type | Method and Description |
---|---|
void |
CommandServerSerializationStreamReader.prepareToRead(List<ValueCommand> commands) |
void |
WebModeClientOracle.Builder.setSerializableFields(String className,
List<String> fieldNames) |
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.