| Name | Description | Type | Package | Framework |
| AbstractLinker | Provides basic functions common to all Linker implementations. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| Artifact | A base type for all artifacts relating to the link process. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| ArtifactSet | Provides stable ordering and de-duplication of artifacts. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| BadPropertyValueException | Thrown when a deferred binding property contains an invalid value. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| BadTypeArgsException | Thrown when an invalid type is specified as part of a gwt. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| BinaryEmittedArtifact | A thinned down version of some EmittedArtifact. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| CachedGeneratorResult | An interface to represent the cached results from a previous generator invocation. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| CachedPropertyInformation | A container for saving lists of deferred-binding and configuration properties to be compared subsequently with a PropertyOracle. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| ClassDescriptor | A succinct code representation for classes. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| ClassMember | Represents a reference type, such as a class or interface, in the compiled output. | Interface | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| CompilationMetricsArtifact | Captures some metrics from the compile permutations step of the build. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| CompilationResult | Represents a unique compilation of the module. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| ConfigurationProperty | A named configuration (property, values) pair. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| ConfigurationProperty | Represents a configuration property. | Interface | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| DefaultConfigurationProperty | Default immutable implementation of ConfigurationProperty that receives its values in its constructor. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| DefaultSelectionProperty | Default immutable implementation of SelectionProperty that receives its values in its constructor. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| DelegatingCompilationResult | A delegate for CompilationResult intended for third party linkers that want to modify a compilation result. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| DelegatingGeneratorContext | An abstract generator context class which delegates all methods to a provided baseContext. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| DependencyGraphRecorder | Builds the model for the (new) soyc through reading method dependencies. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| EmittedArtifact | An artifact that will be emitted into the output. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| EmittedArtifact .Visibility | Describes the visibility of an artifact. | Class | com.google.gwt.core.ext.linker.EmittedArtifact | Google WebToolkit (GWT) |
|
| EntityDescriptor | The abstraction of any possible entity in the code that is register by soyc: classes, methods and fields. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| EntityDescriptor .Fragment | Stores the size contribution to each fragment for this entity. | Class | com.google.gwt.core.ext.soyc.coderef.EntityDescriptor | Google WebToolkit (GWT) |
|
| EntityDescriptorJsonTranslator | Serialize/Deserialize EntityDescriptor instances to/from json. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| EntityRecorder | Creates the entities artifacts for the new soyc. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| FieldDescriptor | Nested Class SummaryNested classes/interfaces inherited from class com. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| FieldMember | Represents a field in a Java type. | Interface | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| GeneratedResource | A resource created by a Generator invoking GeneratorContext. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| Generator | Generates source code for subclasses during deferred binding requests. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| GeneratorContext | Provides metadata to deferred binding generators. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| HasAnnotations | Interface implemented by elements that can have annotations. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| HasDependencies | | Interface | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| HasMetaData | | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| HasTypeParameters | Interface implemented by elements that can have can have type parameters, namely classes and methods. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| IncrementalGenerator | An extension to the Generator class which supports incremental generation. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| JAbstractMethod | Common interface for JMethod and JConstructor. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JAnnotationMethod | Method declared on an annotation type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JAnnotationType | Type representing an annotation type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JArrayType | Type representing a Java array. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JClassType | Type used to represent any non-primitive type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JConstructor | Represents a constructor declaration. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JEnumConstant | An enumeration constant declared in an enumerated type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JEnumType | Type representing a Java enumerated type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JField | Represents a field declaration. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JGenericType | Type declaration that has type parameters. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JMethod | Represents a method declaration. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JniConstants | Constants used with JNI type descriptors. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JPackage | Represents a logical package. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JParameter | Represents a parameter in a declaration. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JParameterizedType | Represents a parameterized type in a declaration. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JPrimitiveType | enum JPrimitiveTypeextends java. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JRawType | Represents a raw type; that is a generic type with no type arguments. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JRealClassType | Type representing a Java class or interface type that a user would declare. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JsoEval | Provides facilities for debuggers to call methods on Because devmode does extensive rewriting of JSO bytecode, debuggers can't | Class | com.google.gwt.core.ext.debug | Google WebToolkit (GWT) |
|
| JType | Super interface for types. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JTypeParameter | Represents one of the type parameters in a generic type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JWildcardType | Represents a wildcard type argument to a parameterized type. | Interface | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| JWildcardType .BoundType | Type of wildcard bound. | Class | com.google.gwt.core.ext.typeinfo.JWildcardType | Google WebToolkit (GWT) |
|
| Linker | Defines a linker for the GWT compiler. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| LinkerContext | Provides access to data about the linking process. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| LinkerOrder .Order | Allowable values for the LinkerOrder. | Class | com.google.gwt.core.ext.linker.LinkerOrder | Google WebToolkit (GWT) |
|
| Member | The Member type hierarchy represents structural or logical structures in the compiled output. | Interface | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| MemberDescriptor | Represents an abstract member, such as a field or a method. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| MethodDescriptor | Represents a method. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| MethodMember | Represents compiled JS code derived from a Java method. | Interface | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| ModuleMetricsArtifact | Captures some metrics from the module load and initial type oracle compileSee Also:Serialized Form | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| NonIncrementalGeneratorContext | A wrapper to access a base GeneratorContext instance but with generator result caching disabled. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| NotFoundException | Indicates that the requested type info element could not be found. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| PackageDescriptor | It contains all packages and they reference to classes ClassDescriptor. | Class | com.google.gwt.core.ext.soyc.coderef | Google WebToolkit (GWT) |
|
| ParseException | Indicates that a source declaration was not parsed successfully. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| PrecompilationMetricsArtifact | Captures some metrics from the precompilation step. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| PropertyOracle | Provides deferred binding property values. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| PropertyProviderGenerator | An interface for generating a property provider JS implementation, rather than having it defined in a module file. | Interface | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| PublicResource | A resource in the module's public path. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| Range | Represents a contiguous region of characters in the compiler output. | Class | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| RebindMode | enum RebindModeextends java. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| RebindResult | A class for returning the result of a rebind operation. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| RebindRuleResolver | An interface for encapsulating rebind rule resolution. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| ScriptReference | An external script file referenced in the module manifest. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| SelectionProperty | Represents a deferred binding property. | Interface | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| SelectionProperty | A named deferred binding (property, value) pair for use in generators. | Interface | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| ServletContainer | An instance of a servlet container that can be used by the shell. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| ServletContainerLauncher | Defines the service provider interface for launching servlet containers that can be used by the GWT development mode. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| Shardable | This annotation, when placed on a Linker class, indicates that the linker supports the shardable version of the Linker | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| SoftPermutation | Represents a permutation of collapsed deferred-binding property values. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| SourceMappingWriter | | Class | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| SourceMapRecorder | Creates Closure Compatible SourceMaps. | Class | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| SourceNameComparator | | Class | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| StatementRanges | | Interface | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| Story | Represents a (possibly disjoint) region of the JavaScript output for which metadata is available. | Interface | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| StubGeneratorContext | An abstract generator context class which by default throws UnsupportedOperationException for all methods. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| StylesheetReference | An external stylesheet referenced in the module manifest. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| SubsetFilteringPropertyOracle | A property oracle that prevents access to any properties not named in its predefined set. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| SymbolData | Provides basic information about symbols in the generated JavaScript. | Interface | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| SymbolData .ClassIdentComparator | A Comparator for use when presenting the data to humans. | Class | com.google.gwt.core.ext.linker.SymbolData | Google WebToolkit (GWT) |
|
| SyntheticArtifact | Artifacts created by AbstractLinker. | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| Transferable | An artifact marked with this annotation is passed through a compilation all the way to the final call to | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| TreeLogger | An interface used to log messages in deferred binding generators. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |
|
| TreeLogger .HelpInfo | Provides extra information to the user, generally details of what caused the problem or what the user should do to fix the problem. | Class | com.google.gwt.core.ext.TreeLogger | Google WebToolkit (GWT) |
|
| TreeLogger .Type | A type-safe enum of all possible logging severity types. | Class | com.google.gwt.core.ext.TreeLogger | Google WebToolkit (GWT) |
|
| TypeAndSourceNameComparator | | Class | com.google.gwt.core.ext.soyc | Google WebToolkit (GWT) |
|
| TypeIndexedSet | | Class | com.google.gwt.core.ext.linker | Google WebToolkit (GWT) |
|
| TypeIndexedSet .TypeIndex | | Class | com.google.gwt.core.ext.linker.TypeIndexedSet | Google WebToolkit (GWT) |
|
| TypeOracle | Provides type-related information about a set of source files. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| TypeOracleException | The superclass of exceptions thrown by TypeOracle. | Class | com.google.gwt.core.ext.typeinfo | Google WebToolkit (GWT) |
|
| UnableToCompleteException | Used to indicate that some part of a multi-step process failed. | Class | com.google.gwt.core.ext | Google WebToolkit (GWT) |