Modifier and Type | Class and Description |
---|---|
class |
AutocompleteValue
Property enum for 'aria-autocomplete' values.
|
class |
CheckedValue
State enum for 'aria-checked' values.
|
class |
DropeffectValue
Property enum for 'aria-dropeffect' values.
|
class |
ExpandedValue
State enum for 'aria-expanded' values.
|
class |
GrabbedValue
State enum for 'aria-grabbed' values.
|
class |
InvalidValue
State enum for 'aria-invalid' values.
|
class |
LiveValue
Property enum for 'aria-live' values.
|
class |
OrientationValue
Property enum for 'aria-orientation' values.
|
class |
PressedValue
State enum for 'aria-pressed' values.
|
class |
RelevantValue
Property enum for 'aria-relevant' values.
|
class |
SelectedValue
State enum for 'aria-selected' values.
|
class |
SortValue
Property enum for 'aria-sort' values.
|
Modifier and Type | Class and Description |
---|---|
static class |
Context2d.Composite
Enum for composite style.
|
static class |
Context2d.LineCap
Enum for line-cap style.
|
static class |
Context2d.LineJoin
Enum for line-join style.
|
static class |
Context2d.Repetition
Enum for the repetition values.
|
static class |
Context2d.TextAlign
Enum for text align style.
|
static class |
Context2d.TextBaseline
Enum for text baseline style.
|
Modifier and Type | Class and Description |
---|---|
static class |
ButtonCellBase.Decoration
The decoration applied to the button.
|
Modifier and Type | Class and Description |
---|---|
static class |
CodeGenContext.AbortCodeGenException
An exception which can be thrown by a code generator to abort - callers of
code generators should catch this exception.
|
protected static class |
StringGenerator.Type
Type of expression being processed.
|
Modifier and Type | Class and Description |
---|---|
class |
CodeDownloadException
Exception indicating an interruption while downloading resources.
|
static class |
CodeDownloadException.Reason
Reason codes for the interruption of code down load.
|
class |
JavaScriptException
Any JavaScript exceptions occurring within JSNI methods are wrapped as this
class when caught in Java code.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaScriptExceptionBase
A helper to super-source just the parent constructor call that doesn't exist in Java6.
|
class |
SerializableThrowable
Deprecated.
use
SerializableThrowable instead. |
static class |
SerializableThrowable.ThrowableWithClassName
Deprecated.
use com.google.gwt.core.client.SerializableThrowable instead.
|
Modifier and Type | Class and Description |
---|---|
class |
BadPropertyValueException
Thrown when a deferred binding property contains an invalid value.
|
class |
CachedPropertyInformation
A container for saving lists of deferred-binding and configuration properties
to be compared subsequently with a PropertyOracle.
|
class |
RebindMode
A mode to indicate how incremental generator output should be integrated by
the deferred binding implementation.
|
static class |
TreeLogger.Type
A type-safe enum of all possible logging severity types.
|
class |
UnableToCompleteException
Used to indicate that some part of a multi-step process failed.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Serializable> |
RebindResult.getClientDataMap()
Returns a map containing all client data added to this result.
|
Modifier and Type | Method and Description |
---|---|
void |
RebindResult.putClientData(String key,
Serializable data)
Adds keyed, serializable data to a rebind result.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SymbolData
Provides basic information about symbols in the generated JavaScript.
|
Modifier and Type | Class and Description |
---|---|
class |
Artifact<C extends Artifact<C>>
A base type for all artifacts relating to the link process.
|
class |
ArtifactSet
Provides stable ordering and de-duplication of artifacts.
|
class |
BinaryEmittedArtifact
A thinned down version of some
EmittedArtifact . |
class |
CompilationMetricsArtifact
Captures some metrics from the compile permutations step of the build.
|
class |
CompilationResult
Represents a unique compilation of the module.
|
class |
DelegatingCompilationResult
A delegate for
CompilationResult intended for third party linkers
that want to modify a compilation result. |
class |
EmittedArtifact
An artifact that will be emitted into the output.
|
static class |
EmittedArtifact.Visibility
Describes the visibility of an artifact.
|
class |
GeneratedResource
A resource created by a Generator invoking
GeneratorContext.tryCreateResource(com.google.gwt.core.ext.TreeLogger, String)
during the compilation process. |
static class |
LinkerOrder.Order
Allowable values for the LinkerOrder.
|
class |
ModuleMetricsArtifact
Captures some metrics from the module load and initial type oracle compile
step.
|
class |
PrecompilationMetricsArtifact
Captures some metrics from the precompilation step.
|
class |
PublicResource
A resource in the module's public path.
|
class |
ScriptReference
An external script file referenced in the module manifest.
|
class |
SoftPermutation
Represents a permutation of collapsed deferred-binding property values.
|
class |
StylesheetReference
An external stylesheet referenced in the module manifest.
|
static class |
SymbolData.ClassIdentComparator
A Comparator for use when presenting the data to humans.
|
class |
SyntheticArtifact
Artifacts created by
AbstractLinker . |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOnlyArtifactWrapper
A wrapper around an emitted artifact that only allows reading the artifact's
path and its binary contents.
|
class |
JarEntryEmittedArtifact
A
BinaryEmittedArtifact that reads a jar entry. |
protected static class |
PermutationsUtil.PermutationId
This represents the combination of a unique content hash (i.e.
|
class |
PropertiesMappingArtifact
Artifact that contains a mapping from deferred binding properties to a string (which typically
represents another artifact).
|
class |
SelectionInformation
Used by
SelectionScriptLinker to hold selection information about an
individual compiled permutation. |
class |
StandardCompilationResult
The standard implementation of
CompilationResult . |
class |
StandardGeneratedResource
The standard implementation of
GeneratedResource . |
class |
StandardPublicResource
The standard implementation of
PublicResource . |
class |
StandardScriptReference
The standard implementation of
ScriptReference . |
class |
StandardSoftPermutation
The standard implementation of
SoftPermutation . |
class |
StandardStatementRanges
The standard implementation of
StatementRanges . |
class |
StandardStylesheetReference
The standard implementation of
StylesheetReference . |
class |
StandardSymbolData
An immutable implementation of SymbolData.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ClassMember
Represents a reference type, such as a class or interface, in the compiled
output.
|
interface |
FieldMember
Represents a field in a Java type.
|
interface |
Member
The Member type hierarchy represents structural or logical structures in the
compiled output.
|
interface |
MethodMember
Represents compiled JS code derived from a Java method.
|
interface |
Story
Represents a (possibly disjoint) region of the JavaScript output for which
metadata is available.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMember
Provides implementation of common Member functions.
|
class |
AbstractMemberWithDependencies
Provides a common implementation of HasDependencies.
|
static class |
DependencyRecorder.NestedIOException
DependencyRecorder is not allowed to throw checked exceptions, because if
it did then
CodeSplitter and
ControlFlowAnalyzer would throw exceptions all over the place. |
class |
StandardClassMember
An implementation of ClassMember.
|
class |
StandardFieldMember
An implementation of FieldMember.
|
class |
StandardMethodMember
An implementation of MethodMember.
|
class |
StoryImpl
An implementation of the Story interface.
|
class |
StoryImplComparator
Exists as a real class to allow TreeMaps to be serialized.
|
Modifier and Type | Class and Description |
---|---|
class |
BadTypeArgsException
Thrown when an invalid type is specified as part of a
gwt.typeArgs tag within a doc comment. |
static class |
JWildcardType.BoundType
Type of wildcard bound.
|
class |
NotFoundException
Indicates that the requested type info element could not be found.
|
class |
TypeOracleException
The superclass of exceptions thrown by
TypeOracle . |
Modifier and Type | Class and Description |
---|---|
static class |
SymbolMapsLinker.ScriptFragmentEditsArtifact
Artifact to record insertions or deletions made to Javascript fragments.
|
static class |
SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit
Operation type performed on script.
|
static class |
SymbolMapsLinker.SourceMapArtifact
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.
|
Modifier and Type | Class and Description |
---|---|
class |
GwtServletBase
Base servlet for GWT server-side code which extracts properties from the
request and sets them for this thread.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
CompileOnePerm.CompileOnePermOptions
Options for CompilePerm.
|
static interface |
CompilePerms.CompilePermsOptions
Options for CompilePerms.
|
interface |
CompilerOptions
The complete set of options for the GWT compiler.
|
static interface |
DevMode.HostedModeOptions
Handles the -superDevMode command line flag.
|
protected static interface |
DevModeBase.HostedModeBaseOptions
Base options for dev mode.
|
interface |
PrecompilationResult
A result of running
Precompile . |
static interface |
PrecompileOnePerm.PrecompileOnePermOptions
The set of options for the precompiler.
|
interface |
PrecompileTaskOptions
The set of options for the Precompiler.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerOptionsImpl
Concrete class to implement compiler process, precompile task and compile task options.
|
protected static class |
DevMode.HostedModeOptionsImpl
Concrete class to implement all hosted mode options.
|
protected static class |
DevModeBase.HostedModeBaseOptionsImpl
Concrete class to implement all hosted mode base options.
|
class |
GwtCreateMap
A map from GWT.create() arguments to the types that will be constructed.
|
static class |
IncrementalBuilder.BuildResultStatus
Represents a combination of whether a build succeeded and whether output changed.
|
class |
MinimalRebuildCache
MinimalRebuildCache contains compiler information that can be persisted between compiles to
decrease compilation time.
|
class |
ModulePanel
A panel which represents a single module session.
|
class |
ModuleTabPanel
A panel which contains all modules in one browser tab.
|
class |
NullRebuildCache
A MinimalRebuildCache that ignores all interaction.
|
class |
Permutation
Represents the state of a single permutation for compile.
|
class |
Precompilation
The result of compilation phase 1, includes a unified AST and metadata
relevant to each permutation.
|
class |
PrecompileTaskOptionsImpl
Concrete class to implement both precompile and compile task options.
|
class |
RebindCache
A cache for storing
CachedGeneratorResult entries. |
class |
TransientWorkerException
Indicates that a PermutationWorker failed to complete its assignment, but
that the permutation should be retried on another worker.
|
class |
WebServerPanel |
Modifier and Type | Class and Description |
---|---|
class |
BindingProperty
Represents a single named deferred binding or configuration property that can
answer with its value.
|
class |
BindingProps
Contains the values of binding properties for a soft permutation.
|
class |
CompoundCondition
Abstract base class for various kinds of compound deferred binding
conditions.
|
class |
Condition
Abstract base class for various kinds of deferred binding conditions.
|
class |
ConditionAll
A compound condition that is only satisfied if all of its children are
satisfied.
|
class |
ConditionAny
A compound condition that is satisfied if any of its children are satisfied.
|
class |
ConditionNone
A compound condition that is only satisfied if all of its children are
unsatisfied.
|
class |
Conditions
A typed collection of
Condition objects. |
class |
ConditionWhenLinkerAdded
Deprecated.
|
class |
ConditionWhenPropertyIs
A deferred binding condition to determine whether a named property has a
particular value.
|
class |
ConditionWhenTypeAssignableTo
A deferred binding condition to determine whether the type being rebound is
assignment-compatible with a particular type.
|
class |
ConditionWhenTypeIs
A deferred binding condition to determine whether the type being rebound is
exactly a particular type.
|
class |
ConfigProps
The compiler's representation of a set of configuration properties.
|
class |
ConfigurationProperty
Represents a module property which does not impact deferred-binding
decisions.
|
static class |
Libraries.IncompatibleLibraryVersionException
Indicates that an attempt to load a library failed because the version in the provided data did
not match the version required by current code.
|
static class |
LibraryGroup.CollidingCompilationUnitException
An exception that indicates that a single Compilation Unit is being provided by more than one
library.
|
static class |
LibraryGroup.DuplicateLibraryNameException
An exception that indicates that more than one library has the same name, thus making name
based references ambiguous.
|
static class |
LibraryGroup.UnresolvedLibraryException
An exception that indicates that some library was referenced as a dependency but was not
provided to the compiler.
|
static class |
ModuleDef.ModuleType
Marks a module in a way that can be used to calculate the effective bounds of a library module
in a module tree.
|
class |
Property
Represents an abstract module property.
|
class |
PropertyProvider
Produces a deferred binding property value by executing JavaScript code.
|
Modifier and Type | Class and Description |
---|---|
static class |
JobEvent.CompileStrategy
The approach taken to do the compile.
|
static class |
JobEvent.Status
Defines the lifecycle of a job.
|
Modifier and Type | Class and Description |
---|---|
class |
CachedCompilationUnit
A convenient way to serialize a .
|
class |
CachedGeneratorResultImpl
An implementation class to represent the cached results from a previous
generator invocation.
|
class |
CompilationErrorsIndexImpl
A mutable and serializable CompilationErrorsIndex.
|
class |
CompilationUnit
Encapsulates the state of a single active compilation unit in a particular
module.
|
class |
CompilationUnitArchive
This class represents a file that contains
CachedCompilationUnit s
that make up a module. |
class |
CompiledClass
Encapsulates the state of a single compiled class file.
|
class |
GWTProblem
A problem specific to compiling for GWT.
|
protected static class |
MemoryUnitCache.UnitOrigin
Track how the unit was loaded.
|
class |
MethodArgNamesLookup
Keeps track of method argument names that cannot be read from just the
bytecode.
|
class |
SerializableCategorizedProblem
Provides a way to serialize a
CategorizedProblem . |
Constructor and Description |
---|
CachedGeneratorResultImpl(String resultTypeName,
ArtifactSet artifacts,
Map<String,GeneratedUnit> generatedUnitMap,
long timeGenerated,
Map<String,Serializable> clientDataMap) |
Modifier and Type | Class and Description |
---|---|
static class |
CollectClassData.ClassType
Type of this class.
|
Modifier and Type | Class and Description |
---|---|
static class |
LibraryTypeOracle.UnsupportedTypeOracleAccess
An exception indicating that the Library flavor of TypeOracle does not support the requested
behavior.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PermutationResult
An extensible return type for the results of compiling a single permutation.
|
interface |
SourceInfo
Tracks file and line information for AST nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerIoException
Indicates the compiler encountered an IO failure.
Generally speaking the exception is fatal and should not be caught except at the top level. |
class |
Correlation
Each SourceInfo may define one or more axes by which it can be correlated
with other SourceInfo objects.
|
static class |
Correlation.Axis
The axes on which we'll want to pivot the SourceInfo data-set.
|
static class |
Correlation.Literal
Specifies the type of literal value.
|
class |
CorrelationFactory
A
Correlation factory. |
static class |
CorrelationFactory.DummyCorrelationFactory
A dummy factory that always returns
null . |
static class |
CorrelationFactory.RealCorrelationFactory
A real factory that returns new
Correlations . |
class |
InternalCompilerException
Indicates the compiler encountered an unexpected and unsupported state of
operation.
|
class |
JJSOptionsImpl
Concrete class to implement all JJS options.
|
class |
JsOutputOption
Possibly options for JavaScript output format.
|
class |
SourceInfoCorrelation
Tracks file and line information for AST nodes.
|
class |
SourceOrigin
Describes where a SourceInfo's node came from.
|
class |
UnifiedAst
Represents a unified, non-permutation specific AST.
|
static class |
UnifiedAst.AST
Encapsulates the combined programs.
|
Modifier and Type | Field and Description |
---|---|
protected Serializable |
Correlation.astReference
This may contain a reference to either a Java or Js AST node.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessModifier
The Java access modifiers.
|
class |
JAbsentArrayDimension
Represents an array dimension that was not specified in an array
instantiation expression.
|
class |
JAbstractMethodBody
Represents a the body of a method.
|
class |
JArrayLength
Java array length expression.
|
class |
JArrayRef
Java array reference expression.
|
class |
JArrayType
Instances are shared.
|
class |
JAssertStatement
Java assert statement.
|
class |
JBinaryOperation
Binary operator expression.
|
class |
JBinaryOperator
For precedence indices, see the Java Programming Language, 4th Edition, p.
|
class |
JBlock
A list of
JStatements . |
class |
JBooleanLiteral
Java boolean literal expression.
|
class |
JBreakStatement
Java break statement.
|
class |
JCaseStatement
Java case statement.
|
class |
JCastMap
A low-level node representing a castable type map.
|
class |
JCastOperation
Java cast expression.
|
class |
JCharLiteral
Java character literal expression.
|
class |
JClassLiteral
Java class literal expression.
|
class |
JClassType
Java class type reference expression.
|
class |
JConditional
Conditional expression.
|
class |
JConstructor
A Java constructor method.
|
class |
JContinueStatement
Java continue statement.
|
class |
JDeclarationStatement
Java initialized local variable statement.
|
class |
JDeclaredType
Base class for any declared type.
|
static class |
JDeclaredType.JsInteropType
The type of JsType this can be: NONE, NO_PROTOTYPE, JS_PROTOTYPE, NATIVE_PROTOTYPE (e.g.
|
class |
JDoStatement
Java do statement.
|
class |
JDoubleLiteral
Java double literal expression.
|
class |
JEnumField
A field that is an enum constant.
|
class |
JEnumType
Java enum type reference expression.
|
class |
JExpression
Base class for all Java expressions.
|
class |
JExpressionStatement
Represents a statement that is an expression.
|
class |
JField
Java field definition.
|
static class |
JField.Disposition
Determines whether the variable is final, volatile, or neither.
|
class |
JFieldRef
Java field reference expression.
|
class |
JFloatLiteral
Java literal typed as a float.
|
class |
JForStatement
AST node representing a Java
for statement. |
class |
JGwtCreate
Represents a GWT.create() call before deferred binding decisions are
finalized.
|
class |
JIfStatement
Java if statement.
|
class |
JInstanceOf
Java instance of expression.
|
class |
JInterfaceType
Java interface type definition.
|
class |
JIntLiteral
Java integer literal expression.
|
class |
JLabel
Should we have a JLabelRef also?
|
class |
JLabeledStatement
Java statement that has an associated label.
|
class |
JLiteral
Base class for any Java literal expression.
|
class |
JLocal
Java local variable definition.
|
class |
JLocalRef
Java local variable reference.
|
class |
JLongLiteral
Java literal expression that evaluates to a Long.
|
class |
JMethod
A Java method implementation.
|
static class |
JMethod.Specialization
AST representation of @SpecializeMethod.
|
class |
JMethodBody
Represents a the body of a method.
|
class |
JMethodCall
Java method call expression.
|
class |
JNameOf
An AST node whose evaluation results in the string name of its node.
|
class |
JNewArray
New array expression.
|
class |
JNewInstance
A new instance expression.
|
class |
JNode
Base class for all visitable AST nodes.
|
class |
JNonNullType
A type including all the values in some other type except for
null . |
class |
JNullLiteral
Java null literal expression.
|
class |
JNullType
Java null reference type.
|
class |
JNumericEntry
A place order a numeric value in the AST.
|
class |
JParameter
Java method parameter definition.
|
class |
JParameterRef
Java method parameter reference expression.
|
class |
JPostfixOperation
Java postfix operation expression.
|
class |
JPrefixOperation
Java prefix operation expression.
|
class |
JPrimitiveType
Base class for all Java primitive types.
|
class |
JProgram
Root for the AST representing an entire Java program.
|
class |
JReferenceType
Base class for any reference type.
|
class |
JReturnStatement
Java method return statement.
|
class |
JRunAsync
Represents a GWT.runAsync() call.
|
class |
JRuntimeTypeReference
An AST node whose evaluation results in a runtime type reference of its node.
|
class |
JStatement
Java program statement.
|
class |
JStringLiteral
Java literal expression that evaluates to a string.
|
class |
JSwitchStatement
Java switch statement.
|
class |
JThisRef
Java method this (or super) expression.
|
class |
JThrowStatement
Java throw expression.
|
class |
JTryStatement
Java try statement.
|
static class |
JTryStatement.CatchClause
Represents the catch clause parts of the try statement.
|
class |
JType
Base class for any types entity.
|
class |
JTypeOracle
Oracle that can answer questions regarding the types in a program.
|
static class |
JTypeOracle.ImmediateTypeRelations
All authorative information about the current program.
|
static class |
JTypeOracle.StandardTypes
A collection of types that are required to correctly run JTypeOracle.
|
class |
JUnaryOperation
Java prefix or postfix operation expression.
|
class |
JUnaryOperator
An enumeration of the available unary operators.
|
class |
JValueLiteral
Base class for any Java literal expression.
|
class |
JVariable
Base class for any storage location.
|
class |
JVariableRef
Base class for any reference to a
JVariable derived class. |
class |
JWhileStatement
Java while statement.
|
Modifier and Type | Class and Description |
---|---|
class |
JDebuggerStatement
Represents a JavaScript debugger statement.
|
class |
JMultiExpression
Represents multiple ordered expressions as a single compound expression.
|
class |
JsniClassLiteral
JSNI reference to a Java class literal.
|
class |
JsniFieldRef
JSNI reference to a Java field.
|
class |
JsniMethodBody
Represents a the body of a method.
|
class |
JsniMethodRef
A call to a JSNI method.
|
class |
JsonArray
A JSON-style list of JS expressions.
|
Modifier and Type | Class and Description |
---|---|
static class |
ImplementClassLiteralsAsFields.ClassLiteralFactoryMethod
Class used to construct invocations to class literal factory methods.
|
static class |
ResolveRuntimeTypeReferences.TypeOrder
Identifies a way of sorting types when generating ids.
|
class |
TypeCategory
TypeCategory classifies Java types into different categories.
|
Modifier and Type | Class and Description |
---|---|
class |
ClosureJsAst
Maps the JavaScript AST to a Closure Compiler input source.
|
static class |
JsNamer.IllegalNameException
Indicates the presence of a naming problem that prevents further compilation.
|
class |
JsNamespaceOption
An option that controls how the GWT compiler splits up JavaScript globals
into namespaces.
|
class |
JsParserException
Indicates inability to parse JavaScript source.
|
static class |
JsStackEmulator.StackMode
Corresponds to property compiler.stackMode in EmulateJsStack.gwt.xml
module.
|
Modifier and Type | Class and Description |
---|---|
class |
JsArrayAccess
Represents a javascript expression for array access.
|
class |
JsArrayLiteral
Represents a JavaScript expression for array literals.
|
class |
JsBinaryOperation
Represents a JavaScript binary operation.
|
class |
JsBinaryOperator
Represents the operator in a JavaScript binary operation.
|
class |
JsBlock
Represents a JavaScript block statement.
|
class |
JsBooleanLiteral
Represents a JavaScript literal boolean expression.
|
class |
JsBreak
Represents the JavaScript break statement.
|
class |
JsCase
Represents the JavaScript case statement.
|
class |
JsCatch
Represents a JavaScript catch clause.
|
class |
JsCatchScope
A special scope used only for catch blocks.
|
class |
JsConditional
Represents a JavaScript conditional expression.
|
class |
JsContinue
Represents the JavaScript continue statement.
|
class |
JsDebugger
Represents a JavaScript debugger statement.
|
class |
JsDefault
Represents the default option in a JavaScript swtich statement.
|
class |
JsDoWhile
Represents a JavaScript do..while statement.
|
class |
JsEmpty
Represents an empty statement in JavaScript.
|
class |
JsExpression
An abstract base class for all JavaScript expressions.
|
class |
JsExprStmt
Represents a JavaScript expression statement.
|
class |
JsFor
A
for statement. |
class |
JsForIn
Represents a JavaScript for..in statement.
|
class |
JsFunction
Represents a JavaScript function expression.
|
class |
JsGlobalBlock
Represnts a JavaScript block in the global scope.
|
class |
JsIf
Represents a JavaScript if statement.
|
class |
JsInvocation
Represents a JavaScript invocation.
|
class |
JsLabel
Represents a JavaScript label statement.
|
class |
JsLiteral
A JavaScript string literal expression.
|
class |
JsName
A named JavaScript object.
|
class |
JsNameOf
An AST node whose evaluation results in the string name of its node.
|
class |
JsNameRef
Represents a JavaScript expression that references a name.
|
class |
JsNestingScope
A normal scope that has a parent and children.
|
class |
JsNew
Represents the JavaScript new expression.
|
class |
JsNode
Base class for all JS AST elements.
|
class |
JsNormalScope
A normal scope that has a parent and children.
|
class |
JsNullLiteral
A JavaScript null literal.
|
class |
JsNumberLiteral
Represents a JavaScript literal decimal expression.
|
class |
JsNumericEntry
Represent an index that can be replacable by the compiler at compile time.
|
class |
JsObjectLiteral
A JavaScript object literal.
|
class |
JsParameter
A JavaScript parameter.
|
class |
JsPositionMarker
Represents the starting boundary for statements that make up one class.
|
static class |
JsPositionMarker.Type
Categories of markers that can be placed in a JS AST.
|
class |
JsPostfixOperation
A JavaScript postfix operation.
|
class |
JsPrefixOperation
A JavaScript prefix operation.
|
class |
JsProgram
A JavaScript program.
|
class |
JsProgramFragment
One independently loadable fragment of a
JsProgram . |
class |
JsPropertyInitializer
Used in object literals to specify property values by name.
|
class |
JsRegExp
A JavaScript regular expression.
|
class |
JsReturn
A JavaScript return statement.
|
class |
JsRootName
A well-known name in the root scope.
|
class |
JsRootScope
The root scope is the parent of every scope, it contains a list of browser built-in identifiers
that we should recognize and never obfuscate into.
|
class |
JsScope
A scope is a factory for creating and allocating
JsName s. |
class |
JsStatement
Abstract base class for JavaScript statement objects.
|
class |
JsStringLiteral
A JavaScript string literal expression.
|
class |
JsSwitch
A JavaScript switch statement.
|
class |
JsSwitchMember
A member/case in a JavaScript switch object.
|
class |
JsThisRef
A JavaScript
this reference. |
class |
JsThrow
A JavaScript
throw statement. |
class |
JsTry
A JavaScript
try statement. |
class |
JsUnaryOperation
A JavaScript prefix or postfix operation.
|
class |
JsUnaryOperator
A JavaScript unary operator.
|
class |
JsValueLiteral
A JavaScript string literal expression.
|
class |
JsVars
A JavaScript
var statement. |
static class |
JsVars.JsVar
A var declared using the JavaScript
var statement. |
class |
JsWhile
A JavaScript
while statement. |
class |
NodeKind
NodeKind used to simplify direct AST iteration.
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluatorException
The class of exceptions thrown by the JavaScript engine.
|
class |
ObjArray
Implementation of resizable array with focus on minimizing memory usage by storing few initial array elements in object fields.
|
class |
ObjToIntMap
Map to associate objects to integers.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonException
JSON exception.
|
Modifier and Type | Class and Description |
---|---|
class |
com.google.gwt.dev.protobuf.GeneratedMessage |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultFilters.FilterFileType
Constants to represent the type of files that will be filtered.
|
static class |
PathPrefix.Judgement
Represents whether or not a PathPrefix includes a particular file as well
as an indicator of the inclusion/exclusion priority.
|
Modifier and Type | Class and Description |
---|---|
static class |
BrowserChannel.MessageType
Enumeration of message type ids.
|
static class |
BrowserChannel.RemoteDeathError
An error indicating that the remote side died and we should unroll the
call stack as painlessly as possible to allow cleanup.
|
static class |
BrowserChannel.SessionHandler.SpecialDispatchId
Enumeration of dispatch IDs on object 0 (the ServerMethods object).
|
static class |
BrowserChannel.Value.ValueType
Enum of type tags sent across the wire.
|
class |
BrowserChannelException |
class |
CloseButton
Represents a close button, shrink-wrapped to exactly fit the size of the
close icon.
|
class |
HostedModeException
An exception that can only occur in Development Mode, but may indicate
potential problems in Production Mode.
|
class |
HostedModePluginObject
HTMLUnit object that represents the hosted-mode plugin.
|
class |
JavaObject
Class to encapsulate JavaObject on the server side.
|
class |
ShellMainWindow
Top-level window for the Swing DevMode UI.
|
class |
WrapLayout
FlowLayout subclass that fully supports wrapping of components.
|
Modifier and Type | Class and Description |
---|---|
class |
SwingLoggerPanel
Swing widget containing a tree logger.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageTransport.RequestException
An exception that is generated by the transport when it receives a failure
message from the server in response to executing a client request.
|
static class |
RemoteMessageProto.Message
Protobuf type
com.google.gwt.dev.shell.remoteui.Message |
static class |
RemoteMessageProto.Message.Failure
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Failure |
static class |
RemoteMessageProto.Message.MessageType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.MessageType |
static class |
RemoteMessageProto.Message.Request
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request |
static class |
RemoteMessageProto.Message.Request.DevModeRequest
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest |
static class |
RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange |
static class |
RemoteMessageProto.Message.Request.DevModeRequest.RequestType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType |
static class |
RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer |
static class |
RemoteMessageProto.Message.Request.ServiceType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType |
static class |
RemoteMessageProto.Message.Request.ViewerRequest
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLog
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.Initialize
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.LogData
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo |
static class |
RemoteMessageProto.Message.Request.ViewerRequest.RequestType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType |
static class |
RemoteMessageProto.Message.Response
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response |
static class |
RemoteMessageProto.Message.Response.DevModeResponse
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse |
static class |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange |
static class |
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability |
static class |
RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType |
static class |
RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer |
static class |
RemoteMessageProto.Message.Response.ViewerResponse
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse |
static class |
RemoteMessageProto.Message.Response.ViewerResponse.AddLog
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog |
static class |
RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch |
static class |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange |
static class |
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
Protobuf type
com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability |
static class |
RemoteMessageProto.Message.Response.ViewerResponse.ResponseType
Protobuf enum
com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType |
Modifier and Type | Class and Description |
---|---|
class |
FileBackedObject<T extends Serializable>
Represents a File that contains the serialized form of a Serializable object.
|
class |
MemoryBackedObject<T extends Serializable>
A Noop PersistentBackedObject that stores a reference to the data it's provided.
|
class |
ZipEntryBackedObject<T extends Serializable>
Represents an entry in a ZipFile that contains the serialized form of a Serializable object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PersistenceBackedObject<T>
A handle for interacting with a persisted or to be persisted object.
|
Modifier and Type | Class and Description |
---|---|
class |
CharArrayComparator
Performs a case-sensitive comparison of char arrays.
|
class |
CollapsedPropertyKey
Creates a string representation of the binding property key/value pairs used
in a Permutation.
|
class |
DiskCacheToken
Wrapper around a
DiskCache token that allows easy serialization. |
class |
FileBackedObject<T extends Serializable>
Represents a File that contains the serialized form of a Serializable object.
|
class |
MemoryBackedObject<T extends Serializable>
A Noop PersistentBackedObject that stores a reference to the data it's provided.
|
class |
StringKey
A "typed string" utility class that improves the readability of generic code
by using proper types.
|
class |
ZipEntryBackedObject<T extends Serializable>
Represents an entry in a ZipFile that contains the serialized form of a Serializable object.
|
Modifier and Type | Method and Description |
---|---|
static <T extends Serializable> |
Util.readFileAsObject(File file,
Class<T> type) |
Modifier and Type | Class and Description |
---|---|
static class |
OptionJsInteropMode.Mode
Specifies which level of JsInterop support is enabled in the compiler,
NONE, JS, and CLOSURE.
|
static class |
OptionMethodNameDisplayMode.Mode
Specifies which level of displayNames the GWT compiler outputs for chrome dev tools.
|
class |
SourceLevel
Java source level compatibility constants.
|
Modifier and Type | Class and Description |
---|---|
class |
IdentityHashSet<E>
A memory-efficient identity hash set.
|
Modifier and Type | Class and Description |
---|---|
class |
CompilerEventType
Represents a type of event whose performance is tracked while running the
Compiler |
class |
DevModeEventType
Represents a type of event whose performance is tracked while running
DevMode |
class |
SpeedTracerEventType
Represents a type of event whose performance is tracked while running
DevMode |
Modifier and Type | Class and Description |
---|---|
static class |
Style.BorderStyle
Enum for the border-style property.
|
static class |
Style.Clear
Enum for the 'clear' CSS property.
|
static class |
Style.Cursor
Enum for the cursor property.
|
static class |
Style.Display
Enum for the display property.
|
static class |
Style.Float
Enum for the float property.
|
static class |
Style.FontStyle
Enum for the font-style property.
|
static class |
Style.FontWeight
Enum for the font-weight property.
|
static class |
Style.ListStyleType
Enum for the list-style-type property.
|
static class |
Style.OutlineStyle
Enum for the outline-style property.
|
static class |
Style.Overflow
Enum for the overflow property.
|
static class |
Style.Position
Enum for the position property.
|
static class |
Style.TableLayout
Enum for the table-layout property.
|
static class |
Style.TextAlign
Enum for the text-align property.
|
static class |
Style.TextDecoration
Enum for the 'text-decoration' CSS property.
|
static class |
Style.TextJustify
Enum for the 'text-justify' CSS3 property.
|
static class |
Style.TextOverflow
Enum for the 'text-overflow' CSS3 property.
|
static class |
Style.TextTransform
Enum for the 'text-transform' CSS property.
|
static class |
Style.Unit
CSS length units.
|
static class |
Style.VerticalAlign
Enum for the vertical-align property.
|
static class |
Style.Visibility
Enum for the visibility property.
|
static class |
Style.WhiteSpace
Enum for the 'white-space' CSS property.
|
Modifier and Type | Class and Description |
---|---|
class |
PositionError
Represents an error that occurred while trying to get the user's current
position.
|
Modifier and Type | Class and Description |
---|---|
class |
RequestException
RequestException is the superclass for the HTTP request related exceptions.
|
class |
RequestPermissionException
Exception thrown when the
RequestBuilder attempts to make a request
to a URL which violates the Same-Origin Security
Policy. |
class |
RequestTimeoutException
Thrown to indicate that an HTTP request has timed out.
|
Modifier and Type | Class and Description |
---|---|
static class |
DateTimeFormat.PredefinedFormat
Predefined date/time formats -- see
CustomDateTimeFormat if you
need some format that isn't supplied here. |
static class |
HasDirection.Direction
Possible return values for
HasDirection.getDirection() and parameter values for
HasDirection.setDirection(Direction) .Widgets that implement this interface can
either have a direction that is right-to-left (RTL), left-to-right (LTR), or default
(which means that their directionality is inherited from their parent widget). |
Modifier and Type | Class and Description |
---|---|
static class |
MessageFormatUtils.MessageStyle
Represents the style of quoting used in the source and translated messages.
|
static class |
MessageFormatUtils.VisitorAbortException
An exception thrown to indicate a visitor wishes to abort processing a
message.
|
class |
MessageProcessingException
An exception during processing of i18n messages.
|
static class |
MessageUtils.KeyGeneratorException
An exception signaling
#getKeyGenerator(GenerateKeys) was unable
to process the annotation. |
Modifier and Type | Class and Description |
---|---|
class |
Gender
Represents the gender of a person in a message.
|
Modifier and Type | Class and Description |
---|---|
class |
DateRecord
Implementation detail of DateTimeFormat -- not a public API and subject to
change.
|
Modifier and Type | Class and Description |
---|---|
class |
JSONException
An exception that can be thrown when an interaction with a JSON data
structure fails.
|
Modifier and Type | Class and Description |
---|---|
class |
TimeoutException
Exception sent when a JSONP calls expires the timeout.
|
Modifier and Type | Class and Description |
---|---|
static class |
Layout.Alignment
Used to specify the alignment of child elements within a layer.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidJsonLogRecordFormatException
Exception thrown when unable to parse JSON strings or the JSON object does not
contain the expected properties.
|
class |
RemoteLoggingServiceImpl
Server-side code for the remote log handler.
|
static class |
RemoteLoggingServiceUtil.RemoteLoggingException
Exceptions that may occur during remote logging.
|
Modifier and Type | Class and Description |
---|---|
static class |
ImageResource.RepeatStyle
Indicates that an ImageResource should be bundled in such a way as to
support horizontal or vertical repetition.
|
class |
ResourceException
Associates a
ResourcePrototype with a program error. |
Modifier and Type | Class and Description |
---|---|
class |
Css2GssConversionException
Css2GssConversionException signals a problem with the conversion from CSS to GSS.
|
Modifier and Type | Class and Description |
---|---|
class |
CssCompilerException
Used by
CssVisitor . |
Modifier and Type | Class and Description |
---|---|
class |
CssObfuscationStyle
Evaluates the obfuscation style the user selected and formats the obfuscated
name accordingly.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SafeStyles
An object that implements this interface encapsulates zero or more CSS
properties that are guaranteed to be safe to use (with respect to potential
Cross-Site-Scripting vulnerabilities) in a CSS (Cascading Style Sheet)
attribute context.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SafeHtml
An object that implements this interface encapsulates HTML that is guaranteed
to be safe to use (with respect to potential Cross-Site-Scripting
vulnerabilities) in an HTML context.
|
Modifier and Type | Class and Description |
---|---|
class |
OnlyToBeUsedInGeneratedCodeStringBlessedAsSafeHtml
A string wrapped as an object of type
SafeHtml . |
Modifier and Type | Class and Description |
---|---|
static class |
CssNameConverter.Failure
Thrown by
CssNameConverter.convertSet(Set) on name collision. |
static class |
FieldReferenceConverter.IllegalFieldReferenceException
May be thrown by the
Delegate for badly formatted input. |
Modifier and Type | Class and Description |
---|---|
static class |
HasKeyboardPagingPolicy.KeyboardPagingPolicy
The policy that determines how keyboard paging will work.
|
static class |
HasKeyboardSelectionPolicy.KeyboardSelectionPolicy
The policy that determines how keyboard selection will work.
|
static class |
RowHoverEvent.HoveringScope
Indicates the scope/area of the hover event
|
static class |
SimplePager.TextLocation
The location of the text relative to the paging buttons.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandCanceledException
Exception reported to the current
GWT.UncaughtExceptionHandler when a
deferred Command is canceled as a result of a slow script warning. |
static class |
DocumentModeAsserter.Severity
Determine the severity of the runtime $doc.compatMode check:
|
class |
IncrementalCommandCanceledException
Exception reported to the current
GWT.UncaughtExceptionHandler when a
deferred IncrementalCommand is canceled as a result of a slow script
warning. |
Modifier and Type | Interface and Description |
---|---|
interface |
RpcToken
An interface for RPC token implementation objects included with each RPC
call.
|
Modifier and Type | Class and Description |
---|---|
class |
IncompatibleRemoteServiceException
Exception that will be passed to the
AsyncCallback.onFailure(Throwable) method when an incompatibility is
detected between a RemoteService client and its corresponding
RemoteService server. |
class |
InvocationException
Occurs when a service invocation did not complete cleanly.
|
class |
RpcTokenException
Exception that will be passed to the
RpcTokenExceptionHandler.onRpcTokenException(RpcTokenException)
method when RPC token processing resulted in an error. |
class |
SerializableException
Deprecated.
As of GWT 1.5,
Exception implements
Serializable and can be used in place
of this class |
class |
SerializationException
Base exception type for errors relating to the serialization stream.
|
class |
SerializedTypeViolationException
Exception that will be passed to the
AsyncCallback.onFailure(Throwable) method when the value of an
argument to a method in an RPC message is of the incorrect type. |
static class |
ServiceDefTarget.NoServiceEntryPointSpecifiedException
This exception is thrown when a service is invoked without
ServiceDefTarget.setServiceEntryPoint(String) having been called. |
class |
StatusCodeException
Indicates that an RPC response was returned with an invalid HTTP status code.
|
class |
XsrfToken
XSRF token.
|
Modifier and Type | Class and Description |
---|---|
static class |
RequestCallbackAdapter.ResponseReader
Enumeration used to read specific return types out of a
SerializationStreamReader . |
Modifier and Type | Class and Description |
---|---|
class |
RpcLogArtifact
This artifact holds a log of the reasoning for which types are considered
serializable for a particular RPC interface.
|
class |
RpcPolicyFileArtifact
This artifact provides information about which proxy classes resulted in
which rpc proxy files.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteServiceServlet
An abstract base class containing utility methods.
|
class |
AbstractXsrfProtectedServiceServlet
An abstract class for XSRF protected RPC service implementations, which
decides if XSRF protection should be enforced on a method invocation based
on the following logic:
RPC interface or method can be annotated with either
XsrfProtect
or NoXsrfProtect annotation to enable or disable XSRF protection
on all methods of an RPC interface or a single method correspondingly. |
class |
RemoteServiceServlet
The servlet base class for your RPC service implementations that
automatically deserializes incoming requests from the client and serializes
outgoing responses for client/server RPCs.
|
class |
UnexpectedException
The GWT RPC class throws UnexpectedException when a service method, being
invoked by GWT RPC, throws a checked exception that is not in the service
method's signature.
|
class |
XsrfProtectedServiceServlet
EXPERIMENTAL and subject to change.
|
class |
XsrfTokenServiceServlet
EXPERIMENTAL and subject to change.
|
Modifier and Type | Class and Description |
---|---|
class |
WebAppCreatorException
Indicates a problem was found while creating a web application.
|
Modifier and Type | Class and Description |
---|---|
static class |
UserAgentAsserter.UserAgentAssertionError
An error object that indicates that the user agent detected at runtime did
not match the user agent that the module expected to find.
|
Modifier and Type | Class and Description |
---|---|
class |
ConstraintOrigin
Visibility looked at when discovering constraints.
|
class |
ConstraintViolationImpl<T>
An implementation of
ConstraintViolation . |
class |
PathImpl
An immutable GWT safe implementation of
Path . |
Modifier and Type | Class and Description |
---|---|
static class |
DefaultSelectionEventManager.SelectAction
The action that controls how selection is handled.
|
class |
Range
The range of interest for a single handler.
|
Modifier and Type | Class and Description |
---|---|
static class |
XMLHttpRequest.ResponseType
The type of response expected from the XHR.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMException
Thrown when DOM exceptions occur.
|
Modifier and Type | Class and Description |
---|---|
class |
DOMNodeException
Thrown when a particular DOM item causes an exception.
|
class |
DOMParseException
Thrown when parse errors occur in the underlying implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
com.google.web.bindery.event.shared.UmbrellaException
|
Modifier and Type | Class and Description |
---|---|
class |
Component |
class |
Container |
class |
FlowLayout |
Modifier and Type | Class and Description |
---|---|
class |
IOException
See the
official Java API doc for details.
|
class |
UnsupportedEncodingException
A character encoding is not supported - [Sun's
docs].
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticException
NOTE: in GWT this is only thrown for division by zero on longs and
BigInteger/BigDecimal.
|
class |
ArrayIndexOutOfBoundsException
NOTE: in GWT this will never be thrown for normal array accesses, only for
explicit throws.
|
class |
ArrayStoreException
See the
official Java API doc for details.
|
class |
AssertionError
Represents an error caused by an assertion failure.
|
class |
Boolean
Wraps native
boolean as an object. |
class |
Byte
Wraps native
byte as an object. |
class |
Character
Wraps a native
char as an object. |
class |
ClassCastException
Indicates failure to cast one type into another.
|
class |
Double
Wraps a primitive
double as an object. |
class |
Enum<E extends Enum<E>>
The first-class representation of an enumeration.
|
class |
Error
See the
official Java API doc for details.
|
class |
Exception
See the
official Java API doc for details.
|
class |
Float
Wraps a primitive
float as an object. |
class |
IllegalArgumentException
See the
official Java API doc for details.
|
class |
IllegalStateException
Indicates that an objet was in an invalid state during an attempted
operation.
|
class |
IndexOutOfBoundsException
See the
official Java API doc for details.
|
class |
Integer
Wraps a primitive
int as an object. |
class |
Long
Wraps a primitive
long as an object. |
class |
NegativeArraySizeException
See the
official Java API doc for details.
|
class |
NoSuchMethodException
See the
official Java API doc for details.
|
class |
NullPointerException
See the
official Java API doc for details.
|
class |
Number
Abstract base class for numeric wrapper classes.
|
class |
NumberFormatException
See the
official Java API doc for details.
|
class |
RuntimeException
See the
official Java API doc for details.
|
class |
Short
Wraps a primitive
short as an object. |
class |
StackTraceElement
Included for hosted mode source compatibility.
|
class |
String
Intrinsic string class.
|
class |
StringIndexOutOfBoundsException
See the
official Java API doc for details.
|
class |
Throwable
See the
official Java API doc for details.
|
class |
UnsupportedOperationException
See the
official Java API doc for details.
|
Modifier and Type | Class and Description |
---|---|
class |
AnnotationFormatError
Indicates the annotation parser determined the annotation was malformed when
reading from the class file [Sun
docs].
|
class |
AnnotationTypeMismatchException
Indicates an attempt to access an element of an annotation that has changed
since it was compiled or serialized [Sun
docs].
|
class |
ElementType
Enumerates types of declared elements in a Java program [Sun
docs].
|
class |
IncompleteAnnotationException
Indicates an attempt to access an element of an annotation that was added
since it was compiled or serialized [Sun
docs].
|
class |
RetentionPolicy
Enumerates annotation retention policies [Sun
docs].
|
Modifier and Type | Class and Description |
---|---|
class |
BigDecimal
This class represents immutable arbitrary precision decimal numbers.
|
class |
BigInteger
This class represents immutable integer numbers of arbitrary length.
|
class |
MathContext
Immutable objects describing settings such as rounding mode and digit
precision for the numerical operations provided by class
BigDecimal . |
class |
RoundingMode
Specifies the rounding behavior for operations whose results cannot be
represented exactly.
|
Modifier and Type | Class and Description |
---|---|
class |
DigestException
A generic security exception type - [Sun's
docs].
|
class |
GeneralSecurityException
A generic security exception type - [Sun's
docs].
|
class |
NoSuchAlgorithmException
A generic security exception type - [Sun's
docs].
|
Modifier and Type | Class and Description |
---|---|
class |
Time
An implementation of java.sql.Time.
|
class |
Timestamp
An implementation of java.sql.Timestame.
|
Modifier and Type | Class and Description |
---|---|
class |
ParseException
Emulation of
java.text.ParseException . |
Modifier and Type | Class and Description |
---|---|
class |
ArrayList<E>
Resizeable array implementation of the List interface.
|
class |
ConcurrentModificationException
See the
official Java API doc for details.
|
class |
Date
Represents a date and time.
|
class |
EmptyStackException
See the
official Java API doc for details.
|
class |
HashMap<K,V>
Implementation of Map interface based on a hash table.
|
class |
HashSet<E>
Implements a set in terms of a hash table.
|
class |
IdentityHashMap<K,V>
Map using reference equality on keys.
|
class |
LinkedHashMap<K,V>
Hash table implementation of the Map interface with predictable iteration
order.
|
class |
LinkedHashSet<E>
Hash table and linked-list implementation of the Set interface with
predictable iteration order.
|
class |
LinkedList<E>
Linked list implementation.
|
class |
MissingResourceException
See the
official Java API doc for details.
|
class |
NoSuchElementException
See the
official Java API doc for details.
|
class |
Stack<E>
Maintains a last-in, first-out collection of objects.
|
class |
TooManyListenersException
Thrown when the subject of an observer cannot support additional observers.
|
class |
TreeMap<K,V>
Implements a TreeMap using a red-black tree.
|
class |
TreeSet<E>
Implements a set using a TreeMap.
|
class |
Vector<E>
To keep performance characteristics in line with Java community expectations,
Vector is a wrapper around ArrayList . |
Modifier and Type | Class and Description |
---|---|
class |
Level
An emulation of the java.util.logging.Level class.
|
class |
LogRecord
An emulation of the java.util.logging.LogRecord class.
|
Modifier and Type | Class and Description |
---|---|
class |
When
Used to describe the relationship between a qualifier T and the set of values
S possible on an annotated element.
|
Modifier and Type | Class and Description |
---|---|
class |
javax.servlet.GenericServlet |
Modifier and Type | Class and Description |
---|---|
class |
javax.servlet.http.HttpServlet |
Modifier and Type | Class and Description |
---|---|
class |
JComponent |
class |
JPanel |
Modifier and Type | Class and Description |
---|---|
static class |
Pattern.Flag
Possible Regexp flags
|
Modifier and Type | Class and Description |
---|---|
class |
net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
Copyright © 2018. All rights reserved.