Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Com.google.gwt.core.ext Classes and Interfaces - 106 results found.
NameDescriptionTypePackageFramework
AbstractLinkerProvides basic functions common to all Linker implementations.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
ArtifactA base type for all artifacts relating to the link process.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
ArtifactSetProvides stable ordering and de-duplication of artifacts.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
BadPropertyValueExceptionThrown when a deferred binding property contains an invalid value.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
BadTypeArgsExceptionThrown when an invalid type is specified as part of a gwt.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
BinaryEmittedArtifact A thinned down version of some EmittedArtifact.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
CachedGeneratorResultAn interface to represent the cached results from a previous generator invocation.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
CachedPropertyInformationA container for saving lists of deferred-binding and configuration properties to be compared subsequently with a PropertyOracle.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
ClassDescriptorA succinct code representation for classes.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
ClassMemberRepresents a reference type, such as a class or interface, in the compiled output.Interfacecom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
CompilationMetricsArtifactCaptures some metrics from the compile permutations step of the build.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
CompilationResultRepresents a unique compilation of the module.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
ConfigurationPropertyA named configuration (property, values) pair.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
ConfigurationPropertyRepresents a configuration property.Interfacecom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
DefaultConfigurationPropertyDefault immutable implementation of ConfigurationProperty that receives its values in its constructor.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
DefaultSelectionPropertyDefault immutable implementation of SelectionProperty that receives its values in its constructor.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
DelegatingCompilationResultA delegate for CompilationResult intended for third party linkers that want to modify a compilation result.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
DelegatingGeneratorContextAn abstract generator context class which delegates all methods to a provided baseContext.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
DependencyGraphRecorderBuilds the model for the (new) soyc through reading method dependencies.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
EmittedArtifactAn artifact that will be emitted into the output.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
EmittedArtifact .VisibilityDescribes the visibility of an artifact.Classcom.google.gwt.core.ext.linker.EmittedArtifactGoogle WebToolkit (GWT)
EntityDescriptorThe abstraction of any possible entity in the code that is register by soyc: classes, methods and fields.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
EntityDescriptor .FragmentStores the size contribution to each fragment for this entity.Classcom.google.gwt.core.ext.soyc.coderef.EntityDescriptorGoogle WebToolkit (GWT)
EntityDescriptorJsonTranslatorSerialize/Deserialize EntityDescriptor instances to/from json.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
EntityRecorderCreates the entities artifacts for the new soyc.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
FieldDescriptorNested Class SummaryNested classes/interfaces inherited from class com.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
FieldMemberRepresents a field in a Java type.Interfacecom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
GeneratedResourceA resource created by a Generator invoking GeneratorContext.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
GeneratorGenerates source code for subclasses during deferred binding requests.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
GeneratorContextProvides metadata to deferred binding generators.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
HasAnnotationsInterface implemented by elements that can have annotations.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
HasDependenciesInterfacecom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
HasMetaDataInterfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
HasTypeParametersInterface implemented by elements that can have can have type parameters, namely classes and methods.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
IncrementalGeneratorAn extension to the Generator class which supports incremental generation.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
JAbstractMethodCommon interface for JMethod and JConstructor.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JAnnotationMethodMethod declared on an annotation type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JAnnotationTypeType representing an annotation type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JArrayTypeType representing a Java array.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JClassTypeType used to represent any non-primitive type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JConstructorRepresents a constructor declaration.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JEnumConstantAn enumeration constant declared in an enumerated type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JEnumTypeType representing a Java enumerated type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JFieldRepresents a field declaration.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JGenericTypeType declaration that has type parameters.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JMethodRepresents a method declaration.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JniConstantsConstants used with JNI type descriptors.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JPackageRepresents a logical package.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JParameterRepresents a parameter in a declaration.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JParameterizedTypeRepresents a parameterized type in a declaration.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JPrimitiveTypeenum JPrimitiveTypeextends java.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JRawTypeRepresents a raw type; that is a generic type with no type arguments.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JRealClassTypeType representing a Java class or interface type that a user would declare.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JsoEvalProvides facilities for debuggers to call methods on Because devmode does extensive rewriting of JSO bytecode, debuggers can'tClasscom.google.gwt.core.ext.debugGoogle WebToolkit (GWT)
JTypeSuper interface for types.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JTypeParameterRepresents one of the type parameters in a generic type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JWildcardTypeRepresents a wildcard type argument to a parameterized type.Interfacecom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
JWildcardType .BoundTypeType of wildcard bound.Classcom.google.gwt.core.ext.typeinfo.JWildcardTypeGoogle WebToolkit (GWT)
LinkerDefines a linker for the GWT compiler.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
LinkerContextProvides access to data about the linking process.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
LinkerOrder .OrderAllowable values for the LinkerOrder.Classcom.google.gwt.core.ext.linker.LinkerOrderGoogle WebToolkit (GWT)
MemberThe Member type hierarchy represents structural or logical structures in the compiled output.Interfacecom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
MemberDescriptorRepresents an abstract member, such as a field or a method.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
MethodDescriptorRepresents a method.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
MethodMemberRepresents compiled JS code derived from a Java method.Interfacecom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
ModuleMetricsArtifactCaptures some metrics from the module load and initial type oracle compileSee Also:Serialized FormClasscom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
NonIncrementalGeneratorContextA wrapper to access a base GeneratorContext instance but with generator result caching disabled.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
NotFoundExceptionIndicates that the requested type info element could not be found.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
PackageDescriptorIt contains all packages and they reference to classes ClassDescriptor.Classcom.google.gwt.core.ext.soyc.coderefGoogle WebToolkit (GWT)
ParseExceptionIndicates that a source declaration was not parsed successfully.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
PrecompilationMetricsArtifactCaptures some metrics from the precompilation step.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
PropertyOracleProvides deferred binding property values.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
PropertyProviderGeneratorAn interface for generating a property provider JS implementation, rather than having it defined in a module file.Interfacecom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
PublicResourceA resource in the module's public path.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
RangeRepresents a contiguous region of characters in the compiler output.Classcom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
RebindModeenum RebindModeextends java.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
RebindResultA class for returning the result of a rebind operation.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
RebindRuleResolverAn interface for encapsulating rebind rule resolution.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
ScriptReferenceAn external script file referenced in the module manifest.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
SelectionPropertyRepresents a deferred binding property.Interfacecom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
SelectionPropertyA named deferred binding (property, value) pair for use in generators.Interfacecom.google.gwt.core.extGoogle WebToolkit (GWT)
ServletContainerAn instance of a servlet container that can be used by the shell.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
ServletContainerLauncherDefines the service provider interface for launching servlet containers that can be used by the GWT development mode.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
ShardableThis annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the LinkerClasscom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
SoftPermutationRepresents a permutation of collapsed deferred-binding property values.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
SourceMappingWriterClasscom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
SourceMapRecorderCreates Closure Compatible SourceMaps.Classcom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
SourceNameComparatorClasscom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
StatementRangesInterfacecom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
StoryRepresents a (possibly disjoint) region of the JavaScript output for which metadata is available.Interfacecom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
StubGeneratorContextAn abstract generator context class which by default throws UnsupportedOperationException for all methods.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
StylesheetReferenceAn external stylesheet referenced in the module manifest.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
SubsetFilteringPropertyOracleA property oracle that prevents access to any properties not named in its predefined set.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
SymbolDataProvides basic information about symbols in the generated JavaScript.Interfacecom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
SymbolData .ClassIdentComparatorA Comparator for use when presenting the data to humans.Classcom.google.gwt.core.ext.linker.SymbolDataGoogle WebToolkit (GWT)
SyntheticArtifactArtifacts created by AbstractLinker.Classcom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
TransferableAn artifact marked with this annotation is passed through a compilation all the way to the final call toClasscom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
TreeLoggerAn interface used to log messages in deferred binding generators.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)
TreeLogger .HelpInfoProvides extra information to the user, generally details of what caused the problem or what the user should do to fix the problem.Classcom.google.gwt.core.ext.TreeLoggerGoogle WebToolkit (GWT)
TreeLogger .TypeA type-safe enum of all possible logging severity types.Classcom.google.gwt.core.ext.TreeLoggerGoogle WebToolkit (GWT)
TypeAndSourceNameComparatorClasscom.google.gwt.core.ext.soycGoogle WebToolkit (GWT)
TypeIndexedSetClasscom.google.gwt.core.ext.linkerGoogle WebToolkit (GWT)
TypeIndexedSet .TypeIndexClasscom.google.gwt.core.ext.linker.TypeIndexedSetGoogle WebToolkit (GWT)
TypeOracleProvides type-related information about a set of source files.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
TypeOracleExceptionThe superclass of exceptions thrown by TypeOracle.Classcom.google.gwt.core.ext.typeinfoGoogle WebToolkit (GWT)
UnableToCompleteExceptionUsed to indicate that some part of a multi-step process failed.Classcom.google.gwt.core.extGoogle WebToolkit (GWT)