CACHE_CONTROL - Static variable in class com.google.gwt.dev.util.HttpHeaders
CACHE_CONTROL_MAXAGE - Static variable in class com.google.gwt.dev.util.HttpHeaders
CACHE_CONTROL_MUST_REVALIDATE - Static variable in class com.google.gwt.dev.util.HttpHeaders
CACHE_CONTROL_NO_CACHE - Static variable in class com.google.gwt.dev.util.HttpHeaders
CACHE_CONTROL_PRIVATE - Static variable in class com.google.gwt.dev.util.HttpHeaders
CACHE_CONTROL_PUBLIC - Static variable in class com.google.gwt.dev.util.HttpHeaders
CachedCompilationUnit - Class in com.google.gwt.dev.javac
A convenient way to serialize a .
CachedCompilationUnit(CachedCompilationUnit, long, String) - Constructor for class com.google.gwt.dev.javac.CachedCompilationUnit
Shallow copy of a CachedCompiliationUnit, replacing some parameters in the new copy.
CachedGeneratorResult - Interface in com.google.gwt.core.ext
An interface to represent the cached results from a previous generator
invocation.
CachedGeneratorResultImpl - Class in com.google.gwt.dev.javac
An implementation class to represent the cached results from a previous
generator invocation.
CachedGeneratorResultImpl(String, ArtifactSet, Map<String, GeneratedUnit>, long, Map<String, Serializable>) - Constructor for class com.google.gwt.dev.javac.CachedGeneratorResultImpl
CachedPropertyInformation - Class in com.google.gwt.core.ext
A container for saving lists of deferred-binding and configuration properties
to be compared subsequently with a PropertyOracle.
CachedPropertyInformation(TreeLogger, PropertyOracle, Collection<String>, Collection<String>) - Constructor for class com.google.gwt.core.ext.CachedPropertyInformation
call(Class, Object, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
Reflectively invokes a method on a JavaScriptObject.
call(Class, Object, String, Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
CALL - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
call(Context, Scriptable, Scriptable, Object[]) - Method in class com.google.gwt.dev.shell.JavaObject
Callback <T > - Interface in com.google.gwt.dev.util
Generic callback interface.
callEx(Class, Object, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
Reflectively invokes a method on a JavaScriptObject.
callEx(Class, Object, String, Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
CallGraph - Class in com.google.gwt.dev.jjs.impl
Call graph, which records {callee->callers} and {caller->callees} pairs.
CallGraph() - Constructor for class com.google.gwt.dev.jjs.impl.CallGraph
CALLSPECIAL - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
callStatic(Class, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
Reflectively invokes a static method on a JavaScriptObject.
callStaticEx(Class, String, Class[], Object...) - Static method in class com.google.gwt.core.ext.debug.JsoEval
Reflectively invokes a static method on a JavaScriptObject.
CanBeAbstract - Interface in com.google.gwt.dev.jjs.ast
Interfaces implemented by entities which can be abstract.
CanBeFinal - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by Java entities that can be final.
canBeImplementedExternally() - Method in interface com.google.gwt.dev.jjs.ast.HasJsInfo
canBeImplementedExternally() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
canBeImplementedExternally() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
canBeImplementedExternally() - Method in class com.google.gwt.dev.jjs.ast.JField
canBeImplementedExternally() - Method in class com.google.gwt.dev.jjs.ast.JMethod
canBeImplementedExternally() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
canBeImplementedExternally() - Method in class com.google.gwt.dev.jjs.ast.JType
canBeJavaScriptObject(JType) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
True if the type is a JSO or interface implemented by JSO or a JsType without
prototype.
CanBeJsNative - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by Java entities that can be declared native in JsInterop.
canBeNull() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
canBeNull() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
canBeNull() - Method in class com.google.gwt.dev.jjs.ast.JType
Returns true
if it's possible for this type to be
null
.
canBePolymorphic() - Method in class com.google.gwt.dev.jjs.ast.JConstructor
canBePolymorphic() - Method in class com.google.gwt.dev.jjs.ast.JMethod
Returns true if this method can participate in virtual dispatch.
canBePolymorphic() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
Returns true
if the call can dispatch to more than possible
target method.
canBeReferencedExternally() - Method in interface com.google.gwt.dev.jjs.ast.HasJsInfo
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JClassType
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JField
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JMethod
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
canBeReferencedExternally() - Method in class com.google.gwt.dev.jjs.ast.JType
CanBeSetFinal - Interface in com.google.gwt.dev.jjs.ast
Characteristic interface to be overlaid on AST constructs that can retain a
boolean 'final' flag.
CanBeStatic - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by entities that maybe static.
canBeSubclass() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
canBeSubclass() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
canBeSubclass() - Method in class com.google.gwt.dev.jjs.ast.JType
Returns true
if it's possible for this type to be
a subclass of the type denoted with this type.
CanBooleanEval - Interface in com.google.gwt.dev.js.ast
An interface that describes the boolean evaluation of an expression.
CanHaveInitializer - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by Java entities that can have an initialization
expression.
CanHaveSuppressedWarnings - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by Java entities that can have SuppressWarnings.
canInsert() - Method in interface com.google.gwt.dev.jjs.ast.Context
canInsert() - Method in interface com.google.gwt.dev.js.ast.JsContext
canRemove() - Method in interface com.google.gwt.dev.jjs.ast.Context
canRemove() - Method in interface com.google.gwt.dev.js.ast.JsContext
canThrowException() - Method in class com.google.gwt.dev.jjs.impl.ExpressionAnalyzer
CAPABILITIES_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
CAPABILITIES_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
CAPABILITY_EXCHANGE_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RequestType
CAPABILITY_EXCHANGE = 0;
CAPABILITY_EXCHANGE_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.RequestType
CAPABILITY_EXCHANGE = 0;
CAPABILITY_EXCHANGE_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
CAPABILITY_EXCHANGE = 0;
CAPABILITY_EXCHANGE_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.ResponseType
CAPABILITY_EXCHANGE = 0;
CAPABILITY_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
CAPABILITY_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
CAPABILITYEXCHANGE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
CAPABILITYEXCHANGE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
CAPABILITYEXCHANGE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
CAPABILITYEXCHANGE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
CASE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
CASEARRAY_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
CASES_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
cast(JType, JExpression) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplify cast operations.
CAST_CHAR_TO_STRING - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CAST_HAS_JAVA_OBJECT_VIRTUAL_DISPATCH - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CAST_THROW_CLASS_CAST_EXCEPTION_UNLESS_NULL - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
castFailsTrivially(JReferenceType, JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
castInstanceOfQualifier() - Method in enum com.google.gwt.dev.jjs.impl.TypeCategory
castSucceedsTrivially(JReferenceType, JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
castSucceedsTrivially(JType, JType) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
CATCH - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
CatchBlockNormalizer - Class in com.google.gwt.dev.jjs.impl
Merge multi-catch blocks into a single catch block that uses instanceof tests
to determine which user block to run.
CatchClause(List<JType>, JLocalRef, JBlock) - Constructor for class com.google.gwt.dev.jjs.ast.JTryStatement.CatchClause
CfaLivenessPredicate - Class in com.google.gwt.dev.jjs.impl.codesplitter
CfaLivenessPredicate(ControlFlowAnalyzer) - Constructor for class com.google.gwt.dev.jjs.impl.codesplitter.CfaLivenessPredicate
Cfg - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Control flow graph representation for gflow framework.
Cfg() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
CfgBinaryConditionalOperationNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Conditional node generated for short-circuiting binary operations (||, &&).
CfgBinaryConditionalOperationNode(CfgNode<?>, JBinaryOperation) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBinaryConditionalOperationNode
CfgBlockNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to code blocks.
CfgBlockNode(CfgNode<?>, JBlock) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBlockNode
CfgBreakNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to break statements.
CfgBreakNode(CfgNode<?>, JBreakStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBreakNode
CfgBuilder - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Builder for CFG graph.
CfgBuilder() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBuilder
CfgCaseNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to if statement.
CfgCaseNode(CfgNode<?>, JCaseStatement, JExpression) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgCaseNode
CfgConditionalExpressionNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to conditional expressions.
CfgConditionalExpressionNode(CfgNode<?>, JConditional) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgConditionalExpressionNode
CfgConditionalNode <JNodeType extends JNode > - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Base class for all conditional execution nodes.
CfgConditionalNode(CfgNode<?>, JNodeType) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgConditionalNode
CfgContinueNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to continue statement.
CfgContinueNode(CfgNode<?>, JContinueStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgContinueNode
CfgDoNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to while statement.
CfgDoNode(CfgNode<?>, JDoStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgDoNode
CfgEdge - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Edge in CFG graph.
CfgEdge() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEdge
CfgEdge(String) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEdge
CfgEndNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
End node in CFG graph.
CfgEndNode() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEndNode
CfgForNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to for statement.
CfgForNode(CfgNode<?>, JForStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgForNode
CfgGotoNode <JNodeType extends JNode > - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Unconditional control transfer node.
CfgGotoNode(CfgNode<?>, JNodeType) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgGotoNode
CfgIfNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to if statement.
CfgIfNode(CfgNode<?>, JIfStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgIfNode
CfgMethodCallNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to method calls.
CfgMethodCallNode(CfgNode<?>, JMethodCall) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgMethodCallNode
CfgNode <JNodeType extends JNode > - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Base class for nodes in CFG graph.
CfgNode(CfgNode<?>, JNodeType) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNode
CfgNopNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Artificial no-operatation node.
CfgNopNode(CfgNode<?>, JNode) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNopNode
CfgOptionalThrowNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node which might throw exception.
CfgOptionalThrowNode(CfgNode<?>, JExpression) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgOptionalThrowNode
CfgPrinter - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Control flow graph printer.
CfgPrinter(Cfg) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgPrinter
CfgReadNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to any variable read.
CfgReadNode(CfgNode<?>, JVariableRef) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadNode
CfgReadWriteNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
A node corresponding to simultaneous read and write operation (e.g.
CfgReadWriteNode(CfgNode<?>, JNode, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadWriteNode
CfgReturnNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to return statement.
CfgReturnNode(CfgNode<?>, JReturnStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReturnNode
CfgSimpleNode <JNodeType extends JNode > - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
A node which doesn't transfer control flow after normal completion.
CfgSimpleNode(CfgNode<?>, JNodeType) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgSimpleNode
CfgStatementNode <JNodeType extends JStatement > - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
A statement wrapper node.
CfgStatementNode(CfgNode<?>, JNodeType) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgStatementNode
CfgSwitchGotoNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Goto to first switch case statement.
CfgSwitchGotoNode(CfgNode<?>, JSwitchStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgSwitchGotoNode
CfgThrowNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to throw statement.
CfgThrowNode(CfgNode<?>, JThrowStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgThrowNode
CfgTransformer - Interface in com.google.gwt.dev.jjs.impl.gflow.cfg
Cfg transformer interface.
CfgTryNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to try statement.
CfgTryNode(CfgNode<?>, JTryStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgTryNode
CfgUtil - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Utilities for working with Cfg.
CfgVisitor - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Visitor for all CFG nodes.
CfgVisitor() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgVisitor
CfgWhileNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to while statement.
CfgWhileNode(CfgNode<?>, JWhileStatement) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWhileNode
CfgWriteNode - Class in com.google.gwt.dev.jjs.impl.gflow.cfg
Node corresponding to write operation.
CfgWriteNode(CfgNode<?>, JNode, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWriteNode
CHAR - Static variable in class com.google.gwt.dev.jjs.ast.JPrimitiveType
CHAR_SEQUENCE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
CHARACTER - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
CharIndex - Class in com.google.gwt.dev.util.editdistance
A performance-oriented character-indexed map.
CharIndex() - Constructor for class com.google.gwt.dev.util.editdistance.CharIndex
CharIndex.FullHash - Class in com.google.gwt.dev.util.editdistance
An index based on a garden-variety hash map.
CharIndex.Masked - Class in com.google.gwt.dev.util.editdistance
An index based on a simple mask: index(c) = (c & MASK).
CharIndex.Straight - Class in com.google.gwt.dev.util.editdistance
An index based on the identity mapping: index(c) = c.
CHARS_ABSTRACT - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_ASSERT - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_BREAK - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_CASE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_CATCH - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_CLASS - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_COMMA - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_CONTINUE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_DEFAULT - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_DO - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_DOTCLASS - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_ELSE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_EXTENDS - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_FALSE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_FINAL - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_FINALLY - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_FOR - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_IF - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_IMPLEMENTS - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_INSTANCEOF - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_INTERFACE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_NAMEOF - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_NATIVE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_NEW - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_NULL - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_PIPE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_PRIVATE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_PROTECTED - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_PUBLIC - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_RETURN - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_RUNTIMETYPEREFERENCE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_SLASHSTAR - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_STARSLASH - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_STATIC - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_SUPER - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_SWITCH - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_THIS - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_THROW - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_TRUE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_TRY - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CHARS_WHILE - Static variable in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
charsPerChunk(LinkerContext, TreeLogger) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
charToHex(char) - Static method in class com.google.gwt.core.ext.soyc.impl.SizeMapRecorder
Returns the hexadecimal representation of a character.
check(CompilationUnitDeclaration) - Static method in class com.google.gwt.dev.javac.BinaryTypeReferenceRestrictionsChecker
Scans a CompilationUnitDeclaration
for expressions that use
BinaryTypeBinding
s outside the context of an annotation.
check(JSORestrictionsChecker.CheckerState, CompilationUnitDeclaration) - Static method in class com.google.gwt.dev.javac.JSORestrictionsChecker
Checks an entire
CompilationUnitDeclaration
.
check(TreeLogger, JavaToJavaScriptMap, JsProgram) - Static method in class com.google.gwt.dev.js.JsForceInliningChecker
Static entry point used by JavaToJavaScriptCompiler.
check(long) - Method in class com.google.gwt.dev.shell.CheckForUpdates
Check for updates and log to the logger if they are available.
checkCapabilities() - Method in class com.google.gwt.dev.shell.remoteui.ViewerServiceClient
Check the capabilities of the ViewerService.
checkClinitTo(JDeclaredType) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns true
if a static field access of
targetType
from within this type should generate a clinit
call.
CheckerState() - Constructor for class com.google.gwt.dev.javac.JSORestrictionsChecker.CheckerState
CheckForUpdates - Class in com.google.gwt.dev.shell
Orchestrates a best-effort attempt to find out if a new version of GWT is
available.
CheckForUpdates(TreeLogger, String) - Constructor for class com.google.gwt.dev.shell.CheckForUpdates
Create an update checker which will poll a server URL and log a message
about an update if available.
CheckForUpdates.UpdateResult - Interface in com.google.gwt.dev.shell
Returns the result of an update check.
checkForUpdatesInBackgroundThread(TreeLogger, long) - Static method in class com.google.gwt.dev.shell.CheckForUpdates
checkForUpdatesInterval() - Method in class com.google.gwt.dev.DevModeBase
Derived classes can override to lengthen ping delay.
checkJdkVersion() - Method in class com.google.gwt.util.tools.ToolBase
Log deprecation warning on old JREs.
checkPropertiesWithPropertyOracle(TreeLogger, PropertyOracle) - Method in class com.google.gwt.core.ext.CachedPropertyInformation
Check a previously cached set of deferred-binding and configuration
properties with the provided property oracle.
checkRebindRuleAvailable(String) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
checkRebindRuleAvailable(String) - Method in interface com.google.gwt.core.ext.GeneratorContext
Checks whether a rebind rule is available for a given sourceTypeName, such
as can appear in a replace-with or generate-with rule.
checkRebindRuleAvailable(String) - Method in class com.google.gwt.core.ext.StubGeneratorContext
checkRebindRuleAvailable(String) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Checks whether a rebind rule is available for a given sourceTypeName.
checkRebindRuleResolvable(String) - Method in interface com.google.gwt.core.ext.RebindRuleResolver
checkReplacement(JNode, JNode) - Static method in class com.google.gwt.dev.jjs.ast.JModVisitor
checkReplacement(JsVisitable, JsVisitable) - Static method in class com.google.gwt.dev.js.ast.JsModVisitor
checkTreeEquals(Node) - Method in class com.google.gwt.dev.js.rhino.Node
Checks if the subtree under this node is the same as another subtree.
CheckVersionsMessage(BrowserChannel, int, int, String) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.CheckVersionsMessage
childLogger - Variable in class com.google.gwt.dev.shell.log.SwingTreeLogger.LogEvent
Logger for this event.
ChooseTransportMessage(BrowserChannel, String[]) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.ChooseTransportMessage
CLASS - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
CLASS - Static variable in class com.google.gwt.dev.util.JsniRef
Special field name for referring to a class literal.
CLASS_CREATE_FOR_CLASS - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CLASS_CREATE_FOR_INTERFACE - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CLASS_CREATE_FOR_PRIMITIVE - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CLASS_LITERAL_HOLDER - Static variable in class com.google.gwt.dev.jjs.ast.JProgram
CLASS_NOT_FOUND_EXCEPTION - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
ClassDescriptor - Class in com.google.gwt.core.ext.soyc.coderef
A succinct code representation for classes.
ClassDescriptor(String, String) - Constructor for class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
classDescriptorFrom(JDeclaredType) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
Returns a class descriptor from a JDeclaredType.
CLASSES - Static variable in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
CLASSES - Static variable in class com.google.gwt.dev.util.Empty
classes - Variable in class com.google.gwt.soyc.CodeCollection
classFileMap - Variable in class com.google.gwt.dev.javac.CompilationState
Classes mapped by internal name.
classFileMapBySource - Variable in class com.google.gwt.dev.javac.CompilationState
Classes mapped by source name.
ClassIdentComparator() - Constructor for class com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator
classLiteralFieldNameFromJavahTypeSignatureName(String) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns the class literal field name.
ClassMember - Interface in com.google.gwt.core.ext.soyc
Represents a reference type, such as a class or interface, in the compiled
output.
className() - Method in class com.google.gwt.dev.util.JsniRef
ClassPathEntry - Class in com.google.gwt.dev.resource.impl
ClassPathEntry() - Constructor for class com.google.gwt.dev.resource.impl.ClassPathEntry
classToSize - Variable in class com.google.gwt.soyc.SizeBreakdown
cleanup(TreeLogger) - Method in class com.google.gwt.dev.javac.MemoryUnitCache
This method is a no-op for an in-memory cache.
cleanup(TreeLogger) - Method in interface com.google.gwt.dev.javac.UnitCache
Each run of the compiler should call
UnitCache.cleanup(TreeLogger)
when
finished adding units to the cache so that cache files from previous runs
can be purged from a persistent cache.
clear() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
clear() - Method in class com.google.gwt.dev.cfg.ConfigurationProperty
clear() - Method in class com.google.gwt.dev.javac.MemoryUnitCache
clear() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Frees memory used up by compilation state.
clear() - Method in class com.google.gwt.dev.javac.testing.impl.MockResourceOracle
clear() - Method in interface com.google.gwt.dev.javac.UnitCache
Wipe the contents of the cache.
clear() - Method in interface com.google.gwt.dev.jdt.RebindPermutationOracle
Called when the compiler is done with this oracle, so memory can be freed
up.
clear() - Method in class com.google.gwt.dev.jjs.ast.JBlock
clear() - Method in class com.google.gwt.dev.js.rhino.ObjArray
clear() - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
clear() - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
clear() - Method in interface com.google.gwt.dev.resource.ResourceOracle
Frees up all existing resources and transient internal state.
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
clear() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
clear() - Method in class com.google.gwt.dev.util.collect.HashMap
clear() - Method in class com.google.gwt.dev.util.collect.HashSet
clear() - Method in class com.google.gwt.dev.util.collect.IntMultimap
clearAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
clearAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
clearAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
clearAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
clearAddLogEntry() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
clearCache() - Static method in class com.google.gwt.dev.javac.UnitCacheSingleton
If a cache exists, asks it to clear its contents.
clearCache() - Static method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
clearCache() - Static method in class com.google.gwt.dev.resource.impl.ZipFileClassPathEntry
clearCapabilities() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
clearCapabilities() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
clearCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
clearCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
clearCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
clearCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
clearCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
clearCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
clearClientId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
optional string clientId = 1;
clearDetails() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string details = 4;
clearDevModeRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
clearDevModeResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
clearDisconnectLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
clearEntryPoints() - Method in class com.google.gwt.dev.cfg.ModuleDef
clearFailure() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
clearGeneratedFilesByName() - Static method in class com.google.gwt.core.ext.impl.ResourceGeneratorUtilImpl
clearHelpInfo() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
clearIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional bytes icon = 2;
clearIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
optional bytes icon = 2;
clearIndexInLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 indexInLog = 2;
clearIndexInParent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 indexInParent = 2;
clearInitialize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
clearLevel() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string level = 2;
clearLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
clearLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
clearLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 logHandle = 1;
clearLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
required uint32 logHandle = 1;
clearLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
required uint32 logHandle = 1;
clearLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
required uint32 logHandle = 1;
clearMainLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
clearMessage() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string message = 1;
clearMessageId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
required uint32 messageId = 3;
clearMessageType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
clearModuleCache() - Static method in class com.google.gwt.dev.cfg.ModuleDefLoader
clearModuleLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
clearName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
required string name = 1;
clearName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
required string name = 1;
clearNeedsAttention() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional bool needsAttention = 3;
clearParentLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 parentLogHandle = 1;
clearPerTypeJsCache() - Method in class com.google.gwt.dev.MinimalRebuildCache
clearPerTypeJsCache() - Method in class com.google.gwt.dev.NullRebuildCache
clearProtocolVersion() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional string protocolVersion = 1;
clearPushback() - Method in class com.google.gwt.dev.js.rhino.TokenStream
clearRebinderTypeAssociations(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
clearRebinderTypeAssociations(String) - Method in class com.google.gwt.dev.NullRebuildCache
clearReboundTypeAssociations(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
clearReboundTypeAssociations(String) - Method in class com.google.gwt.dev.NullRebuildCache
clearRemoteHost() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string remoteHost = 7;
clearRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
clearRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
clearRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
clearResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
clearResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
clearResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
clearRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
clearRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
clearServerLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
clearServiceType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
clearSessionKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string sessionKey = 3;
clearSource() - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
clearStackTrace() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string stackTrace = 2;
clearStartupURLs() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
repeated string startupURLs = 2;
clearSummary() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
required string summary = 1;
clearTabKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string tabKey = 6;
clearText() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string text = 2;
clearType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
clearUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string url = 5;
clearUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string url = 1;
clearUserAgent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string userAgent = 4;
clearViewerRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
clearViewerResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
CLIENTID_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
CLINIT_METHOD_INDEX - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
CLINIT_METHOD_NAME - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
clone() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNode
clone(JsExpression) - Static method in class com.google.gwt.dev.js.JsSafeCloner
Given a JsStatement, construct an expression to clone into the outer
caller.
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
clone() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
clone() - Method in class com.google.gwt.dev.util.editdistance.MyersBitParallelEditDistance
CLONEABLE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
cloneExpression(T) - Method in class com.google.gwt.dev.jjs.impl.CloneExpressionVisitor
cloneExpressions(List<JExpression>) - Method in class com.google.gwt.dev.jjs.impl.CloneExpressionVisitor
CloneExpressionVisitor - Class in com.google.gwt.dev.jjs.impl
A general purpose expression cloner.
CloneExpressionVisitor() - Constructor for class com.google.gwt.dev.jjs.impl.CloneExpressionVisitor
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBinaryConditionalOperationNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBlockNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBreakNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgCaseNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgConditionalExpressionNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgContinueNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgDoNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEndNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgForNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgIfNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgMethodCallNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNopNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgOptionalThrowNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadWriteNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReturnNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgStatementNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgSwitchGotoNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgThrowNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgTryNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWhileNode
cloneImpl() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWriteNode
cloneNode() - Method in class com.google.gwt.dev.js.rhino.Node
cloneParameter(JParameter) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Adds a new parameter to this method that is a copy of from
.
Cloner() - Constructor for class com.google.gwt.dev.js.JsSafeCloner.Cloner
cloneTree() - Method in class com.google.gwt.dev.js.rhino.Node
cloneWithoutParameters() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
Creates a new method call to the same method using the same instance but without parameters.
cloneWithoutParameters() - Method in class com.google.gwt.dev.jjs.ast.JNewInstance
close() - Method in class com.google.gwt.core.ext.soyc.impl.DependencyRecorder
close() - Method in interface com.google.gwt.dev.jjs.impl.codesplitter.MultipleDependencyGraphRecorder
Stop recording dependencies.
close() - Method in class com.google.gwt.dev.util.NullOutputFileSet
close() - Method in class com.google.gwt.dev.util.OutputFileSet
No more output will be sent to this OutputFileSet.
close() - Method in class com.google.gwt.dev.util.OutputFileSetOnDirectory
close() - Method in class com.google.gwt.dev.util.OutputFileSetOnJar
close(AutoCloseable) - Static method in class com.google.gwt.util.tools.Utility
Helper that ignores exceptions during close, because what are you going to
do?
CloseableJarHandler - Class in com.google.gwt.dev.url
Opens connections to Zip files when requested and gathers them in a list for later closing.
CloseableJarHandler() - Constructor for class com.google.gwt.dev.url.CloseableJarHandler
CloseableJarHandlerFactory - Class in com.google.gwt.dev.url
A factory that constructs URL Stream Handlers and extends Jar protocol handling by making it
possible to close all InputStreams for a given Zip file.
closeBlock() - Method in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
CloseButton - Class in com.google.gwt.dev.shell
Represents a close button, shrink-wrapped to exactly fit the size of the
close icon.
CloseButton(String) - Constructor for class com.google.gwt.dev.shell.CloseButton
Create a close button.
CloseButton.Callback - Interface in com.google.gwt.dev.shell
Callback interface for clicking on the close button.
CloseModuleCallback - Interface in com.google.gwt.dev.ui
Callback for a request to close an active module from the UI.
closeStreams(String) - Method in class com.google.gwt.dev.url.CloseableJarHandler
Closes all InputStreams that were created by the URL system that point at the given Jar file.
closeStreams(String) - Static method in class com.google.gwt.dev.url.CloseableJarHandlerFactory
Closes all InputStreams that were created by the URL system that point at the given Jar file.
CLOSURE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
closureStyleLiteralsNeeded(PrecompileTaskOptions) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
closureStyleLiteralsNeeded(boolean, boolean) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
ClosureUniqueIdTypeMapper(JProgram) - Constructor for class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.ClosureUniqueIdTypeMapper
CodeCollection - Class in com.google.gwt.soyc
Holds a set of all classes in a Compile Report, and can calculate size
summaries for them.
CodeCollection() - Constructor for class com.google.gwt.soyc.CodeCollection
CODEGEN_TYPES_SET - Static variable in class com.google.gwt.dev.jjs.ast.JProgram
codeGenTypes - Variable in class com.google.gwt.dev.jjs.ast.JProgram
CODEOFFSET_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
CodeServer - Class in com.google.gwt.dev.codeserver
This class contains the
main method
that starts the code server for
"Super Dev Mode", a replacement for developer mode that doesn't require
browser plugins.
CodeServer() - Constructor for class com.google.gwt.dev.codeserver.CodeServer
CodeServerListener - Interface in com.google.gwt.dev.shell
Common interface for code server listeners.
CodeSplitter - Class in com.google.gwt.dev.jjs.impl.codesplitter
Divides the code in a
JsProgram
into multiple fragments.
CodeSplitters - Class in com.google.gwt.dev.jjs.impl.codesplitter
Utility function related to code splitting.
CodeSplitters() - Constructor for class com.google.gwt.dev.jjs.impl.codesplitter.CodeSplitters
coerce(JValueLiteral) - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
collapseAll() - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
Collapse all tree nodes.
COLLAPSED_PROPERTY_HOLDER_GET_PERMUTATION_ID - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CollapsedPropertyKey - Class in com.google.gwt.dev.util
Creates a string representation of the binding property key/value pairs used
in a Permutation.
CollapsedPropertyKey(Permutation) - Constructor for class com.google.gwt.dev.util.CollapsedPropertyKey
Constructor that constructs a key containing all collapsed property/value
pairs used by a Permutation.
CollapsedPropertyKey(BindingProperties) - Constructor for class com.google.gwt.dev.util.CollapsedPropertyKey
Creates a key based on all collapsed property/value pairs for a single permutation.
collapseProperties() - Method in class com.google.gwt.dev.cfg.PropertyCombinations
Return a list of PropertyPermutations that represent the hard permutations
that result from collapsing the soft properties in the
PropertyPermutation's Properties object.
collect(CompilationUnitDeclaration, String) - Static method in class com.google.gwt.dev.javac.MethodParamCollector
Returns an unmodifiable MethodArgNamesLookup containing the method argument
names for the supplied compilation unit.
collect(CompilationUnitDeclaration, String) - Method in class com.google.gwt.dev.javac.MethodVisitor
Collect data about interesting methods in one compilation unit.
CollectAnnotationData - Class in com.google.gwt.dev.javac.asm
Collects data from (possibly nested) annotations on a single entity.
CollectAnnotationData(String, boolean) - Constructor for class com.google.gwt.dev.javac.asm.CollectAnnotationData
Construct the collector.
CollectAnnotationData.AnnotationData - Class in com.google.gwt.dev.javac.asm
Holds annotation fields/values.
CollectAnnotationData.MyAnnotationArrayVisitor - Class in com.google.gwt.dev.javac.asm
Collects data inside an array-valued annotation parameter.
collectApiRefs(CompilationUnitDeclaration) - Method in class com.google.gwt.dev.javac.JdtCompiler
CollectClassData - Class in com.google.gwt.dev.javac.asm
A visitor (that collects class data from bytecode) and a model object to hold the collected data.
CollectClassData() - Constructor for class com.google.gwt.dev.javac.asm.CollectClassData
Construct a visitor that will collect data about a class.
CollectClassData.AnnotationEnum - Class in com.google.gwt.dev.javac.asm
Holds the descriptor and value for an Enum-valued annotation.
CollectClassData.ClassType - Enum in com.google.gwt.dev.javac.asm
Type of this class.
CollectFieldData - Class in com.google.gwt.dev.javac.asm
Collect data from a single field.
CollectFieldData(int, String, String, String, Object) - Constructor for class com.google.gwt.dev.javac.asm.CollectFieldData
COLLECTION - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
collectJsniMethods(CompilationUnitDeclaration, String, String, JsScope, CorrelationFactory) - Static method in class com.google.gwt.dev.javac.JsniMethodCollector
CollectMethodData - Class in com.google.gwt.dev.javac.asm
Collects data from a single method.
CollectMethodData(CollectClassData.ClassType, int, String, String, String, String[]) - Constructor for class com.google.gwt.dev.javac.asm.CollectMethodData
Prepare to collect data for a method from bytecode.
CollectReferencesVisitor - Class in com.google.gwt.dev.javac.asm
Collect all the types which are referenced by a particular class.
CollectTypeParams - Class in com.google.gwt.dev.javac.asm
Collects formal type parameters into a JTypeParameter list.
CollectTypeParams(List<JTypeParameter>) - Constructor for class com.google.gwt.dev.javac.asm.CollectTypeParams
Collect declared type parameters from a generic signature.
COLON - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
com.google.gwt.core.client - package com.google.gwt.core.client
com.google.gwt.core.ext - package com.google.gwt.core.ext
Classes used to extend the GWT compiler.
com.google.gwt.core.ext.debug - package com.google.gwt.core.ext.debug
com.google.gwt.core.ext.impl - package com.google.gwt.core.ext.impl
com.google.gwt.core.ext.linker - package com.google.gwt.core.ext.linker
Classes for writing Linkers.
com.google.gwt.core.ext.linker.impl - package com.google.gwt.core.ext.linker.impl
com.google.gwt.core.ext.soyc - package com.google.gwt.core.ext.soyc
This package contains interfaces that provide access to
"Story of Your Compile" information.
com.google.gwt.core.ext.soyc.coderef - package com.google.gwt.core.ext.soyc.coderef
com.google.gwt.core.ext.soyc.impl - package com.google.gwt.core.ext.soyc.impl
com.google.gwt.core.ext.typeinfo - package com.google.gwt.core.ext.typeinfo
Type-introspection support classes used by generators.
com.google.gwt.core.linker - package com.google.gwt.core.linker
A package containing implementations of the GWT bootstrap linkers.
com.google.gwt.core.shared - package com.google.gwt.core.shared
com.google.gwt.dev - package com.google.gwt.dev
com.google.gwt.dev.cfg - package com.google.gwt.dev.cfg
com.google.gwt.dev.codeserver - package com.google.gwt.dev.codeserver
com.google.gwt.dev.common - package com.google.gwt.dev.common
com.google.gwt.dev.generator - package com.google.gwt.dev.generator
com.google.gwt.dev.javac - package com.google.gwt.dev.javac
com.google.gwt.dev.javac.asm - package com.google.gwt.dev.javac.asm
com.google.gwt.dev.javac.asmbridge - package com.google.gwt.dev.javac.asmbridge
com.google.gwt.dev.javac.testing - package com.google.gwt.dev.javac.testing
com.google.gwt.dev.javac.testing.impl - package com.google.gwt.dev.javac.testing.impl
com.google.gwt.dev.javac.typemodel - package com.google.gwt.dev.javac.typemodel
Type-introspection support classes used by generators.
com.google.gwt.dev.jdt - package com.google.gwt.dev.jdt
com.google.gwt.dev.jjs - package com.google.gwt.dev.jjs
com.google.gwt.dev.jjs.ast - package com.google.gwt.dev.jjs.ast
com.google.gwt.dev.jjs.ast.js - package com.google.gwt.dev.jjs.ast.js
com.google.gwt.dev.jjs.impl - package com.google.gwt.dev.jjs.impl
com.google.gwt.dev.jjs.impl.codesplitter - package com.google.gwt.dev.jjs.impl.codesplitter
com.google.gwt.dev.jjs.impl.gflow - package com.google.gwt.dev.jjs.impl.gflow
com.google.gwt.dev.jjs.impl.gflow.cfg - package com.google.gwt.dev.jjs.impl.gflow.cfg
com.google.gwt.dev.jjs.impl.gflow.constants - package com.google.gwt.dev.jjs.impl.gflow.constants
com.google.gwt.dev.jjs.impl.gflow.copy - package com.google.gwt.dev.jjs.impl.gflow.copy
com.google.gwt.dev.jjs.impl.gflow.liveness - package com.google.gwt.dev.jjs.impl.gflow.liveness
com.google.gwt.dev.jjs.impl.gflow.unreachable - package com.google.gwt.dev.jjs.impl.gflow.unreachable
com.google.gwt.dev.js - package com.google.gwt.dev.js
com.google.gwt.dev.js.ast - package com.google.gwt.dev.js.ast
com.google.gwt.dev.js.rhino - package com.google.gwt.dev.js.rhino
com.google.gwt.dev.json - package com.google.gwt.dev.json
com.google.gwt.dev.resource - package com.google.gwt.dev.resource
com.google.gwt.dev.resource.impl - package com.google.gwt.dev.resource.impl
com.google.gwt.dev.shell - package com.google.gwt.dev.shell
com.google.gwt.dev.shell.jetty - package com.google.gwt.dev.shell.jetty
com.google.gwt.dev.shell.log - package com.google.gwt.dev.shell.log
com.google.gwt.dev.shell.remoteui - package com.google.gwt.dev.shell.remoteui
com.google.gwt.dev.shell.rewrite - package com.google.gwt.dev.shell.rewrite
com.google.gwt.dev.ui - package com.google.gwt.dev.ui
com.google.gwt.dev.url - package com.google.gwt.dev.url
com.google.gwt.dev.util - package com.google.gwt.dev.util
com.google.gwt.dev.util.arg - package com.google.gwt.dev.util.arg
com.google.gwt.dev.util.collect - package com.google.gwt.dev.util.collect
com.google.gwt.dev.util.editdistance - package com.google.gwt.dev.util.editdistance
com.google.gwt.dev.util.log - package com.google.gwt.dev.util.log
com.google.gwt.dev.util.log.dashboard - package com.google.gwt.dev.util.log.dashboard
com.google.gwt.dev.util.log.speedtracer - package com.google.gwt.dev.util.log.speedtracer
com.google.gwt.dev.util.msg - package com.google.gwt.dev.util.msg
com.google.gwt.dev.util.xml - package com.google.gwt.dev.util.xml
com.google.gwt.lang - package com.google.gwt.lang
com.google.gwt.soyc - package com.google.gwt.soyc
com.google.gwt.soyc.io - package com.google.gwt.soyc.io
com.google.gwt.util - package com.google.gwt.util
A package containing an annotation used to mark package-info.java classes.
com.google.gwt.util.regexfilter - package com.google.gwt.util.regexfilter
Classes used to implement filtering by a sequence of regular expressions preceded by + or - signs.
com.google.gwt.util.tools - package com.google.gwt.util.tools
Utility classes for building GWT command-line applications.
com.google.gwt.util.tools.shared - package com.google.gwt.util.tools.shared
Utility classes shared between gwt-dev and gwt-servlet.
combine(List<StatementRanges>) - Static method in class com.google.gwt.core.ext.linker.impl.StandardStatementRanges
Combines multiple StatementRanges into a single StatementRanges by assuming
that the offsets inside each subsequent StatementRanges instance begin
after the ending offset of the previous instance.
CombinedAssumption(CombinedIntegratedAnalysis.CombinedAssumption) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis.CombinedAssumption
CombinedAssumption(int) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis.CombinedAssumption
CombinedAssumption(List<Assumption<?>>) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis.CombinedAssumption
CombinedIntegratedAnalysis <N ,E ,T ,G extends Graph <N ,E ,T >> - Class in com.google.gwt.dev.jjs.impl.gflow
Integrated analysis, which combines several other integrated analyses into
one.
CombinedIntegratedAnalysis() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis
CombinedIntegratedAnalysis.CombinedAssumption - Class in com.google.gwt.dev.jjs.impl.gflow
Combined assumption which holds vector of original assumptions.
COMMA - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
commit(TreeLogger, PrintWriter) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
commit(TreeLogger, PrintWriter) - Method in interface com.google.gwt.core.ext.GeneratorContext
commit(TreeLogger, PrintWriter) - Method in class com.google.gwt.core.ext.StubGeneratorContext
commit(TreeLogger, PrintWriter) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Commits a pending generated type.
commit(TreeLogger) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
Finalizes the source and adds this generated unit to the host.
commitArtifact(TreeLogger, Artifact<?>) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
commitArtifact(TreeLogger, Artifact<?>) - Method in interface com.google.gwt.core.ext.GeneratorContext
Add an Artifact to the
ArtifactSet
that will be presented to the
Linker
chain at the end of the
compilation cycle.
commitArtifact(TreeLogger, Artifact<?>) - Method in class com.google.gwt.core.ext.StubGeneratorContext
commitArtifact(TreeLogger, Artifact<?>) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Adds an Artifact to the context's ArtifactSets.
commitArtifactsFromCache(TreeLogger) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Commits all available cached Artifacts to the context.
commitMyBranchEntryInMyParentLogger() - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
Commits the branch after ensuring that the parent logger (if there is one)
has been committed first.
commitResource(TreeLogger, OutputStream) - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
commitResource(TreeLogger, OutputStream) - Method in interface com.google.gwt.core.ext.GeneratorContext
commitResource(TreeLogger, OutputStream) - Method in class com.google.gwt.core.ext.StubGeneratorContext
commitResource(TreeLogger, OutputStream) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
COMPARABLE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
comparator() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
COMPARATOR - Static variable in class com.google.gwt.dev.javac.CompilationUnit
compare(SymbolData, SymbolData) - Method in class com.google.gwt.core.ext.linker.SymbolData.ClassIdentComparator
compare(Story, Story) - Method in class com.google.gwt.core.ext.soyc.impl.StoryImplComparator
compareTo(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.Artifact
compareTo(Property) - Method in class com.google.gwt.dev.cfg.Property
compareTo(GwtVersion) - Method in class com.google.gwt.dev.GwtVersion
compareTo(StringKey) - Method in class com.google.gwt.dev.util.StringKey
Compares based on concrete type name and then value.
compareToComparableArtifact(C) - Method in class com.google.gwt.core.ext.linker.Artifact
Performs comparison with an artifact of a compatible base type.
compareToComparableArtifact(CompilationMetricsArtifact) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
compareToComparableArtifact(CompilationResult) - Method in class com.google.gwt.core.ext.linker.CompilationResult
compareToComparableArtifact(EmittedArtifact) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
compareToComparableArtifact(PropertiesMappingArtifact) - Method in class com.google.gwt.core.ext.linker.impl.PropertiesMappingArtifact
compareToComparableArtifact(SelectionInformation) - Method in class com.google.gwt.core.ext.linker.impl.SelectionInformation
compareToComparableArtifact(ModuleMetricsArtifact) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
compareToComparableArtifact(PrecompilationMetricsArtifact) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
compareToComparableArtifact(ScriptReference) - Method in class com.google.gwt.core.ext.linker.ScriptReference
compareToComparableArtifact(StylesheetReference) - Method in class com.google.gwt.core.ext.linker.StylesheetReference
compareToComparableArtifact(SymbolMapsLinker.ScriptFragmentEditsArtifact) - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
CompilationErrorsIndex - Interface in com.google.gwt.dev.javac
Provides fast access to compilation error information to support detailed logging.
CompilationErrorsIndexImpl - Class in com.google.gwt.dev.javac
A mutable and serializable CompilationErrorsIndex.
CompilationErrorsIndexImpl() - Constructor for class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
CompilationMetricsArtifact - Class in com.google.gwt.core.ext.linker
Captures some metrics from the compile permutations step of the build.
CompilationMetricsArtifact(int) - Constructor for class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
CompilationMetricsArtifact(Class<? extends Linker>, int) - Constructor for class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
CompilationProblemReporter - Class in com.google.gwt.dev.javac
Handles some details of reporting errors in
CompilationUnit
s to the
console.
CompilationProblemReporter() - Constructor for class com.google.gwt.dev.javac.CompilationProblemReporter
CompilationResult - Class in com.google.gwt.core.ext.linker
Represents a unique compilation of the module.
CompilationResult(Class<? extends Linker>) - Constructor for class com.google.gwt.core.ext.linker.CompilationResult
CompilationState - Class in com.google.gwt.dev.javac
Encapsulates the state of active compilation units in a particular module.
compilationState - Variable in class com.google.gwt.dev.shell.ShellModuleSpaceHost
CompilationStateBuilder - Class in com.google.gwt.dev.javac
Manages a centralized cache for compiled units.
CompilationStateBuilder() - Constructor for class com.google.gwt.dev.javac.CompilationStateBuilder
CompilationStateBuilder.CompileMoreLater - Class in com.google.gwt.dev.javac
An opaque class that lets you compile more units later.
CompilationUnit - Class in com.google.gwt.dev.javac
Encapsulates the state of a single active compilation unit in a particular
module.
CompilationUnit() - Constructor for class com.google.gwt.dev.javac.CompilationUnit
CompilationUnitBuilder - Class in com.google.gwt.dev.javac
CompilationUnitBuilder() - Constructor for class com.google.gwt.dev.javac.CompilationUnitBuilder
CompilationUnitInvalidator - Class in com.google.gwt.dev.javac
Helper class to invalidate units in a set based on errors or references to
other invalidate units.
CompilationUnitInvalidator() - Constructor for class com.google.gwt.dev.javac.CompilationUnitInvalidator
CompilationUnitTypeOracleUpdater - Class in com.google.gwt.dev.javac
Builds or rebuilds a
TypeOracle
from a set of
compilation units.
CompilationUnitTypeOracleUpdater(TypeOracle) - Constructor for class com.google.gwt.dev.javac.CompilationUnitTypeOracleUpdater
CompilationUnitTypeOracleUpdater.TypeOracleBuildContext - Class in com.google.gwt.dev.javac
compile(TreeLogger, CompilerContext, Permutation, UnifiedAst) - Static method in class com.google.gwt.dev.CompilePerms
Compile a single permutation.
compile(TreeLogger, CompilerContext, Precompilation, Permutation[], int, List<PersistenceBackedObject<PermutationResult>>) - Static method in class com.google.gwt.dev.CompilePerms
Compile multiple permutations.
compile(TreeLogger, CompilerOptions) - Static method in class com.google.gwt.dev.Compiler
compile(TreeLogger, CompilerOptions, ModuleDef) - Static method in class com.google.gwt.dev.Compiler
compile(TreeLogger, CompilerOptions, MinimalRebuildCache, ModuleDef) - Static method in class com.google.gwt.dev.Compiler
compile(TreeLogger, CompilerContext, Collection<CompilationUnitBuilder>) - Static method in class com.google.gwt.dev.javac.JdtCompiler
Compiles the given set of units.
COMPILE_REPORT_DIRECTORY - Static variable in class com.google.gwt.soyc.io.ArtifactsOutputDirectory
CompiledClass - Class in com.google.gwt.dev.javac
Encapsulates the state of a single compiled class file.
CompiledClass(CompiledClass, String, String) - Constructor for class com.google.gwt.dev.javac.CompiledClass
For mock construction in tests.
CompileDir - Class in com.google.gwt.dev.codeserver
Defines a directory tree used for compiling a GWT app one time.
CompileDir(File) - Constructor for class com.google.gwt.dev.codeserver.CompileDir
CompileMoreLater(CompilerContext, JdtCompiler.AdditionalTypeProviderDelegate) - Constructor for class com.google.gwt.dev.javac.CompilationStateBuilder.CompileMoreLater
CompileOnePerm - Class in com.google.gwt.dev
Performs the second phase of compilation, converting one of the Precompile's
serialized AST files into JavaScript outputs.
CompileOnePerm(CompileOnePerm.CompileOnePermOptions) - Constructor for class com.google.gwt.dev.CompileOnePerm
CompileOnePerm.CompileOnePermOptions - Interface in com.google.gwt.dev
Options for CompilePerm.
CompilePerms - Class in com.google.gwt.dev
Performs the second phase of compilation, converting the Precompile's AST
into JavaScript outputs.
CompilePerms(CompilePerms.CompilePermsOptions) - Constructor for class com.google.gwt.dev.CompilePerms
CompilePerms.ArgHandlerPerms - Class in com.google.gwt.dev
Argument handler for specifying the which perms to run.
CompilePerms.CompilePermsOptions - Interface in com.google.gwt.dev
Options for CompilePerms.
CompilePerms.OptionPerms - Interface in com.google.gwt.dev
Handles options for which permutations to compile.
CompilePermsServer - Class in com.google.gwt.dev
An out-of-process implementation of CompilePerms that will connect back to an
existing compiler host.
CompilePermsServer() - Constructor for class com.google.gwt.dev.CompilePermsServer
CompilePermsServer.CompileServerOptions - Interface in com.google.gwt.dev
Adds host and port information.
compilePermutation(UnifiedAst, TreeLogger, CompilerContext, Permutation) - Static method in class com.google.gwt.dev.jjs.JavaToJavaScriptCompiler
Compiles a particular permutation.
compilePermutations(TreeLogger, CompilerContext, Precompilation, Permutation[], int, List<PersistenceBackedObject<PermutationResult>>) - Static method in class com.google.gwt.dev.PermutationWorkerFactory
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.
Compiler - Class in com.google.gwt.dev
The main executable entry point for the GWT Java to JavaScript compiler.
Compiler() - Constructor for class com.google.gwt.dev.Compiler
CompilerContext - Class in com.google.gwt.dev
Contains most global read-only compiler state and makes it easily accessible to the far flung
reaches of the compiler call graph without the constant accumulation of more and more function
parameters.
CompilerContext() - Constructor for class com.google.gwt.dev.CompilerContext
compilerContext - Variable in class com.google.gwt.dev.DevModeBase
CompilerContext.Builder - Class in com.google.gwt.dev
CompilerContext builder.
compilerContextBuilder - Variable in class com.google.gwt.dev.DevModeBase
CompilerEventType - Enum in com.google.gwt.dev.util.log.speedtracer
Represents a type of event whose performance is tracked while running the
Compiler
CompilerIoException - Exception in com.google.gwt.dev.jjs
Indicates the compiler encountered an IO failure.
Generally speaking the exception is fatal and should not be caught except at the top level.
CompilerIoException(String) - Constructor for exception com.google.gwt.dev.jjs.CompilerIoException
CompilerIoException(String, Throwable) - Constructor for exception com.google.gwt.dev.jjs.CompilerIoException
CompilerMetricsXmlFormatter - Class in com.google.gwt.soyc
Exports the compiler metrics gathered by the precompile and
compilePermutation steps into an XML file to be read by external tools.
CompilerOptions - Interface in com.google.gwt.dev
The complete set of options for the GWT compiler.
CompilerOptionsImpl - Class in com.google.gwt.dev
Concrete class to implement compiler process, precompile task and compile task options.
CompilerOptionsImpl() - Constructor for class com.google.gwt.dev.CompilerOptionsImpl
CompilerOptionsImpl(CompilerOptions) - Constructor for class com.google.gwt.dev.CompilerOptionsImpl
CompilerVersion - Class in com.google.gwt.dev.util
Utility for uniquely identifying the current compiler version.
CompilerVersion() - Constructor for class com.google.gwt.dev.util.CompilerVersion
CompileTaskOptions - Interface in com.google.gwt.dev
A common set of options for all compile tasks.
CompileTaskRunner - Class in com.google.gwt.dev
Used to run compiler tasks with the appropriate logger.
CompileTaskRunner() - Constructor for class com.google.gwt.dev.CompileTaskRunner
CompileTaskRunner.CompileTask - Interface in com.google.gwt.dev
A task to run with a logger based on options.
CompileTimeConstantsReplacer - Class in com.google.gwt.dev.jjs.impl
Replaces compile time constants by their values.
CompileTimeConstantsReplacer() - Constructor for class com.google.gwt.dev.jjs.impl.CompileTimeConstantsReplacer
CompilingClassLoader - Class in com.google.gwt.dev.shell
CompilingClassLoader(TreeLogger, CompilationState, ShellJavaScriptHost) - Constructor for class com.google.gwt.dev.shell.CompilingClassLoader
compose(Object[], Object[]) - Method in class com.google.gwt.dev.util.msg.Message
CompositeTreeLogger - Class in com.google.gwt.dev.util.log
Forks logging over two child loggers.
CompositeTreeLogger(TreeLogger...) - Constructor for class com.google.gwt.dev.util.log.CompositeTreeLogger
CompoundAssignmentNormalizer - Class in com.google.gwt.dev.jjs.impl
Replace problematic compound assignments with a sequence of simpler
operations, all of which are either simple assignments or are non-assigning
operations.
CompoundAssignmentNormalizer() - Constructor for class com.google.gwt.dev.jjs.impl.CompoundAssignmentNormalizer
CompoundCondition - Class in com.google.gwt.dev.cfg
Abstract base class for various kinds of compound deferred binding
conditions.
CompoundCondition(Condition...) - Constructor for class com.google.gwt.dev.cfg.CompoundCondition
COMPUTE_SCRIPT_BASE_JS - Static variable in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
File name for computeScriptBase.js.
computeAndClearStaleTypesCache(TreeLogger, JTypeOracle) - Method in class com.google.gwt.dev.MinimalRebuildCache
Calculates the set of stale types and clears their cached Js, StatementRanges and SourceMaps.
computeAndClearStaleTypesCache(TreeLogger, JTypeOracle) - Method in class com.google.gwt.dev.NullRebuildCache
computeBeforeAST(JTypeOracle.StandardTypes, Collection<JDeclaredType>, List<JDeclaredType>) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
computeBeforeAST(JTypeOracle.StandardTypes, Collection<JDeclaredType>, Collection<JDeclaredType>, Collection<String>) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
ComputeCastabilityInformation - Class in com.google.gwt.dev.jjs.impl
Builds minimal cast maps to cover cast and instanceof operations.
computeDeletedTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
Computes and returns the set of names of deleted types.
computeDeletedTypeNames() - Method in class com.google.gwt.dev.NullRebuildCache
computeEntryPoint() - Static method in class com.google.gwt.dev.shell.CheckForUpdates
Find the first method named "main" on the call stack and use its class as
the entry point.
ComputeExhaustiveCastabilityInformation - Class in com.google.gwt.dev.jjs.impl
Builds exhaustive cast maps for class types defined in and array types used in this library.
computeInitiallyLive(JProgram) - Static method in class com.google.gwt.dev.jjs.impl.codesplitter.CodeSplitter
computeInstantiationExpression(JPermutationDependentValue) - Method in class com.google.gwt.dev.jjs.impl.ResolvePermutationDependentValues
computeModifiedTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
Computes and returns the set of names of modified types.
computeModifiedTypeNames() - Method in class com.google.gwt.dev.NullRebuildCache
computeName(JMember) - Method in enum com.google.gwt.dev.jjs.ast.HasJsInfo.JsMemberType
ComputeOverridesAndImplementDefaultMethods - Class in com.google.gwt.dev.jjs.impl
ComputeOverridesAndImplementDefaultMethods() - Constructor for class com.google.gwt.dev.jjs.impl.ComputeOverridesAndImplementDefaultMethods
computePackageSizes() - Method in class com.google.gwt.soyc.GlobalInformation
Computes all package sizes.
ComputePotentiallyObservableUninitializedValues - Class in com.google.gwt.dev.jjs.impl
Determines conservatively which classes can potentially see uninitialized values of their
subclasses' fields.
computePreferredCacheDir(List<String>, TreeLogger) - Static method in class com.google.gwt.dev.util.DiskCachingUtil
Computes and returns a consistent preferred cache dir based on the given set of module names
and the current working directory.
computeReachableTypeIds() - Method in class com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer
Follow control flow to find and return the set of ids of reachable types.
computeReachableTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
Computes and returns the names of the set of types that are referenceable within the method
level control flow starting from the entry methods, immortal codegen types and exported
JsInterop methods.
computeReachableTypeNames() - Method in class com.google.gwt.dev.NullRebuildCache
computeSignature(String, List<JType>, JType, boolean) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
computeStrongName(byte[]) - Static method in class com.google.gwt.dev.util.Util
Computes the MD5 hash for the specified byte array.
computeStrongName(byte[][]) - Static method in class com.google.gwt.dev.util.Util
Computes the MD5 hash of the specified byte arrays.
computeTotalSize(int[]) - Static method in class com.google.gwt.dev.jjs.impl.codesplitter.CodeSplitter
Computes the "maximum total script size" for one permutation.
Condition - Class in com.google.gwt.dev.cfg
Abstract base class for various kinds of deferred binding conditions.
Condition() - Constructor for class com.google.gwt.dev.cfg.Condition
ConditionAll - Class in com.google.gwt.dev.cfg
A compound condition that is only satisfied if all of its children are
satisfied.
ConditionAll(Condition...) - Constructor for class com.google.gwt.dev.cfg.ConditionAll
ConditionAny - Class in com.google.gwt.dev.cfg
A compound condition that is satisfied if any of its children are satisfied.
ConditionAny(Condition...) - Constructor for class com.google.gwt.dev.cfg.ConditionAny
ConditionNone - Class in com.google.gwt.dev.cfg
A compound condition that is only satisfied if all of its children are
unsatisfied.
ConditionNone(Condition...) - Constructor for class com.google.gwt.dev.cfg.ConditionNone
conditions - Variable in class com.google.gwt.dev.cfg.CompoundCondition
Conditions - Class in com.google.gwt.dev.cfg
Conditions() - Constructor for class com.google.gwt.dev.cfg.Conditions
ConditionWhenLinkerAdded - Class in com.google.gwt.dev.cfg
Deprecated.
ConditionWhenLinkerAdded(String) - Constructor for class com.google.gwt.dev.cfg.ConditionWhenLinkerAdded
Deprecated.
ConditionWhenPropertyIs - Class in com.google.gwt.dev.cfg
A deferred binding condition to determine whether a named property has a
particular value.
ConditionWhenPropertyIs(String, String) - Constructor for class com.google.gwt.dev.cfg.ConditionWhenPropertyIs
ConditionWhenTypeAssignableTo - Class in com.google.gwt.dev.cfg
A deferred binding condition to determine whether the type being rebound is
assignment-compatible with a particular type.
ConditionWhenTypeAssignableTo(String) - Constructor for class com.google.gwt.dev.cfg.ConditionWhenTypeAssignableTo
ConditionWhenTypeIs - Class in com.google.gwt.dev.cfg
A deferred binding condition to determine whether the type being rebound is
exactly a particular type.
ConditionWhenTypeIs(String) - Constructor for class com.google.gwt.dev.cfg.ConditionWhenTypeIs
CONFIGURATION_PROPERTY_COMPARATOR - Static variable in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
ConfigurationProperties - Class in com.google.gwt.dev.cfg
The compiler's representation of a set of configuration properties.
ConfigurationProperties(Iterable<ConfigurationProperty>) - Constructor for class com.google.gwt.dev.cfg.ConfigurationProperties
Takes a snapshot of some ConfigurationProperty instances.
ConfigurationProperties(ModuleDef) - Constructor for class com.google.gwt.dev.cfg.ConfigurationProperties
Takes a snapshot of a module's configuration properties.
ConfigurationProperties(Map<String, List<String>>) - Constructor for class com.google.gwt.dev.cfg.ConfigurationProperties
Construct from a map (for testing).
ConfigurationProperty - Interface in com.google.gwt.core.ext
A named configuration (property, values) pair.
ConfigurationProperty - Interface in com.google.gwt.core.ext.linker
Represents a configuration property.
ConfigurationProperty - Class in com.google.gwt.dev.cfg
Represents a module property which does not impact deferred-binding
decisions.
ConfigurationProperty(String) - Constructor for class com.google.gwt.dev.cfg.ConfigurationProperty
ConfigurationProperty(String, boolean) - Constructor for class com.google.gwt.dev.cfg.ConfigurationProperty
confirmClose() - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
Ask the user for confirmation to close the current logger.
connect(String, String, String, String, String) - Method in class com.google.gwt.dev.shell.HostedModePluginObject
Initiate a hosted mode connection to the requested port and load the
requested module.
connectAddress - Variable in class com.google.gwt.dev.DevModeBase
ConstantsAnalysis - Class in com.google.gwt.dev.jjs.impl.gflow.constants
Constant propagation optimization.
ConstantsAnalysis() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAnalysis
ConstantsAssumption - Class in com.google.gwt.dev.jjs.impl.gflow.constants
Assumptions for ConstantsAnalysis.
ConstantsAssumption() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption
ConstantsAssumption(ConstantsAssumption) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption
ConstantsAssumption.Updater - Class in com.google.gwt.dev.jjs.impl.gflow.constants
Updates the assumption by copying it on first write.
ConstantsFlowFunction - Class in com.google.gwt.dev.jjs.impl.gflow.constants
Flow function for ConstantsAnalysis.
ConstantsFlowFunction() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsFlowFunction
ConstantsIntegratedFlowFunction - Class in com.google.gwt.dev.jjs.impl.gflow.constants
Integrated flow function for ConstantsAnalysis.
ConstantsIntegratedFlowFunction() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsIntegratedFlowFunction
ConstantsTransformationFunction - Class in com.google.gwt.dev.jjs.impl.gflow.constants
Transformation function for ConstantsAnalysis.
ConstantsTransformationFunction() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsTransformationFunction
construct(TreeLogger, CompilationState, PrecompileTaskOptions, ConfigurationProperties) - Static method in class com.google.gwt.dev.jjs.AstConstructor
construct(TreeLogger, CompilationState, CompilerContext, ConfigurationProperties) - Static method in class com.google.gwt.dev.jjs.AstConstructor
construct(Context, Scriptable, Object[]) - Method in class com.google.gwt.dev.shell.JavaObject
constructAnonymousClassMappings(TreeLogger) - Method in class com.google.gwt.dev.javac.CompilationUnit
Deprecated.
constructManglingSignature(JMethod, String) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
contains(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
contains(Range) - Method in class com.google.gwt.core.ext.soyc.Range
Return true
if the given Range lies wholly within the Range.
contains(Object) - Method in class com.google.gwt.dev.util.collect.HashSet
contains(T) - Method in class com.google.gwt.dev.util.collect.Stack
Returns true if the stack contains element, false otherwise.
containsAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
containsKey(Object) - Method in class com.google.gwt.dev.util.collect.HashMap
containsProperty(String) - Method in class com.google.gwt.dev.PropertyAndBindingInfo
Returns true if the map contains a answer for the given GWT.create() argument.
containsType(String) - Method in class com.google.gwt.dev.PropertyAndBindingInfo
Returns true if the map contains a answer for the given GWT.create() argument.
containsValue(Object) - Method in class com.google.gwt.dev.util.collect.HashMap
CONTENT_ENCODING - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_ENCODING_GZIP - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_LENGTH - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_TYPE - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_TYPE_APPLICATION_XJAVASCRIPT_UTF8 - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_TYPE_TEXT_CSS - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_TYPE_TEXT_HTML - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_TYPE_TEXT_HTML_UTF8 - Static variable in class com.google.gwt.dev.util.HttpHeaders
CONTENT_TYPE_TEXT_PLAIN - Static variable in class com.google.gwt.dev.util.HttpHeaders
contentDependsOnTypes() - Method in class com.google.gwt.dev.cfg.RuleGenerateWith
Returns whether the output of the Generator being managed by this rule depends on access to the
global set of types to be able to run accurately.
Context - Interface in com.google.gwt.dev.jjs.ast
The context in which a JNode visitation occurs.
Context - Class in com.google.gwt.dev.js.rhino
This class represents the runtime context of an executing script.
Context() - Constructor for class com.google.gwt.dev.js.rhino.Context
Create a new Context.
CONTINUE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
CONTINUE_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
ControlFlowAnalyzer - Class in com.google.gwt.dev.jjs.impl
This class finds out what code in a program is live based on starting
execution at a specified location.
ControlFlowAnalyzer(ControlFlowAnalyzer) - Constructor for class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
ControlFlowAnalyzer(JProgram) - Constructor for class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
ControlFlowAnalyzer.DependencyRecorder - Interface in com.google.gwt.dev.jjs.impl
A callback for recording control-flow dependencies as they are discovered.
ControlFlowRecorder - Class in com.google.gwt.dev.jjs.impl
Records control flow information.
ControlFlowRecorder(StringAnalyzableTypeEnvironment, boolean, JProgram) - Constructor for class com.google.gwt.dev.jjs.impl.ControlFlowRecorder
CONVERT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
convertFromJavaValue(Object) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
Convert a Java object to a value.
convertToArg(Schema, int, String, String, String) - Method in class com.google.gwt.dev.util.xml.AttributeConverter
Converts from a string to the type needed.
convertToArg(Schema, int, String, String, String) - Method in class com.google.gwt.dev.util.xml.AttributeConverterForBoolean
convertToArg(Schema, int, String, String, String) - Method in class com.google.gwt.dev.util.xml.AttributeConverterForInteger
convertToArg(Schema, int, String, String, String) - Method in class com.google.gwt.dev.util.xml.AttributeConverterForString
convertToArg(int) - Method in class com.google.gwt.dev.util.xml.HandlerArgs
copy() - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption.Updater
copy(InputStream, OutputStream) - Static method in class com.google.gwt.dev.util.Util
copy(TreeLogger, InputStream, OutputStream) - Static method in class com.google.gwt.dev.util.Util
Copies an input stream out to an output stream.
CopyAnalysis - Class in com.google.gwt.dev.jjs.impl.gflow.copy
Analysis which detects that one variable is the copy of the other,
and uses older var instead.
CopyAnalysis() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAnalysis
CopyAssumption - Class in com.google.gwt.dev.jjs.impl.gflow.copy
Assumption class for CopyAnalysis.
CopyAssumption() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption
CopyAssumption(CopyAssumption) - Constructor for class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption
CopyAssumption.Updater - Class in com.google.gwt.dev.jjs.impl.gflow.copy
Updates the assumption by copying it on first write.
copyDeeply() - Method in class com.google.gwt.dev.json.JsonArray
copyDeeply() - Method in class com.google.gwt.dev.json.JsonBoolean
copyDeeply() - Method in class com.google.gwt.dev.json.JsonObject
copyDeeply() - Method in class com.google.gwt.dev.json.JsonString
copyDeeply() - Method in interface com.google.gwt.dev.json.JsonValue
Makes a full copy of the JSON data structure.
CopyFlowFunction - Class in com.google.gwt.dev.jjs.impl.gflow.copy
Flow function for CopyAnalysis.
CopyFlowFunction() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.copy.CopyFlowFunction
copyFrom(CompilerOptions) - Method in class com.google.gwt.dev.CompilerOptionsImpl
copyFrom(JTypeOracle.ImmediateTypeRelations) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle.ImmediateTypeRelations
copyFrom(ResolveRuntimeTypeReferences.TypeMapper<JMethodCall>) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.ClosureUniqueIdTypeMapper
copyFrom(ResolveRuntimeTypeReferences.TypeMapper<JIntLiteral>) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.IntTypeMapper
copyFrom(ResolveRuntimeTypeReferences.TypeMapper<JStringLiteral>) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.StringTypeMapper
copyFrom(ResolveRuntimeTypeReferences.TypeMapper<T>) - Method in interface com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.TypeMapper
copyFrom(JJSOptions) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
copyFrom(JsIncrementalNamer.JsIncrementalNamerState) - Method in class com.google.gwt.dev.js.JsIncrementalNamer.JsIncrementalNamerState
copyFrom(MinimalRebuildCache) - Method in class com.google.gwt.dev.MinimalRebuildCache
Replaces the contents of this cache with the contents of the given cache.
copyFrom(JJSOptions) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
copyFrom(PrecompileTaskOptions) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
CopyIntegratedFlowFunction - Class in com.google.gwt.dev.jjs.impl.gflow.copy
Integrated flow function for CopyAnalysis.
CopyIntegratedFlowFunction() - Constructor for class com.google.gwt.dev.jjs.impl.gflow.copy.CopyIntegratedFlowFunction
copyNoClose(InputStream, OutputStream) - Static method in class com.google.gwt.dev.util.Util
Copies all of the bytes from the input stream to the output stream until
the input stream is EOF.
copyObjectProperties(JavaScriptObject, JavaScriptObject) - Static method in class com.google.gwt.lang.Runtime
Correlation - Class in com.google.gwt.dev.jjs
Each SourceInfo may define one or more axes by which it can be correlated
with other SourceInfo objects.
Correlation.Axis - Enum in com.google.gwt.dev.jjs
The axes on which we'll want to pivot the SourceInfo data-set.
Correlation.Literal - Enum in com.google.gwt.dev.jjs
Specifies the type of literal value.
CorrelationFactory - Class in com.google.gwt.dev.jjs
CorrelationFactory() - Constructor for class com.google.gwt.dev.jjs.CorrelationFactory
CorrelationFactory.DummyCorrelationFactory - Class in com.google.gwt.dev.jjs
A dummy factory that always returns null
.
CorrelationFactory.RealCorrelationFactory - Class in com.google.gwt.dev.jjs
cover(String, String) - Static method in class com.google.gwt.lang.CoverageUtil
Updates the coverage object, marking the given filename-line number pair as executed.
COVERAGE_UTIL_COVER - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
COVERAGE_UTIL_COVERAGE - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
COVERAGE_UTIL_ON_BEFORE_UNLOAD - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
CoverageInstrumentor - Class in com.google.gwt.dev.js
Instruments the generated JavaScript to record code coverage information
about the original Java source.
CoverageUtil - Class in com.google.gwt.lang
Utilities used for code coverage, to be injected into the JavaScript AST.
CoverageUtil() - Constructor for class com.google.gwt.lang.CoverageUtil
CoverageVisitor - Class in com.google.gwt.dev.js
A visitor that visits every location in the AST where instrumentation is
desirable.
CoverageVisitor(Set<String>) - Constructor for class com.google.gwt.dev.js.CoverageVisitor
create(Class<?>) - Method in class com.google.gwt.core.shared.GWTBridge
create(GeneratedUnit) - Static method in class com.google.gwt.dev.javac.CompilationUnitBuilder
create(Resource) - Static method in class com.google.gwt.dev.javac.CompilationUnitBuilder
create(int, int, int, String) - Static method in class com.google.gwt.dev.jjs.SourceOrigin
Creates SourceOrigin nodes.
create(int, String) - Static method in class com.google.gwt.dev.jjs.SourceOrigin
Creates SourceOrigin nodes.
create() - Static method in class com.google.gwt.dev.json.JsonArray
create(boolean) - Static method in class com.google.gwt.dev.json.JsonBoolean
create(double) - Static method in class com.google.gwt.dev.json.JsonNumber
create(long) - Static method in class com.google.gwt.dev.json.JsonNumber
create() - Static method in class com.google.gwt.dev.json.JsonObject
create(String) - Static method in class com.google.gwt.dev.json.JsonString
create(Class<?>) - Method in class com.google.gwt.dev.shell.GWTBridgeImpl
Resolves a deferred binding request and create the requested object.
create() - Static method in class com.google.gwt.dev.util.collect.IdentityMaps
create(K, V) - Static method in class com.google.gwt.dev.util.collect.IdentityMaps
create() - Static method in class com.google.gwt.dev.util.collect.IdentitySets
create(T) - Static method in class com.google.gwt.dev.util.collect.IdentitySets
create() - Static method in class com.google.gwt.dev.util.collect.Lists
create(Collection<T>) - Static method in class com.google.gwt.dev.util.collect.Lists
create(T) - Static method in class com.google.gwt.dev.util.collect.Lists
create(T...) - Static method in class com.google.gwt.dev.util.collect.Lists
create() - Static method in class com.google.gwt.dev.util.collect.Maps
create(K, V) - Static method in class com.google.gwt.dev.util.collect.Maps
create() - Static method in class com.google.gwt.dev.util.collect.Sets
create(T) - Static method in class com.google.gwt.dev.util.collect.Sets
create(T...) - Static method in class com.google.gwt.dev.util.collect.Sets
create() - Static method in class com.google.gwt.dev.util.collect.Stack
Creates a new Stack for type T
.
create(L, R) - Static method in class com.google.gwt.dev.util.Pair
create(Method, String, int) - Static method in class com.google.gwt.dev.util.xml.HandlerParam
Looks for a field of the form [methodName]_[paramIndex]_[attrName].
createAnalysis() - Static method in class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis
Factory method.
createApplyInvocation(SourceInfo, JsUtils.InvocationDescriptor) - Static method in class com.google.gwt.dev.js.JsUtils
createArgs(Schema, int, String) - Method in class com.google.gwt.dev.util.xml.HandlerMethod
createArrayClassLiteralExpression(SourceInfo, JClassLiteral, int) - Method in class com.google.gwt.dev.jjs.ast.JProgram
Returns an expression that evaluates to an array class literal at runtime.
createArrayLiteral(Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Array Literal
createArrayWithDimensionExpressions(SourceInfo, JArrayType, List<JExpression>) - Static method in class com.google.gwt.dev.jjs.ast.JNewArray
createArrayWithInitializers(SourceInfo, JArrayType, List<JExpression>) - Static method in class com.google.gwt.dev.jjs.ast.JNewArray
createAssignment(SourceInfo, JExpression, JExpression) - Static method in class com.google.gwt.dev.jjs.ast.JProgram
createAssignment(JsExpression, JsExpression) - Static method in class com.google.gwt.dev.js.JsUtils
createAssignment(SourceInfo, JsExpression, JsExpression) - Static method in class com.google.gwt.dev.js.JsUtils
createAssignment(int, Node, Node, Class, boolean) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createAssignmentStmt(SourceInfo, JExpression, JExpression) - Static method in class com.google.gwt.dev.jjs.ast.JProgram
Helper to create an assignment, used to initialize fields, etc.
createBinary(int, Object, Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Binary
createBinary(int, int, Object, Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createBinding(String) - Method in class com.google.gwt.dev.cfg.Properties
Creates the specified deferred-binding property, or returns an existing one
by the specified name if present.
createBlock(int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Statement block
Creates the empty statement block
Must make subsequent calls to add statements to the node
createBreak(String, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Break (possibly labeled)
createBridge(JMethod, JsName, JsScope) - Static method in class com.google.gwt.dev.js.JsUtils
createCallInvocationOrSuperPropertyAccess(SourceInfo, JsUtils.InvocationDescriptor) - Static method in class com.google.gwt.dev.js.JsUtils
createCatch(String, Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Catch clause of try/catch/finally
createCommaExpression(JsExpression...) - Static method in class com.google.gwt.dev.js.JsUtils
createConfiguration(String, boolean) - Method in class com.google.gwt.dev.cfg.Properties
Creates the specified configuration property, or returns an existing one by
the specified name if present.
createContinue(String, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Continue (possibly labeled)
createdClassMapping() - Method in class com.google.gwt.dev.javac.CompilationUnit
Deprecated.
createDebugger(int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
debugger
createDefaultConstructorInstantiation(SourceInfo, JClassType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns an instantiation expression for type
using the default constructor,
Returns null
if type
does not have a default constructor.
createDirectInvocationOrPropertyAccess(SourceInfo, JsUtils.InvocationDescriptor) - Static method in class com.google.gwt.dev.js.JsUtils
createDoWhile(Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
DoWhile
createEmptyFunctionLiteral(SourceInfo, JsScope, JsName) - Static method in class com.google.gwt.dev.js.JsUtils
createEntryForUrl(TreeLogger, URL) - Static method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
createExprStatement(Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createExtractor() - Method in class com.google.gwt.dev.jjs.JsSourceMap
createFinalParameter(SourceInfo, String, JType) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Adds a new final parameter to this method.
createFor(Object, Object, Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
For
createForIn(Object, Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
For ..
createForwardingMethod(JDeclaredType, JMethod) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Creates a synthetic forwarding stub in type
with the same signature as
superTypeMethod
that dispatchs to that method.
createFrom(JProgram) - Static method in class com.google.gwt.dev.jjs.ast.JTypeOracle.StandardTypes
createFunction(String, Object, Object, String, int, int, Object, boolean) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createIf(Object, Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
If statement
createInvocationOrPropertyAccess(JsUtils.InvocationStyle, SourceInfo, JMethod, JsExpression, JsNameRef, List<JsExpression>) - Static method in class com.google.gwt.dev.js.JsUtils
createJavaScriptException(ClassLoader, Object) - Static method in class com.google.gwt.dev.shell.ModuleSpace
createJavaScriptException(ClassLoader, Object, String) - Static method in class com.google.gwt.dev.shell.ModuleSpace
Create a JavaScriptException object.
createJavaScriptObject(JsValue, CompilingClassLoader) - Static method in class com.google.gwt.dev.shell.JsValueGlue
Create a JavaScriptObject instance referring to this JavaScript object.
createLabel(String, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Label
createLeaf(int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Leaf
createLeaf(int, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createLocal(SourceInfo, String, JType, boolean, JMethodBody) - Static method in class com.google.gwt.dev.jjs.ast.JProgram
createMockJavaResource(String, String...) - Static method in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
Creates a new MockJavaResource.
createMockResource(String, String...) - Static method in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
Creates a new MockResource.
createModuleLogger(String, String, String, String, String, BrowserChannelServer, byte[]) - Method in class com.google.gwt.dev.DevModeBase.UiBrowserWidgetHostImpl
createModuleLogger(String, String, String, String, String, BrowserChannelServer, byte[]) - Method in interface com.google.gwt.dev.shell.BrowserWidgetHost
Create a logger for a module instance.
createModuleSpaceHost(ModuleHandle, String) - Method in class com.google.gwt.dev.DevModeBase.UiBrowserWidgetHostImpl
createModuleSpaceHost(ModuleHandle, String) - Method in interface com.google.gwt.dev.shell.BrowserWidgetHost
Create a ModuleSpaceHost for the specified module.
createName(String) - Method in class com.google.gwt.dev.generator.NameFactory
Creates a new unique name based off of name
and adds it to
the list of known names.
createName(String) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Name
createNativeMethods(TreeLogger, List<JsniMethod>, DispatchIdOracle) - Method in class com.google.gwt.dev.shell.ModuleSpaceOOPHM
createNativeMethods(TreeLogger, List<JsniMethod>, DispatchIdOracle) - Method in interface com.google.gwt.dev.shell.ShellJavaScriptHost
Define one or more JSNI methods.
createNewOutputStream(String, long) - Method in class com.google.gwt.dev.util.NullOutputFileSet
createNewOutputStream(String, long) - Method in class com.google.gwt.dev.util.OutputFileSet
createNewOutputStream(String, long) - Method in class com.google.gwt.dev.util.OutputFileSetOnDirectory
createNewOutputStream(String, long) - Method in class com.google.gwt.dev.util.OutputFileSetOnJar
createNormalFile(File, String, boolean, boolean) - Static method in class com.google.gwt.util.tools.Utility
createNormalizedCopy(int, int) - Method in class com.google.gwt.core.ext.soyc.Range
Creates a Range copy whose start position and line number have been rebased relative to some
base position.
createNumber(double) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Number (for literals)
createObjectLiteral(Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Object Literals
createOffsetCopy(int, int) - Method in class com.google.gwt.core.ext.soyc.Range
Creates a Range copy whose start position and line number have been moved by some known offset
size.
createOnLoadedCall(int) - Method in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentExtractor
Create a call to AsyncFragmentLoader#onLoad
.
createOptimizedMultiExpression(JExpression...) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Creates a multi expression from a list of expressions, removing expressions that do
not have side effects if possible.
createOptimizedMultiExpression(boolean, List<JExpression>) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Creates a multi expression from a list of expressions, removing expressions that do
not have side effects if possible.
createOptimizedNotNullComparison(JProgram, SourceInfo, JExpression) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns an ast node representing the expression expression != null
.
createOptions() - Method in class com.google.gwt.dev.DevMode
createOptions() - Method in class com.google.gwt.dev.DevModeBase
createParameter(SourceInfo, String, JType) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Adds a new parameter to this method.
createParameter(SourceInfo, String, JType, boolean, boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Adds a new parameter to this method.
createQualifiedNameRef(SourceInfo, JsExpression, String...) - Static method in class com.google.gwt.dev.js.JsUtils
createQualifiedNameRef(String, SourceInfo) - Static method in class com.google.gwt.dev.js.JsUtils
Given a string qualifier such as 'foo.bar.Baz', returns a chain of JsNameRef's representing
this qualifier.
createQualifiedNameRef(SourceInfo, JsName...) - Static method in class com.google.gwt.dev.js.JsUtils
createReader(TreeLogger, URL) - Static method in class com.google.gwt.dev.util.Util
createRef(SourceInfo) - Method in class com.google.gwt.dev.jjs.ast.JLocal
createRef(SourceInfo) - Method in class com.google.gwt.dev.jjs.ast.JParameter
createRegExp(String, String) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Regular expressions
createReturn(Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Return
createRuntimeProperty(JProgram, SourceInfo, String, JExpression) - Static method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
createScript(Object, String, int, int, Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Script (for associating file/url names with toplevel scripts.)
createSentinel() - Static method in class com.google.gwt.dev.js.ast.JsFunction
Creates a dummy JsFunction object to be used as a sentinel.
createServletContainer(TreeLogger, File, Server, WebAppContext, int) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
createSingleNodeReplacementGraph(Cfg, CfgNode<?>, CfgNode<?>) - Static method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgUtil
Create a graph with single node.
createsObject() - Method in class com.google.gwt.dev.jjs.impl.ExpressionAnalyzer
createSourceInfo(int, String) - Method in class com.google.gwt.dev.js.ast.JsProgram
createSourceInfoSynthetic(Class<?>) - Method in class com.google.gwt.dev.js.ast.JsProgram
createStaticDispatcher(TreeLogger) - Method in class com.google.gwt.dev.shell.ModuleSpace
Create the __defineStatic method.
createStaticDispatcher(TreeLogger) - Method in class com.google.gwt.dev.shell.ModuleSpaceOOPHM
createString(String) - Method in class com.google.gwt.dev.js.rhino.IRFactory
String (for literals)
createSwitch(int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Statement leaf nodes.
createSyntheticAbstractStub(JDeclaredType, JMethod) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Creates a synthetic abstract stub in type
with the same signature as
superTypeMethod
.
createSyntheticModule(TreeLogger, String, String[], boolean) - Static method in class com.google.gwt.dev.cfg.ModuleDefLoader
Creates a module in memory that is not associated with a
.gwt.xml
file on disk.
createTempLocal(SourceInfo, JType, String) - Method in class com.google.gwt.dev.jjs.impl.JModVisitorWithTemporaryVariableCreation
Gets a new temporary local variable name in the current method body.
createTernary(Object, Object, Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createThisParameter(SourceInfo, JType) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Creates a parameter to hold the value of this in devirtualized methods.
createThrow(Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Throw
createTryCatchFinally(Object, Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Try/Catch/Finally
createTypeRebind(JProgram, SourceInfo, String, List<String>, List<JExpression>) - Static method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
createUnary(int, Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
Unary
createUnary(int, int, Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createUpdateChecker(TreeLogger) - Static method in class com.google.gwt.dev.shell.CheckForUpdates
createUpdateChecker(TreeLogger, String) - Static method in class com.google.gwt.dev.shell.CheckForUpdates
createURLStreamHandler(String) - Method in class com.google.gwt.dev.url.CloseableJarHandlerFactory
createVariables(int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
createWebAppContext(TreeLogger, File) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
createWhile(Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
While
createWith(Object, Object, int) - Method in class com.google.gwt.dev.js.rhino.IRFactory
With
creationTime() - Method in interface com.google.gwt.dev.javac.GeneratedUnit
creationTime() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
CrossSiteIframeLinker - Class in com.google.gwt.core.linker
This linker uses an iframe to hold the code and a script tag to download the
code.
CrossSiteIframeLinker() - Constructor for class com.google.gwt.core.linker.CrossSiteIframeLinker
cumSize - Variable in class com.google.gwt.soyc.CodeCollection
currentMethod - Variable in class com.google.gwt.dev.jjs.impl.ImplicitUpcastAnalyzer
customClassFilesFilter(String[], String[], String[], boolean, boolean) - Method in class com.google.gwt.dev.resource.impl.DefaultFilters
customJavaFilter(String[], String[], String[], boolean, boolean) - Method in class com.google.gwt.dev.resource.impl.DefaultFilters
customResourceFilter(String[], String[], String[], boolean, boolean) - Method in class com.google.gwt.dev.resource.impl.DefaultFilters
GE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
ge(double, double) - Static method in class com.google.gwt.dev.util.Ieee754_64_Arithmetic
genDir - Variable in class com.google.gwt.dev.shell.ShellModuleSpaceHost
GeneralEditDistance - Interface in com.google.gwt.dev.util.editdistance
An engine definition for computing string edit distances, and
implementation generators.
GeneralEditDistances - Class in com.google.gwt.dev.util.editdistance
A collection of instance generators for the GeneralEditDistance interface.
generalizeTypes(Iterable<JReferenceType>) - Method in class com.google.gwt.dev.jjs.ast.JProgram
Return a minimal upper bound of a set of types.
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.Generator
Generate a default constructible subclass of the requested type.
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.IncrementalGenerator
generate(TreeLogger, SortedSet<String>, String, SortedSet<ConfigurationProperty>) - Method in interface com.google.gwt.core.ext.linker.PropertyProviderGenerator
Generate a property provider.
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.dev.cfg.EntryMethodHolderGenerator
generateAndBill(T, JsName) - Method in class com.google.gwt.dev.js.JsReportGenerationVisitor
generateAndBill(T, JsName) - Method in class com.google.gwt.dev.js.JsSourceGenerationVisitorWithSizeBreakdown
Generate some JavaScript and bill the number of characters generated to the given name.
generateCompilerMetricsForOnePermutation(ModuleMetricsArtifact, PrecompilationMetricsArtifact, CompilationMetricsArtifact) - Method in class com.google.gwt.soyc.SoycDashboard
generateCrossPermutationFiles(Map<String, List<String>>) - Method in class com.google.gwt.soyc.SoycDashboard
generateDeferredFragment(TreeLogger, LinkerContext, int, String, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
GeneratedResource - Class in com.google.gwt.core.ext.linker
GeneratedResource(Class<? extends Linker>, String) - Constructor for class com.google.gwt.core.ext.linker.GeneratedResource
GeneratedUnit - Interface in com.google.gwt.dev.javac
A generated Java compilation unit.
GeneratedUnitImpl(StringWriter, String) - Constructor for class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
generateForOnePermutation() - Method in class com.google.gwt.soyc.SoycDashboard
generateIncrementally(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.core.ext.IncrementalGenerator
Incrementally generate a default constructible subclass of the requested
type.
GenerateJavaScriptAST - Class in com.google.gwt.dev.jjs.impl
Creates a JavaScript AST from a JProgram
node.
generateNonIncrementally(TreeLogger, Generator, GeneratorContext, String) - Static method in class com.google.gwt.core.ext.IncrementalGenerator
A static helper method to wrap a non-incremental generator's result.
generatePrimaryFragment(TreeLogger, LinkerContext, CompilationResult, String[], ArtifactSet) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Generate the primary fragment.
generatePrimaryFragmentString(TreeLogger, LinkerContext, CompilationResult, String, int, ArtifactSet) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
generatePropertiesSnippet(ModuleDef, TreeLogger) - Static method in class com.google.gwt.core.ext.linker.impl.PropertiesUtil
Returns JavaScript that declares and initializes the "providers" and "values" variables.
generateSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.ext.linker.impl.HostedModeLinker
TODO: When this class is removed, move SelectionScriptLinker to gwt-user.
generateSelectionScript(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
generateSelectionScript(TreeLogger, LinkerContext, ArtifactSet, CompilationResult) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Generator - Class in com.google.gwt.core.ext
Generates source code for subclasses during deferred binding requests.
Generator() - Constructor for class com.google.gwt.core.ext.Generator
Generator.RunsLocal - Annotation Type in com.google.gwt.core.ext
An optional annotation indicating that a Generator can be run with local information during
incremental compilation.
GeneratorContext - Interface in com.google.gwt.core.ext
Provides metadata to deferred binding generators.
GeneratorContextBuilder - Class in com.google.gwt.dev.javac.testing
Builder creating a new generator context for testing purposes, based on the
sources provided.
get(JDeclaredType) - Method in class com.google.gwt.core.ext.soyc.impl.MemberFactory
get(JField) - Method in class com.google.gwt.core.ext.soyc.impl.MemberFactory
get(JMethod) - Method in class com.google.gwt.core.ext.soyc.impl.MemberFactory
get(TreeLogger, File, JJSOptions) - Static method in class com.google.gwt.dev.javac.UnitCacheSingleton
If the cache is enabled, instantiates the cache and begins loading units
into memory in a background thread.
get(TreeLogger, File, File, JJSOptions) - Static method in class com.google.gwt.dev.javac.UnitCacheSingleton
If the cache is enabled, instantiates the cache and begins loading units
into memory in a background thread.
get(boolean) - Static method in class com.google.gwt.dev.jjs.ast.JBooleanLiteral
get(char) - Static method in class com.google.gwt.dev.jjs.ast.JCharLiteral
get(double) - Static method in class com.google.gwt.dev.jjs.ast.JDoubleLiteral
get(double) - Static method in class com.google.gwt.dev.jjs.ast.JFloatLiteral
get(int) - Static method in class com.google.gwt.dev.jjs.ast.JIntLiteral
get(long) - Static method in class com.google.gwt.dev.jjs.ast.JLongLiteral
get(JVariable) - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption
Get variable constant assumption.
get(FieldBinding) - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
get(MethodBinding) - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
get(TypeBinding) - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
get(JType) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.ClosureUniqueIdTypeMapper
get(JType) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.IntTypeMapper
get(JType) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.StringTypeMapper
get(JType) - Method in interface com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.TypeMapper
get(boolean) - Static method in class com.google.gwt.dev.js.ast.JsBooleanLiteral
get(int) - Method in class com.google.gwt.dev.js.rhino.ObjArray
get(Object, int) - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
Get integer value assigned with key.
get(int) - Method in class com.google.gwt.dev.json.JsonArray
get(String) - Method in class com.google.gwt.dev.json.JsonObject
get(Rule, String) - Method in class com.google.gwt.dev.RebindCache
get(File) - Static method in class com.google.gwt.dev.resource.impl.ZipFileClassPathEntry
get(String, Scriptable) - Method in class com.google.gwt.dev.shell.HostedModePluginObject
get(int, Scriptable) - Method in class com.google.gwt.dev.shell.JavaObject
get(String, Scriptable) - Method in class com.google.gwt.dev.shell.JavaObject
get(JsValue, CompilingClassLoader, Class<T>, String) - Static method in class com.google.gwt.dev.shell.JsValueGlue
Return an object containing the value JavaScript object as a specified
type.
get(int) - Method in class com.google.gwt.dev.shell.ServerObjectsTable
get(Object) - Method in class com.google.gwt.dev.util.collect.HashMap
get(int) - Method in class com.google.gwt.dev.util.collect.IntMultimap
get() - Static method in class com.google.gwt.dev.util.StringInterner
get() - Method in class com.google.gwt.dev.util.StringKey
Returns the value of the StringKey.
GET_CLASS_METHOD_INDEX - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
GET_CLASS_METHOD_NAME - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
getA() - Method in class com.google.gwt.dev.json.Pair
getAccess() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getAccess() - Method in class com.google.gwt.dev.javac.asm.CollectFieldData
getAccess() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getAccess() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getAccessedProperties() - Method in class com.google.gwt.dev.cfg.DynamicPropertyOracle
getAccessedPropertyNames(Class<? extends Generator>) - Static method in class com.google.gwt.dev.cfg.RuleGenerateWith
Returns a Set of the names of properties that will be accessed by the given Generator.
getActiveLinkerNames() - Method in class com.google.gwt.dev.cfg.ModuleDef
getActiveLinkerNames() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
getActiveLinkers() - Method in class com.google.gwt.dev.cfg.ModuleDef
getActiveModules() - Method in class com.google.gwt.dev.ModuleTabPanel.Session
getActivePrimaryLinker() - Method in class com.google.gwt.dev.cfg.ModuleDef
getAdditionalRootTypes() - Method in class com.google.gwt.dev.jjs.PrecompilationContext
getAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAddLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranch() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBranch() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBranchBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranchBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBranchOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranchOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranchOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
getAddLogBranchOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBranchOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBranchOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
getAddLogBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLogBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAddLogEntry() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogEntry() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogEntry() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogEntryBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogEntryOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogEntryOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogEntryOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
getAddLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLogOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
getAddLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAddLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAddLogOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
getAllArrayTypes() - Method in class com.google.gwt.dev.jjs.ast.JProgram
Returns a sorted list of array types, so the returned set can be iterated
over without introducing nondeterminism.
getAllCallees() - Method in class com.google.gwt.dev.jjs.impl.CallGraph
Return all the callee methods in the call graph.
getAllClassesByName() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
Returns all classes in this package and its subpackages in a form of mapping between qualified
class name and class descriptor.
getAllNames() - Method in class com.google.gwt.dev.js.ast.JsCatchScope
getAllNames() - Method in class com.google.gwt.dev.js.ast.JsNormalScope
Returns an iterator for all the names defined by this scope.
getAllNames() - Method in class com.google.gwt.dev.js.ast.JsRootScope
getAllNames() - Method in class com.google.gwt.dev.js.ast.JsScope
Returns an iterable for all the names defined by this scope.
getAllowedValues(Condition) - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the set of values defined in the module file.
getAllPossibleRebindAnswers(TreeLogger, String) - Method in interface com.google.gwt.dev.jdt.RebindPermutationOracle
Finds the types that may be returned for a GWT.create() call, ordered by
permutation id.
getAllSourceFiles() - Method in class com.google.gwt.dev.cfg.ModuleDef
Strictly for statistics gathering.
getAltStringValue() - Method in enum com.google.gwt.dev.util.arg.SourceLevel
Returns an alternate string value representation for the source level.
getAnchorText() - Method in class com.google.gwt.core.ext.TreeLogger.HelpInfo
getAnnotation(Class<T>) - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns an instance of the specified annotation type if it is present on
this element or null
if it is not.
getAnnotation() - Method in class com.google.gwt.dev.javac.asm.CollectAnnotationData
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JField
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JPackage
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JParameter
getAnnotation(Class<T>) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getAnnotationByName(Annotation[], String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationByName(AnnotationBinding[], String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationParameterBoolean(AnnotationBinding, String, boolean) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationParameterBoolean(AnnotationBinding, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationParameterString(AnnotationBinding, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationParameterStringConstantArray(AnnotationBinding, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationParameterTypeBinding(AnnotationBinding, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotationParameterTypeBindingArray(AnnotationBinding, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getAnnotations() - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns all the annotations present on this element.
getAnnotations() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getAnnotations() - Method in class com.google.gwt.dev.javac.asm.CollectFieldData
getAnnotations() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JField
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JPackage
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JParameter
getAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getAnonymousClassMap() - Method in class com.google.gwt.dev.javac.CompilationUnit
Deprecated.
getArg() - Method in class com.google.gwt.dev.jjs.ast.JAssertStatement
getArg() - Method in class com.google.gwt.dev.jjs.ast.JTryStatement.CatchClause
getArg() - Method in class com.google.gwt.dev.jjs.ast.JUnaryOperation
getArg() - Method in class com.google.gwt.dev.js.ast.JsUnaryOperation
getArg1() - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
getArg2() - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
getArgAnnotations() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getArgCount() - Method in class com.google.gwt.dev.util.xml.HandlerArgs
getArgName(int) - Method in class com.google.gwt.dev.util.xml.HandlerArgs
getArgNames() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getArgs() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
Returns the call arguments.
getArgs() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnClientMessage
getArgs() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnServerMessage
getArgs() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeSpecialMessage
getArgTypes() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getArguments() - Method in class com.google.gwt.dev.codeserver.JobEvent
The arguments passed to Super Dev Mode at startup, or null if not available.
getArguments(JAbstractMethod) - Method in class com.google.gwt.dev.javac.JavaSourceParser
Return the real argument names for a given method from the source.
getArguments() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getArguments() - Method in interface com.google.gwt.dev.js.ast.HasArguments
getArguments() - Method in class com.google.gwt.dev.js.ast.JsInvocation
getArguments() - Method in class com.google.gwt.dev.js.ast.JsNew
getArrayExpr() - Method in class com.google.gwt.dev.js.ast.JsArrayAccess
getArrayType(JType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the type object that represents an array of the specified type.
getArrayType(JType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets the type object that represents an array of the specified type.
getArrayType() - Method in class com.google.gwt.dev.jjs.ast.JArrayRef
getArrayType() - Method in class com.google.gwt.dev.jjs.ast.JNewArray
getArtifacts() - Method in class com.google.gwt.dev.javac.CachedGeneratorResultImpl
getArtifacts() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Gets newly committed artifacts.
getArtifacts() - Method in interface com.google.gwt.dev.jjs.PermutationResult
Returns any Artifacts that may have been created as a result of compiling
the permutation.
getArtifacts() - Method in class com.google.gwt.soyc.io.ArtifactsOutputDirectory
Return the list of artifacts that have been written so far.
getArtifactsForPublicResources(TreeLogger, ModuleDef) - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
Convert all static resources in the specified module to artifacts.
getAsLongArray(long) - Static method in class com.google.gwt.lang.LongLib
getAssignableToTypeName() - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeAssignableTo
getAssumption(E) - Method in interface com.google.gwt.dev.jjs.impl.gflow.AssumptionMap
getAstTypes() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
getAttributeConverter(Class<?>) - Method in class com.google.gwt.dev.util.xml.Schema
Finds the most recent converter in the schema chain that can convert the
specified type.
getAxis() - Method in class com.google.gwt.dev.jjs.Correlation
getB() - Method in class com.google.gwt.dev.json.Pair
GETBASE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getBaseLogLevelForUI() - Method in class com.google.gwt.dev.DevModeBase
Gets the base log level recommended by the UI for INFO-level messages.
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JRawType
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
getBaseType() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
getBaseTypeBinding(ClassScope, int) - Static method in class com.google.gwt.dev.javac.JdtUtil
getBestMatchingVersion(String) - Static method in enum com.google.gwt.dev.util.arg.SourceLevel
getBinaryName(TypeBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
getBinaryName(String, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getBinaryNameForClass(Class<?>) - Static method in class com.google.gwt.dev.util.Name
Get the binary name for a Java class.
getBindAddress() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getBindAddress() - Method in interface com.google.gwt.dev.util.arg.OptionBindAddress
getBindingProperties() - Method in class com.google.gwt.dev.cfg.PermutationProperties
Returns the binding properties in dependency order (permutation-independent).
getBindingProperties() - Method in class com.google.gwt.dev.cfg.Properties
Gets all deferred binding properties in sorted order.
getBindings() - Method in class com.google.gwt.dev.codeserver.JobEvent
The binding properties sent to the GWT compiler.
getBlock() - Method in class com.google.gwt.dev.jjs.ast.JMethodBody
getBlock() - Method in class com.google.gwt.dev.jjs.ast.JTryStatement.CatchClause
getBody() - Method in class com.google.gwt.dev.cfg.PropertyProvider
getBody() - Method in class com.google.gwt.dev.jjs.ast.JConstructor
getBody() - Method in class com.google.gwt.dev.jjs.ast.JDoStatement
getBody() - Method in class com.google.gwt.dev.jjs.ast.JForStatement
Returns the for
statement body.
getBody() - Method in class com.google.gwt.dev.jjs.ast.JLabeledStatement
getBody() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getBody() - Method in class com.google.gwt.dev.jjs.ast.JSwitchStatement
getBody() - Method in class com.google.gwt.dev.jjs.ast.JWhileStatement
getBody() - Method in class com.google.gwt.dev.js.ast.JsCatch
getBody() - Method in class com.google.gwt.dev.js.ast.JsDoWhile
getBody() - Method in class com.google.gwt.dev.js.ast.JsFor
getBody() - Method in class com.google.gwt.dev.js.ast.JsForIn
getBody() - Method in class com.google.gwt.dev.js.ast.JsFunction
getBody() - Method in class com.google.gwt.dev.js.ast.JsWhile
getBoolean(String, boolean) - Method in class com.google.gwt.dev.cfg.BindingProperties
Returns the value of a property as a boolean.
getBoolean(String, boolean) - Method in class com.google.gwt.dev.cfg.ConfigurationProperties
Returns a single-valued property as a boolean if possible.
getBoolean() - Method in class com.google.gwt.dev.json.JsonBoolean
getBoolean() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getBoolean() - Method in class com.google.gwt.dev.shell.JsValue
Get the value of the object as a boolean.
getBoolean() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getBooleanConfigurationProperty(LinkerContext, String, boolean) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
getBounds() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getBoundType() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
getBoundType() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getBoxedTypeBinding(ClassScope, BaseTypeBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
getBoxingMethodBinding(ClassScope, BaseTypeBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
getBoxingPrimitiveType(ClassScope, int) - Static method in class com.google.gwt.dev.javac.JdtUtil
getBoxMethods() - Method in class com.google.gwt.dev.jjs.impl.AutoboxUtils
getBranchedIndex() - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
getBrowserChannel() - Method in class com.google.gwt.dev.shell.BrowserChannel.Message
getBuildResourceOracle() - Method in class com.google.gwt.dev.cfg.ModuleDef
getBuildResourceOracle() - Method in class com.google.gwt.dev.CompilerContext
getByte() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getBytes() - Method in class com.google.gwt.dev.javac.CompiledClass
Reads the bytes of the compiled class from the disk cache.
getBytes() - Method in class com.google.gwt.dev.jjs.JsSourceMap
getBytes(String) - Static method in class com.google.gwt.dev.util.Util
Returns a byte-array representing the default encoding for a String.
getCache(String, PropertyCombinations.PermutationDescription) - Method in class com.google.gwt.dev.MinimalRebuildCacheManager
Synchronously return the MinimalRebuildCache specific to the given module and binding
properties.
getCachedGeneratedSourceCount() - Method in class com.google.gwt.dev.javac.CompilationState
getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
getCachedGeneratorResult() - Method in interface com.google.gwt.core.ext.GeneratorContext
Get the cached rebind result that has been provided to the context, if
available.
getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.NonIncrementalGeneratorContext
getCachedGeneratorResult() - Method in class com.google.gwt.core.ext.StubGeneratorContext
getCachedGeneratorResult() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Gets the previously cached rebind result for the current generator.
getCachedJso(int) - Method in class com.google.gwt.dev.shell.CompilingClassLoader
Retrieves the mapped JSO for a given unique id, provided the id was
previously cached and the JSO has not been garbage collected.
getCachedStaticSourceCount() - Method in class com.google.gwt.dev.javac.CompilationState
getCallback(UiEvent.Type<?>) - Method in class com.google.gwt.dev.ui.DevModeUI
Call callback for a given event.
getCallees(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.CallGraph
Return all the callees of a set of caller methods.
getCallees(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getCallees(Collection<JMethod>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return callee methods of callerMethods
.
getCallers(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.CallGraph
Return all the callers of a set of callee methods.
getCallers(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getCallers(Collection<JMethod>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return caller methods of calleeMethods
.
getCanCastToTypes() - Method in class com.google.gwt.dev.jjs.ast.JCastMap
getCanonicalContext() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
getCanonicalName() - Method in class com.google.gwt.dev.cfg.ModuleDef
Returns the physical name for the module by which it can be found in the
classpath.
getCapabilities(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilities(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilities(int) - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilities(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilities(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilities(int) - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesBuilder(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesBuilder(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesBuilderList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesBuilderList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesCount() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesCount() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesCount() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesCount() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesCount() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesCount() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesList() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesList() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilder(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilder(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilder(int) - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilder(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilder(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilder(int) - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilderList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilderList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilderList() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilderList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilderList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapabilitiesOrBuilderList() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
getCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
getCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
getCapability() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.CapabilityOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
getCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
getCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
getCapability() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.CapabilityOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCapabilityExchangeOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
getCaseExpr() - Method in class com.google.gwt.dev.js.ast.JsCase
getCases() - Method in class com.google.gwt.dev.js.ast.JsSwitch
getCastableDestinationTypes(JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getCastMap() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getCastMap(JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getCastMapField() - Method in enum com.google.gwt.dev.jjs.ast.JProgram.DispatchType
getCastType() - Method in class com.google.gwt.dev.jjs.ast.JCastOperation
getCatchClauses() - Method in class com.google.gwt.dev.jjs.ast.JTryStatement
getCatches() - Method in class com.google.gwt.dev.js.ast.JsTry
getCategoryID() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getChannel() - Method in class com.google.gwt.dev.shell.SessionData
getChar() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getChildBefore(Node) - Method in class com.google.gwt.dev.js.rhino.Node
getChildCount() - Method in class com.google.gwt.dev.js.rhino.Node
getChildren() - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
Retrieves an immutable list of child stats objects.
getChildren() - Method in class com.google.gwt.dev.js.ast.JsNestingScope
Returns a list of this scope's child scopes.
getChildren() - Method in class com.google.gwt.dev.js.ast.JsRootScope
getChildren() - Method in class com.google.gwt.dev.js.ast.JsScope
Returns a list of this scope's child scopes.
getChrome24() - Static method in class com.google.gwt.dev.shell.Icons
getClassDisposition() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getClasses() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
Returns the list of classes in this packages without including subpackages.
getClassFileMap() - Method in class com.google.gwt.dev.javac.CompilationState
Returns a map of all compiled classes by internal name.
getClassFileMapBySource() - Method in class com.google.gwt.dev.javac.CompilationState
Returns a map of all compiled classes by source name.
getClassId() - Method in class com.google.gwt.dev.shell.DispatchClassInfo
getClassInfo(Class<?>) - Static method in class com.google.gwt.dev.util.xml.HandlerClassInfo
getClassInfoByDispId(int) - Method in class com.google.gwt.dev.shell.CompilingClassLoader
getClassInfoByDispId(int) - Method in interface com.google.gwt.dev.shell.DispatchIdOracle
getClassLiteralField(JType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getClassLoader() - Method in interface com.google.gwt.dev.shell.ModuleSpaceHost
getClassLoader() - Method in class com.google.gwt.dev.shell.ShellModuleSpaceHost
getClassName() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getClassName() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the name of the type or enclosing type if the symbol is a method or
field.
getClassName(ReferenceBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
Returns the name of the class from reference binding.
getClassName() - Method in enum com.google.gwt.dev.jjs.ast.JProgram.DispatchType
getClassName() - Method in class com.google.gwt.dev.jjs.InternalCompilerException.NodeInfo
Returns the name of the Java class of the node.
getClassName() - Method in class com.google.gwt.dev.shell.HostedModePluginObject
getClassName() - Method in class com.google.gwt.dev.shell.JavaObject
getClassName(String) - Static method in class com.google.gwt.dev.util.Name.BinaryName
getClassName(String) - Static method in class com.google.gwt.dev.util.Name.InternalName
getClassName(String) - Static method in class com.google.gwt.dev.util.Util
getClassPath() - Method in interface com.google.gwt.dev.cfg.ResourceLoader
Returns the URLs that will be searched in order for files.
getClassPrototype(JavaScriptObject) - Static method in class com.google.gwt.lang.Runtime
Retrieves the prototype for a type if it exists, null otherwise.
getClassRanges() - Method in class com.google.gwt.dev.js.JsToStringGenerationVisitor
getClassRefs() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
Return this method's references to Java class literals.
getClassToPackage() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the mapping from each class to its package.
getClassToWhatItDependsOn() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the mapping from a class to what it depends on.
getClassType() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getClassType() - Method in class com.google.gwt.dev.jjs.ast.JNewInstance
getClassType() - Method in class com.google.gwt.dev.jjs.ast.JThisRef
getClientData(String) - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
Retrieves cached client data by key.
getClientData(String) - Method in class com.google.gwt.dev.javac.CachedGeneratorResultImpl
getClientDataMap() - Method in class com.google.gwt.core.ext.RebindResult
Returns a map containing all client data added to this result.
getClientId() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getClientId() - Method in interface com.google.gwt.dev.DevModeBase.OptionRemoteUI
getClientId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
optional string clientId = 1;
getClientId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
optional string clientId = 1;
getClientId() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
optional string clientId = 1;
getClientIdBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
optional string clientId = 1;
getClientIdBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
optional string clientId = 1;
getClientIdBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
optional string clientId = 1;
getClinitMethod() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns the class initializer method.
getClinitTarget() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns the class that must be initialized to use this class.
getClose() - Static method in class com.google.gwt.dev.shell.Icons
getCodeModel() - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
Returns the code model that maps fully qualified class names (eg.
getCodeServerPort() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getCodeServerPort() - Method in interface com.google.gwt.dev.DevModeBase.OptionCodeServerPort
getCoercionType() - Method in class com.google.gwt.dev.jjs.ast.JUnsafeTypeCoercion
getCollapsedValuesSets() - Method in class com.google.gwt.dev.cfg.BindingProperty
getColor() - Method in enum com.google.gwt.dev.util.log.speedtracer.CompilerEventType
getColor() - Method in enum com.google.gwt.dev.util.log.speedtracer.DevModeEventType
getColor() - Method in enum com.google.gwt.dev.util.log.speedtracer.SpeedTracerEventType
getColor() - Method in interface com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.EventType
getColumn() - Method in class com.google.gwt.dev.jjs.impl.TextOutputVisitor
getColumn() - Method in class com.google.gwt.dev.util.AbstractTextOutput
getColumn() - Method in interface com.google.gwt.dev.util.TextOutput
getCommaSeparatedStrings(String) - Method in class com.google.gwt.dev.cfg.ConfigurationProperties
Reads a configuration property as a comma-separated list of strings.
getCommonAncestorFragmentId(int, int) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getCommonAncestorFragmentId(int, int) - Method in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentPartitioningResult
getCommonAnswers(Iterable<PropertyAndBindingInfo>) - Static method in class com.google.gwt.dev.PropertyAndBindingInfo
Returns the answers that are the same in every permutation.
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.Artifact
Returns the base type to use for comparisons between Artifacts.
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.CompilationResult
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.impl.PropertiesMappingArtifact
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.impl.SelectionInformation
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.ScriptReference
getComparableArtifactType() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
getComparableArtifactType() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
getCompilationErrorsIndex() - Method in class com.google.gwt.dev.CompilerContext
Returns the mutable index of compilation errors for the current compile.
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.HostedModeLinker
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.D8ScriptLinker
Unimplemented.
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.SingleScriptLinker
Unimplemented.
getCompilationExtension(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.XSLinker
Deprecated.
getCompilationState() - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
getCompilationState(TreeLogger, CompilerContext) - Method in class com.google.gwt.dev.cfg.ModuleDef
getCompilationState() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
getCompilationState() - Method in interface com.google.gwt.dev.jdt.RebindPermutationOracle
Returns the CompilationState.
getCompilationUnitMap() - Method in class com.google.gwt.dev.javac.CompilationState
Returns an unmodifiable view of the set of compilation units, mapped by the
main type's qualified source name.
getCompilationUnits() - Method in class com.google.gwt.dev.javac.CompilationState
Returns an unmodifiable view of the set of compilation units.
getCompiledClasses() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getCompiledClasses() - Method in class com.google.gwt.dev.javac.CompilationUnit
Returns all contained classes.
getCompileDependencySignature(byte[]) - Static method in class com.google.gwt.dev.javac.BytecodeSignatureMaker
Returns a hash computed from the non-private/non-synthetic members and
methods in a class.
getCompileDir() - Method in class com.google.gwt.dev.codeserver.JobEvent
Returns the directory where the GWT module is being compiled, or null if not available.
getCompileElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
getCompileErrors(String) - Method in interface com.google.gwt.dev.javac.CompilationErrorsIndex
Returns the compile error strings previously recorded for a given type.
getCompileErrors(String) - Method in class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
getCompileHost() - Method in interface com.google.gwt.dev.CompilePermsServer.CompileServerOptions
getCompilePort() - Method in interface com.google.gwt.dev.CompilePermsServer.CompileServerOptions
getCompilerContext() - Method in class com.google.gwt.dev.javac.CompilationState
getCompilerOptions() - Method in class com.google.gwt.dev.javac.JdtCompiler
getCompilerOutputDir(ModuleDef) - Method in interface com.google.gwt.dev.shell.WorkDirs
Gets the compiler output directory for a particular module.
getCompileStrategy() - Method in class com.google.gwt.dev.codeserver.JobEvent
Returns the strategy used to perform the compile or null if not available.
getComponents() - Method in class com.google.gwt.dev.GwtVersion
getComponentType() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
getComponentType() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getCompoundName() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getCompoundName() - Method in class com.google.gwt.dev.jjs.ast.JType
Returns the compound name.
getCondition() - Method in class com.google.gwt.dev.jjs.ast.JForStatement
Returns the condition (2nd component) expression.
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgBinaryConditionalOperationNode
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgCaseNode
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgConditionalExpressionNode
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgConditionalNode
Condition which is used to determine the branch.
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgDoNode
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgForNode
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgIfNode
getCondition() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWhileNode
getCondition() - Method in class com.google.gwt.dev.js.ast.JsCatch
getCondition() - Method in class com.google.gwt.dev.js.ast.JsDoWhile
getCondition() - Method in class com.google.gwt.dev.js.ast.JsFor
getCondition() - Method in class com.google.gwt.dev.js.ast.JsWhile
getConditionalValues() - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns a map containing the generated values for each condition, in the order
they were added to the module files.
getConditions() - Method in class com.google.gwt.dev.cfg.CompoundCondition
getConfigurationProperties() - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getConfigurationProperties() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns all configuration properties defined in the module.
getConfigurationProperties() - Method in class com.google.gwt.dev.cfg.BindingProperties
Returns the configuration properties for this compile.
getConfigurationProperties() - Method in class com.google.gwt.dev.cfg.PermutationProperties
Returns the permutation-independent properties.
getConfigurationProperties() - Method in class com.google.gwt.dev.cfg.Properties
getConfigurationProperty(String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Attempts to get a named configuration property.
getConfigurationProperty(String) - Method in class com.google.gwt.core.ext.SubsetFilteringPropertyOracle
getConfigurationProperty(String) - Method in class com.google.gwt.dev.cfg.DynamicPropertyOracle
getConfigurationProperty(String) - Method in class com.google.gwt.dev.shell.ModuleSpacePropertyOracle
getConnectAddress() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getConnectAddress() - Method in interface com.google.gwt.dev.util.arg.OptionBindAddress
getConnector(Server, TreeLogger) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
getConsoleLogger() - Method in class com.google.gwt.dev.ui.DevModeUI
getConstInitializer() - Method in interface com.google.gwt.dev.jjs.ast.CanHaveInitializer
getConstInitializer() - Method in class com.google.gwt.dev.jjs.ast.JVariable
getConstrainedValue() - Method in class com.google.gwt.dev.cfg.BindingProperty
If the BindingProperty has exactly one generated value across all conditions and
permutations, return that value otherwise return null
.
getConstructor(JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getConstructor(JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getConstructor(JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getConstructor(JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getConstructor(JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getConstructor(JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getConstructorExpression() - Method in class com.google.gwt.dev.js.ast.JsNew
getConstructors() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getConstructors() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getConstructors() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getConstructors() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getConstructors() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getConstructors() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getConstructors() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns the constructors for this type.
getContent() - Method in class com.google.gwt.dev.javac.testing.impl.MockResource
getContent() - Method in class com.google.gwt.dev.javac.testing.impl.StaticJavaResource
getContentId() - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Provides access to the contents of the EmittedResource.
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.impl.BinaryOnlyArtifactWrapper
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.impl.JarEntryEmittedArtifact
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.impl.StandardGeneratedResource
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.impl.StandardPublicResource
getContents(TreeLogger) - Method in class com.google.gwt.core.ext.linker.SyntheticArtifact
getContext(MethodArgNamesLookup) - Method in class com.google.gwt.dev.javac.CompilationUnitTypeOracleUpdater
Returns a new build context to use for the duration of one addNewTypesDontIndex() invocation.
getCookie() - Method in interface com.google.gwt.dev.CompilePermsServer.CompileServerOptions
getCorrelation(Correlation.Axis) - Method in interface com.google.gwt.dev.jjs.SourceInfo
Return the Correlation that has been set for a given Axis, or
null
if no Correlation has been set on the given axis.
getCorrelation(Correlation.Axis) - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getCorrelation(Correlation.Axis) - Method in class com.google.gwt.dev.jjs.SourceOrigin
getCorrelations() - Method in interface com.google.gwt.dev.jjs.SourceInfo
Returns the Correlations added along each Axis on which a Correlation has
been set.
getCorrelations() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getCorrelations() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getCorrelator() - Method in interface com.google.gwt.dev.jjs.SourceInfo
Returns the correlation factory that created this node.
getCorrelator() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getCorrelator() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getCumSize(SizeBreakdown) - Method in class com.google.gwt.soyc.CodeCollection
getCurrentContext() - Static method in class com.google.gwt.dev.js.rhino.Context
Get the current Context.
getCurrentField() - Method in class com.google.gwt.dev.jjs.impl.JChangeTrackingVisitor
getCurrentMethod() - Method in class com.google.gwt.dev.jjs.impl.JChangeTrackingVisitor
getCurrentValue() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
getCurrentValue() - Method in interface com.google.gwt.core.ext.SelectionProperty
The value for the permutation currently being considered.
getCurrentWarDir(String) - Method in class com.google.gwt.dev.codeserver.WebServer
Returns the location of the compiler output.
getDecimal() - Method in class com.google.gwt.dev.json.JsonNumber
getDeclarations(String) - Method in interface com.google.gwt.dev.shell.rewrite.HostedModeClassRewriter.SingleJsoImplData
Returns the method declarations that should be generated for a given
mangled method name.
getDeclarationStatement() - Method in class com.google.gwt.dev.jjs.ast.JVariable
getDeclaredAnnotations() - Method in interface com.google.gwt.core.ext.typeinfo.HasAnnotations
Returns the annotations declared directly on this element; does not include
any inherited annotations.
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JField
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JPackage
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JParameter
getDeclaredAnnotations() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getDeclaredTypes() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getDeclaringClass() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
getDeclaringClass() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getDeclaringClass() - Method in class com.google.gwt.dev.shell.MethodAdaptor
getDeclaringClass() - Method in class com.google.gwt.dev.shell.SyntheticClassMember
getDefaultArgs() - Method in class com.google.gwt.dev.DevMode.ArgHandlerServer
getDefaultArgs() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerCodeServerPort
getDefaultArgs() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerPort
getDefaultArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerBindAddress
getDefaultArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerLocalWorkers
getDefaultArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerOutDir
getDefaultArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSourceLevel
getDefaultArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerWarDir
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandler
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandlerEnum
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFile
getDefaultArgs() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
getDefaultFilter() - Method in enum com.google.gwt.dev.resource.impl.DefaultFilters.FilterFileType
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
getDefaultInstance() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
getDefaultInstanceForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
getDefaultValue() - Method in interface com.google.gwt.core.ext.typeinfo.JAnnotationMethod
Returns the default value for this annotation method or null
if there is not one.
getDefaultValue() - Method in class com.google.gwt.dev.DevMode.ArgHandlerSuperDevMode
getDefaultValue() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerNoServerFlag
getDefaultValue() - Method in class com.google.gwt.dev.javac.typemodel.JAnnotationMethod
Returns the default value for this annotation method or null
if there is not one.
getDefaultValue() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
getDefaultValue() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
getDefaultValue() - Method in class com.google.gwt.dev.jjs.ast.JType
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerClosureFormattedOutput
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompileReport
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompilerMetrics
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableCastChecking
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClassMetadata
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClusterSimilarFunctions
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableGeneratingOnShards
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableInlineLiteralParameters
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOptimizeDataflow
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOrdinalizeEnums
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRemoveDuplicateFunctions
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRunAsync
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableSoycHtml
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableUpdateCheck
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDraftCompile
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableAssertions
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableGeneratorResultCaching
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenerateJsInteropExports
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerIncrementalCompile
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerJsonSoyc
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSource
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoyc
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoycDetailed
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerStrict
getDefaultValue() - Method in class com.google.gwt.dev.util.arg.ArgHandlerValidateOnlyFlag
getDefaultValue(Schema) - Method in class com.google.gwt.dev.util.xml.HandlerParam
Called while parsing to get the default value for an attribute.
getDefaultValue() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
Returns the default value that will appear in help messages.
getDefaultValueExpression() - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
getDeferredFragmentPrefix(TreeLogger, LinkerContext, int) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
getDeferredFragmentSuffix2(TreeLogger, LinkerContext, int, String) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Returns the suffix at the end of a JavaScript fragment other than the initial fragment.
getDeferredFragmentSuffix2(TreeLogger, LinkerContext, int, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getDefinedValues() - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the set of defined values in sorted order.
getDefiningCompilationUnitType(ReferenceBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
Returns the top type of the compilation unit that defines
binding
.
getDelegatedThisOrSuperConstructor(JConstructor) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns the constructor which this constructor delegates or null if none.
getDependencies() - Method in interface com.google.gwt.core.ext.soyc.HasDependencies
getDependencies() - Method in class com.google.gwt.core.ext.soyc.impl.AbstractMemberWithDependencies
getDependentMethods() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
getDependentPointers() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
Returns the dependent list ids.
getDeployDir() - Method in class com.google.gwt.dev.CompilerOptionsImpl
getDeployDir() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getDeployDir() - Method in interface com.google.gwt.dev.util.arg.OptionDeployDir
Returns the deploy directory.
getDesc() - Method in class com.google.gwt.dev.javac.asm.CollectAnnotationData.AnnotationData
getDesc() - Method in class com.google.gwt.dev.javac.asm.CollectClassData.AnnotationEnum
getDesc() - Method in class com.google.gwt.dev.javac.asm.CollectFieldData
getDesc() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getDescription() - Method in class com.google.gwt.core.ext.Linker
Returns a human-readable String describing the Linker.
getDescription() - Method in class com.google.gwt.core.ext.linker.impl.HostedModeLinker
getDescription() - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getDescription() - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getDescription() - Method in class com.google.gwt.core.linker.D8ScriptLinker
getDescription() - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getDescription() - Method in class com.google.gwt.core.linker.SingleScriptLinker
getDescription() - Method in class com.google.gwt.core.linker.SoycReportLinker
getDescription() - Method in class com.google.gwt.core.linker.SymbolMapsLinker
getDescription() - Method in class com.google.gwt.core.linker.XSLinker
Deprecated.
getDescription() - Method in class com.google.gwt.dev.jjs.ast.JType
getDescription() - Method in enum com.google.gwt.dev.jjs.Correlation.Literal
getDescription(HasSourceInfo) - Static method in class com.google.gwt.dev.jjs.impl.AbstractRestrictionChecker
getDescription() - Method in class com.google.gwt.dev.jjs.InternalCompilerException.NodeInfo
Returns a text description of the node; typically toString().
getDescription() - Method in class com.google.gwt.dev.js.ast.JsScope
Returns the descriptive name.
getDescription() - Method in class com.google.gwt.soyc.SizeBreakdown
A short but human-readable description of this code collection.
getDescription() - Method in class com.google.gwt.util.tools.ToolBase
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.MessageType
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RequestType
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ServiceType
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.RequestType
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
getDescriptor() - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
getDescriptor() - Static method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.ResponseType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.MessageType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RequestType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ServiceType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.RequestType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
getDescriptorForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
getDescriptorForType() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.ResponseType
getDetails() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string details = 4;
getDetails() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional string details = 4;
getDetails() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional string details = 4;
getDetailsBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string details = 4;
getDetailsBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional string details = 4;
getDetailsBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional string details = 4;
getDevModeRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeRequest() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeRequestBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeRequestOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeRequestOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeRequestOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
getDevModeResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeResponse() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.ResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeResponseBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeResponseOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeResponseOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeResponseOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.ResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
getDevModeSession() - Method in class com.google.gwt.dev.shell.BrowserChannelServer
Returns the DevModeSession
representing this browser connection.
getDevModeSession() - Method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.Event
getDevModeURLParams(String, int) - Static method in class com.google.gwt.dev.shell.BrowserListener
Get a query parameter to be added to the URL that specifies the address of this listener.
getDimensionExpressions() - Method in class com.google.gwt.dev.jjs.ast.JNewArray
getDimensions() - Method in class com.google.gwt.dev.util.JsniRef
getDims() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
getDirectory() - Method in class com.google.gwt.dev.resource.impl.DirectoryClassPathEntry
getDirectory(File, String, boolean) - Static method in class com.google.gwt.util.tools.Utility
getDirectory(String, boolean) - Static method in class com.google.gwt.util.tools.Utility
getDisconnectLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDisconnectLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDisconnectLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDisconnectLogBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDisconnectLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDisconnectLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDisconnectLogOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
getDispatchId() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeSpecialMessage
getDispatchType(JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getDispId(String) - Method in class com.google.gwt.dev.shell.CompilingClassLoader
Returns the dispatch id for a JSNI member reference.
getDispId(String) - Method in interface com.google.gwt.dev.shell.DispatchIdOracle
Returns the dispatch id for a JSNI member reference.
getDisplayName() - Method in class com.google.gwt.dev.ModuleTabPanel.Session
getDistance(CharSequence, int) - Method in interface com.google.gwt.dev.util.editdistance.GeneralEditDistance
Computes edit distance from the pattern string (used to
construct this GeneralEditDistance instance) to a given target
string, bounded by a limit of interest.
getDistance(CharSequence, int) - Method in class com.google.gwt.dev.util.editdistance.ModifiedBerghelRoachEditDistance
getDistance(CharSequence, int) - Method in class com.google.gwt.dev.util.editdistance.MyersBitParallelEditDistance
Computes distance from the pattern to a given string, bounded by
a limiting distance @see(GeneralEditDistance.getDistance(CharSequence,int)).
getDouble() - Method in class com.google.gwt.dev.js.rhino.Node
Can only be called when getType() == TokenStream.NUMBER
getDouble() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getDualJsoImplInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Returns an unmodifiable, live view of all interface types that are
implemented by both a JSO subtype and at least one Object subtype.
getDurationNanos() - Method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.Event
Returns the event duration, in nanoseconds, for the log file.
getEdgeData(CfgEdge) - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
getEdgeData(EdgeType) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
getElapsedDurationNanos() - Method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.Event
getElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
getElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
getElapsedMilliseconds() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
getElapsedStartTimeNanos() - Method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.Event
GETELEM - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getElementType() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
getElseExpr() - Method in class com.google.gwt.dev.jjs.ast.JConditional
getElseExpression() - Method in class com.google.gwt.dev.js.ast.JsConditional
getElseStmt() - Method in class com.google.gwt.dev.jjs.ast.JIfStatement
getElseStmt() - Method in class com.google.gwt.dev.js.ast.JsIf
getEnclosing() - Method in interface com.google.gwt.core.ext.soyc.HasEnclosing
getEnclosing() - Method in class com.google.gwt.core.ext.soyc.impl.StandardFieldMember
getEnclosing() - Method in class com.google.gwt.core.ext.soyc.impl.StandardMethodMember
getEnclosing() - Method in class com.google.gwt.dev.js.ast.JsName
getEnclosingClass() - Method in class com.google.gwt.dev.javac.CompiledClass
getEnclosingClassDescriptor() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
getEnclosingInternalName() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getEnclosingMethod() - Method in interface com.google.gwt.core.ext.typeinfo.JParameter
getEnclosingMethod() - Method in class com.google.gwt.dev.javac.typemodel.JParameter
getEnclosingMethodDesc() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getEnclosingMethodName() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
Gets the type in which this method or constructor was declared.
getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns the enclosing type, or null if none.
getEnclosingType() - Method in interface com.google.gwt.core.ext.typeinfo.JField
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
Gets the type in which this method or constructor was declared.
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JConstructor
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JField
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JMethod
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getEnclosingType() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getEnclosingType() - Method in interface com.google.gwt.dev.jjs.ast.HasEnclosingType
getEnclosingType() - Method in class com.google.gwt.dev.jjs.ast.JConstructor
getEnclosingType() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns the type which encloses this type.
getEnclosingType() - Method in class com.google.gwt.dev.jjs.ast.JEnumField
getEnclosingType() - Method in class com.google.gwt.dev.jjs.ast.JField
getEnclosingType() - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
getEnclosingType() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getEnd() - Method in class com.google.gwt.core.ext.soyc.Range
getEnd(CfgEdge) - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns edge end node.
getEnd() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEdge
Get edge end node.
getEnd(EdgeType) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns edge end node.
getEndColumn() - Method in class com.google.gwt.core.ext.soyc.Range
getEndLine() - Method in class com.google.gwt.core.ext.soyc.Range
getEndLineNumber() - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
getEndMethod(String) - Method in class com.google.gwt.dev.util.xml.HandlerClassInfo
getEndPos() - Method in interface com.google.gwt.dev.jjs.SourceInfo
getEndPos() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getEndPos() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getEndPosition() - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
getEntryMethodHolderTypeName(String) - Static method in class com.google.gwt.dev.cfg.EntryMethodHolderGenerator
getEntryMethods() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getEntryPoints() - Method in class com.google.gwt.dev.jjs.PrecompilationContext
getEntryPointTypeNames() - Method in class com.google.gwt.dev.cfg.ModuleDef
getEntryPointTypeNames() - Method in interface com.google.gwt.dev.shell.ModuleSpaceHost
getEntryPointTypeNames() - Method in class com.google.gwt.dev.shell.ShellModuleSpaceHost
getEnumConstants() - Method in interface com.google.gwt.core.ext.typeinfo.JEnumType
Returns the enumeration constants declared by this enumeration.
getEnumConstants() - Method in class com.google.gwt.dev.javac.typemodel.JEnumType
Returns the enumeration constants declared by this enumeration.
getEnumList() - Method in class com.google.gwt.dev.jjs.ast.JEnumType
Returns the list of enum fields in this enum.
getErasedParameterTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
getErasedParameterTypes() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getErasedType() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getErasedType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getErasedType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns this type with no type parameters or type variables.
getErasedType() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getErasedType() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getErasedType() - Method in class com.google.gwt.dev.javac.typemodel.JGenericType
getErasedType() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getErasedType() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getError() - Method in class com.google.gwt.dev.shell.BrowserChannel.FatalErrorMessage
getErrorReporter() - Method in class com.google.gwt.dev.js.rhino.Context
Get the current error reporter.
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.Condition
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionAll
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionAny
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionNone
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionWhenLinkerAdded
Deprecated.
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionWhenPropertyIs
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeAssignableTo
getEvalAfterMessage(String, boolean) - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeIs
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.Condition
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionAll
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionAny
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionNone
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionWhenLinkerAdded
Deprecated.
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionWhenPropertyIs
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeAssignableTo
getEvalBeforeMessage(String) - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeIs
getExceptionName(Throwable) - Static method in class com.google.gwt.dev.util.log.AbstractTreeLogger
getExceptions() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getExclusiveCodeBreakdowns() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the exclusive code breakdown.
getExisting(Object) - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
Get integer value assigned with key.
getExistingIntProp(int) - Method in class com.google.gwt.dev.js.rhino.Node
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JCaseStatement
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JCastOperation
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JExpressionStatement
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JInstanceOf
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JReturnStatement
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JSwitchStatement
getExpr() - Method in class com.google.gwt.dev.jjs.ast.JThrowStatement
getExpr() - Method in class com.google.gwt.dev.js.ast.JsReturn
getExpr() - Method in class com.google.gwt.dev.js.ast.JsSwitch
getExpr() - Method in class com.google.gwt.dev.js.ast.JsThrow
getExpression(int) - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Returns the expression at index
.
getExpression() - Method in class com.google.gwt.dev.jjs.ast.JUnsafeTypeCoercion
getExpression() - Method in class com.google.gwt.dev.js.ast.JsExprStmt
getExpression() - Method in class com.google.gwt.dev.js.JsSafeCloner.Cloner
getExpressions() - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Returns the list of expressions.
getExpressions() - Method in class com.google.gwt.dev.jjs.ast.js.JsonArray
getExpressions() - Method in class com.google.gwt.dev.js.ast.JsArrayLiteral
getExpressionTypes(Iterable<? extends HasType>) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns types from typed nodes.
getExternalizedMethod(String, String, boolean) - Static method in class com.google.gwt.dev.jjs.ast.JMethod
Creates an externalized representation for a method that needs to be resolved.
getExtraDir() - Method in class com.google.gwt.dev.codeserver.CompileDir
The directory where the compiler saves auxiliary files that shouldn't be available via HTTP.
getExtraDir() - Method in class com.google.gwt.dev.CompilerOptionsImpl
getExtraDir() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getExtraDir() - Method in interface com.google.gwt.dev.util.arg.OptionExtraDir
Returns the extra resource directory.
getExtraPathForLinker(Class<? extends Linker>, String) - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
Return the full path for an artifact produced by linkertype
that has the specified partial path.
getFailure() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFailure() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFailure() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFailureBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFailureMessage() - Method in exception com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException
Gets the failure message returned by the server.
getFailureOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFailureOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFailureOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
getFallback() - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the fallback value for this property, or the empty string if none.
getFallbackEvaluationCost() - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
getFallbackEvaluationCost() - Method in class com.google.gwt.dev.cfg.Rule
Returns the cost of evaluation fallback binding values.
getFallbackValue() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
getFallbackValue() - Method in class com.google.gwt.core.ext.linker.impl.StandardSelectionProperty
getFallbackValue() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns the fallback value or an empty string if not defined.
getFallbackValue() - Method in interface com.google.gwt.core.ext.SelectionProperty
Gets the fallback value for the property.
getFallbackValues(String) - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
getFallbackValues(String) - Method in interface com.google.gwt.core.ext.SelectionProperty
Returns the list of fall back values for a given value.
getFallbackValuesMap() - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the map of values to fall back values.
getField(String) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
Returns the field descriptor associated to the given field name.
getField(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getField(String) - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getField() - Method in class com.google.gwt.dev.jjs.ast.JClassLiteral
Returns the field holding my allocated object.
getField() - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
getField() - Method in class com.google.gwt.dev.jjs.Correlation
getField(int) - Method in interface com.google.gwt.dev.shell.JavaDispatch
getField(int) - Method in class com.google.gwt.dev.shell.JavaDispatchImpl
getField(int) - Method in interface com.google.gwt.dev.shell.JsValue.DispatchObject
getField(String) - Method in interface com.google.gwt.dev.shell.JsValue.DispatchObject
getFieldId(String) - Method in interface com.google.gwt.dev.shell.JsValue.DispatchObject
getFieldReference() - Method in class com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
getFields() - Method in interface com.google.gwt.core.ext.soyc.ClassMember
Returns the fields of the ClassMember that have been retained in the
compiled output.
getFields() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
getFields() - Method in class com.google.gwt.core.ext.soyc.impl.StandardClassMember
getFields() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getFields() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getFields() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getFields() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns this type's fields;does not include fields defined in a super type
unless they are overridden by this type.
getFieldsWritten() - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
Return the set of all fields that are written.
getFieldValue(int) - Method in interface com.google.gwt.dev.shell.JavaDispatch
getFieldValue(int) - Method in class com.google.gwt.dev.shell.JavaDispatchImpl
getFileFromClassPath(String) - Static method in class com.google.gwt.util.tools.Utility
Gets the contents of a file from the class path as a String.
getFileFromInstallPath(String) - Static method in class com.google.gwt.dev.util.Util
Gets the contents of a file.
getFileName(String) - Method in interface com.google.gwt.dev.javac.CompilationErrorsIndex
Returns the file name previously recorded for a given type.
getFileName(String) - Method in class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
getFileName() - Method in interface com.google.gwt.dev.jjs.SourceInfo
getFileName() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getFileName() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getFileName() - Method in class com.google.gwt.dev.js.JsParserException.SourceDetail
getFileTypeFilter() - Method in enum com.google.gwt.dev.resource.impl.DefaultFilters.FilterFileType
getFinallyBlock() - Method in class com.google.gwt.dev.jjs.ast.JTryStatement
getFinallyBlock() - Method in class com.google.gwt.dev.js.ast.JsTry
getFinalProperties() - Method in interface com.google.gwt.dev.util.arg.OptionFinalProperties
Returns the final properties.
getFinalTypeOracleTypes() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
getFirefox24() - Static method in class com.google.gwt.dev.shell.Icons
getFirstAllowedValue() - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the first value from the list of defined values that is that is also allowed.
getFirstBound() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
getFirstBound() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
getFirstBound() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getFirstBound() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getFirstChild() - Method in class com.google.gwt.dev.js.rhino.Node
getFirstGeneratedValue() - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the first value from the list of defined values that is actually generated.
getFlags() - Method in class com.google.gwt.dev.js.ast.JsRegExp
getFlattenedSupertypeHierarchy() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns all of the superclasses and superinterfaces for a given type
including the type itself.
getFlattenedSuperTypeHierarchy(JClassType) - Static method in class com.google.gwt.dev.javac.typemodel.JClassType
Returns all of the superclasses and superinterfaces for a given type
including the type itself.
getFlattenedSupertypeHierarchy() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
Returns all of the superclasses and superinterfaces for a given type
including the type itself.
getFlowFunction() - Method in interface com.google.gwt.dev.jjs.impl.gflow.Analysis
Gets analysis flow function.
getFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAnalysis
getFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAnalysis
getFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessAnalysis
getFormatter(Class<?>) - Method in class com.google.gwt.dev.util.msg.Message
getFormatter(Integer) - Method in class com.google.gwt.dev.util.msg.Message
getFormatter(String) - Method in class com.google.gwt.dev.util.msg.Message
getFragment() - Method in class com.google.gwt.core.ext.soyc.impl.StoryImpl
getFragment() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
getFragment() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
getFragment(int) - Method in class com.google.gwt.dev.js.ast.JsProgram
getFragmentBlock(int) - Method in class com.google.gwt.dev.js.ast.JsProgram
getFragmentCount() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getFragmentCount() - Method in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentPartitioningResult
getFragmentCount() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getFragmentCount() - Method in class com.google.gwt.dev.js.ast.JsProgram
getFragmentCount() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getFragmentCount() - Method in interface com.google.gwt.dev.util.arg.OptionFragmentCount
getFragmentDescriptors(int) - Method in class com.google.gwt.soyc.GlobalInformation
Gets the descriptors associated with a
fragment.
getFragmentForRunAsync(int) - Method in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentPartitioningResult
getFragmentNumber() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getFragmentNumber() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the fragment number in which the symbol is declared (for a method).
getFragmentPartitioningResult() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getFragments() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
Returns the list of sizes per fragment contributed by this entity.
getFragments() - Method in class com.google.gwt.dev.js.ast.JsProgram
getFragmentsMerge() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getFragmentsMerge() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getFragmentsMerge() - Method in interface com.google.gwt.dev.util.arg.OptionFragmentsMerge
getFragmentSubdir(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Returns the subdirectory name to be used by getModulPrefix when requesting a runAsync module.
getFreshAst() - Method in class com.google.gwt.dev.jjs.UnifiedAst
Return the current AST so that clients can explicitly walk the Java or
JavaScript parse trees.
getFreshName() - Method in interface com.google.gwt.dev.js.FreshNameGenerator
returns a fresh (unused) name.
getFreshName() - Method in class com.google.gwt.dev.js.JsObfuscateNamer
Returns a valid unused obfuscated top scope name by keeping track of the last (highest)
name produced.
getFromTypeMap(String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getFullName() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
getFullName() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
Returns the full qualified name.
getFullName() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
getFullName(JMethod) - Static method in class com.google.gwt.dev.jjs.ast.JProgram
getFullResolvedClassName() - Method in class com.google.gwt.dev.util.JsniRef
getFullText() - Method in class com.google.gwt.dev.shell.log.SwingTreeLogger.LogEvent
getFunc() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
getFunctionName() - Method in class com.google.gwt.dev.cfg.ModuleDef
getGenDir() - Method in class com.google.gwt.dev.codeserver.CompileDir
The directory tree where the compiler saves source code created by GWT generators.
getGenDir() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getGenDir() - Method in interface com.google.gwt.dev.util.arg.OptionGenDir
Returns the generated resource directory.
getGeneratedArtifacts() - Method in class com.google.gwt.dev.MinimalRebuildCache
getGeneratedArtifacts() - Method in class com.google.gwt.dev.NullRebuildCache
getGeneratedArtifacts() - Method in class com.google.gwt.dev.Precompilation
Returns the set of generated artifacts from the precompile phase.
getGeneratedFile(String) - Static method in class com.google.gwt.core.ext.impl.ResourceGeneratorUtilImpl
Returns the previously recorded generated file with the given name.
getGeneratedFilesByName() - Static method in class com.google.gwt.core.ext.impl.ResourceGeneratorUtilImpl
Returns the map that contains previously recorded generated files for given names.
getGeneratedSourceCount() - Method in class com.google.gwt.dev.javac.CompilationState
getGeneratedUnit(String) - Method in class com.google.gwt.dev.javac.CachedGeneratorResultImpl
getGeneratedUnitMap() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Gets all committed Java units.
getGeneratedUnits() - Method in class com.google.gwt.dev.javac.CachedGeneratorResultImpl
getGeneratedValues(Condition) - Method in class com.google.gwt.dev.cfg.BindingProperty
Returns the set of values for which the GWT compiler must generate permutations.
getGenerator() - Method in class com.google.gwt.dev.cfg.RuleGenerateWith
getGeneratorArtifacts() - Method in class com.google.gwt.dev.jjs.PrecompilationContext
getGeneratorContext() - Method in interface com.google.gwt.dev.jdt.RebindPermutationOracle
Returns the StandardGeneratorContext.
getGeneratorRules() - Method in class com.google.gwt.dev.cfg.ModuleDef
getGenericType() - Method in interface com.google.gwt.core.ext.typeinfo.JRawType
getGenericType() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getGlobalBlock() - Method in class com.google.gwt.dev.js.ast.JsProgram
Gets the one and only global block.
getGlobalBlock() - Method in class com.google.gwt.dev.js.ast.JsProgramFragment
getGraphInEdges() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns graph incoming edges.
getGraphInEdges() - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns graph incoming edges.
getGraphOutEdges() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns graph outgoing edges.
getGraphOutEdges() - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns graph outgoing edges.
getGraphTransformer() - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessTransformation
getGraphTransformer() - Method in interface com.google.gwt.dev.jjs.impl.gflow.TransformationFunction.Transformation
getGwtGitRev() - Static method in class com.google.gwt.dev.About
Returns the Git repository commit id.
getGwtName() - Static method in class com.google.gwt.dev.About
Returns the name of the product.
getGwtSvnRev() - Static method in class com.google.gwt.dev.About
getGwtVersion() - Static method in class com.google.gwt.dev.About
Returns the product name and release number concatenated with a space.
getGwtVersionArray() - Static method in class com.google.gwt.dev.About
The Google Web Toolkit release number.
getGwtVersionNum() - Static method in class com.google.gwt.dev.About
The Google Web Toolkit release number.
getGwtVersionObject() - Static method in class com.google.gwt.dev.About
The Google Web Toolkit release number.
getGwtXmlFilePath(String) - Method in interface com.google.gwt.dev.cfg.DepsInfoProvider
Returns the .gwt.xml file path for the given module referenced by name.
getGwtXmlFilePath(String) - Method in class com.google.gwt.dev.cfg.ModuleDef
getHandlerMethods() - Method in class com.google.gwt.dev.util.xml.HandlerClassInfo
getHash() - Static method in class com.google.gwt.dev.util.CompilerVersion
Calculates and returns a hash to uniquely identify the current compiler version if possible.
getHelpInfo() - Method in class com.google.gwt.dev.javac.GWTProblem
getHelpInfo() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpInfo() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpInfo() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpInfoBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpInfoOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpInfoOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpInfoOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
getHelpTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFilterJsInteropExports
getHelpTag() - Method in class com.google.gwt.util.tools.ArgHandler
The tag to display in help messages.
getHelpTag() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
getHost() - Method in class com.google.gwt.core.ext.ServletContainer
Returns the host on which the servlet container is running.
getHost() - Method in class com.google.gwt.dev.DevModeBase
getHostedFilename() - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
getHostedFilename() - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getHostedFilename() - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getHostedFilenameFull(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getHostedHtml() - Static method in class com.google.gwt.core.ext.linker.impl.HostedModeLinker
getHostedHtmlVersion() - Method in class com.google.gwt.dev.shell.BrowserChannel.CheckVersionsMessage
getIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional bytes icon = 2;
getIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional bytes icon = 2;
getIcon() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional bytes icon = 2;
getIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
optional bytes icon = 2;
getIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
optional bytes icon = 2;
getIcon() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLogOrBuilder
optional bytes icon = 2;
getIconBytes() - Method in class com.google.gwt.core.ext.ServletContainerLauncher
getIconBytes() - Method in class com.google.gwt.dev.shell.BrowserChannel.UserAgentIconMessage
getId() - Method in class com.google.gwt.core.ext.linker.impl.StandardSoftPermutation
getId() - Method in class com.google.gwt.core.ext.linker.SoftPermutation
Returns the soft permutation id that should be passed into
gwtOnLoad
.
getId() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
getId() - Method in class com.google.gwt.core.ext.soyc.impl.StoryImpl
getID() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getId() - Method in class com.google.gwt.dev.Permutation
getId() - Method in enum com.google.gwt.dev.shell.BrowserChannel.MessageType
getId() - Method in enum com.google.gwt.dev.shell.BrowserChannel.SessionHandler.SpecialDispatchId
getId() - Method in class com.google.gwt.soyc.SizeBreakdown
An identifier for this code collection suitable for use within file names.
getIdent() - Method in class com.google.gwt.dev.jjs.ast.js.JsniClassLiteral
getIdent() - Method in class com.google.gwt.dev.jjs.ast.js.JsniFieldRef
getIdent() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodRef
getIdent() - Method in class com.google.gwt.dev.jjs.Correlation
Returns a human-readable identifier that can be used to identify the
Correlation within its axis.
getIdent() - Method in class com.google.gwt.dev.js.ast.JsName
getIdent() - Method in class com.google.gwt.dev.js.ast.JsNameRef
getIds() - Method in class com.google.gwt.dev.shell.BrowserChannel.FreeMessage
getIE24() - Static method in class com.google.gwt.dev.shell.Icons
getIfExpr() - Method in class com.google.gwt.dev.jjs.ast.JIfStatement
getIfExpr() - Method in class com.google.gwt.dev.js.ast.JsIf
getIfTest() - Method in class com.google.gwt.dev.jjs.ast.JConditional
getImmediateSuperclassesByClass() - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle.ImmediateTypeRelations
getImmediateTypeRelations() - Method in class com.google.gwt.dev.MinimalRebuildCache
getImplementations(String) - Method in interface com.google.gwt.dev.shell.rewrite.HostedModeClassRewriter.SingleJsoImplData
getImplementationVersion() - Method in class com.google.gwt.dev.js.rhino.Context
Get the implementation version.
getImplementedInterfaces() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getImplementedInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getImplementedInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getImplementedInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getImplementedInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getImplementedInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getImplements() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns this type's implemented interfaces.
getIncrements() - Method in class com.google.gwt.dev.jjs.ast.JForStatement
Returns the increments (3rd component) expression.
getIncrExpr() - Method in class com.google.gwt.dev.js.ast.JsFor
getIndexedField(String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexedFields() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexedMethod(String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexedMethodOrNull(String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexedMethods() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexedName(JMember) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
getIndexedType(String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexedTypes() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getIndexExpr() - Method in class com.google.gwt.dev.jjs.ast.JArrayRef
getIndexExpr() - Method in class com.google.gwt.dev.js.ast.JsArrayAccess
getIndexInLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 indexInLog = 2;
getIndexInLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required uint32 indexInLog = 2;
getIndexInLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required uint32 indexInLog = 2;
getIndexInParent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 indexInParent = 2;
getIndexInParent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required uint32 indexInParent = 2;
getIndexInParent() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required uint32 indexInParent = 2;
getInEdges(CfgNode<?>) - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns edges coming into node.
getInEdges(NodeType) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns edges coming into node.
getInfoString(SourceInfo) - Method in class com.google.gwt.dev.jjs.impl.EnumOrdinalizer.Tracker
getInheritableMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Iterates over the most-derived declaration of each unique inheritable
method available in the type hierarchy of the specified type, including
those found in superclasses and superinterfaces.
getInheritableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getInheritableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
Iterates over the most-derived declaration of each unique inheritable
method available in the type hierarchy of the specified type, including
those found in superclasses and superinterfaces.
getInheritableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getInheritableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getInheritableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getInheritableMethodsOnSuperclassesAndThisClass(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getInheritableMethodsOnSuperclassesAndThisClass(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getInheritableMethodsOnSuperclassesAndThisClass(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getInheritableMethodsOnSuperclassesAndThisClass(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getInheritableMethodsOnSuperclassesAndThisClass(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
Gets the methods declared in interfaces that this type extends.
getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
Gets the methods declared in interfaces that this type extends.
getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getInheritableMethodsOnSuperinterfacesAndMaybeThisInterface(Map<String, JMethod>) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
Gets the methods declared in interfaces that this type extends.
getInheritedPriority() - Method in class com.google.gwt.dev.shell.log.SwingTreeLogger.LogEvent
getInitExpr() - Method in class com.google.gwt.dev.js.ast.JsFor
getInitExpr() - Method in class com.google.gwt.dev.js.ast.JsVars.JsVar
getInitialAsyncSequence() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getInitialCodeBreakdown() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the initial fragment size breakdown.
getInitialFragmentIdSequence() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getInitialFragmentLoadSequence() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the initial load sequence.
getInitialize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitialize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitialize() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitializeBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitializeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitializeOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitializeOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
getInitializer() - Method in class com.google.gwt.dev.jjs.ast.JDeclarationStatement
getInitializer() - Method in class com.google.gwt.dev.jjs.ast.JVariable
getInitializerArray(JNewArray) - Static method in class com.google.gwt.dev.jjs.impl.ArrayNormalizer
getInitializers() - Method in class com.google.gwt.dev.jjs.ast.JForStatement
Returns the initializer (1st component) statements.
getInitializers() - Method in class com.google.gwt.dev.jjs.ast.JNewArray
getInitialTypes() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
getInitMethod() - Method in class com.google.gwt.dev.jjs.ast.JClassType
getInitMethod() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns the instance initializer ($init) method.
getInitMethod() - Method in class com.google.gwt.dev.jjs.ast.JInterfaceType
getInitVars() - Method in class com.google.gwt.dev.js.ast.JsFor
getInliningMode() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getInliningMode() - Method in class com.google.gwt.dev.js.ast.JsFunction
getInnerClassName(String, String) - Static method in class com.google.gwt.dev.util.Name.SourceName
Construct the fully qualified name of an inner class.
getInputFilenameHash() - Method in class com.google.gwt.dev.cfg.ModuleDef
Calculates a hash of the filenames of all the input files for the GWT compiler.
getInputModuleName() - Method in class com.google.gwt.dev.codeserver.JobEvent
The module name sent to the GWT compiler to start the compile.
getInputModuleName() - Method in class com.google.gwt.dev.codeserver.Recompiler
The module name that the recompiler passes as input to the GWT compiler (before renaming).
getInstallPath() - Static method in class com.google.gwt.util.tools.Utility
getInstance() - Method in class com.google.gwt.dev.jjs.ast.JArrayLength
getInstance() - Method in class com.google.gwt.dev.jjs.ast.JArrayRef
getInstance() - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
getInstance() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
getInstance(CharSequence) - Static method in class com.google.gwt.dev.util.editdistance.CharIndex
Generates an index for a given alphabet, defined by a character sequence.
getInstance(CharSequence) - Static method in class com.google.gwt.dev.util.editdistance.ModifiedBerghelRoachEditDistance
Creates an instance for computing edit distance from pattern
.
getInstance(String) - Static method in class com.google.gwt.dev.util.editdistance.ModifiedBerghelRoachEditDistance
Creates an instance for computing edit distance from pattern
.
getInstance(CharSequence) - Static method in class com.google.gwt.dev.util.editdistance.MyersBitParallelEditDistance
Chooses an appropriate implementation for a given pattern string.
getInstanceMethodBySignature(JClassType, String) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getInstantiatedTypes() - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
Return the complete set of types that have been instantiated.
getInt() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getInt() - Method in class com.google.gwt.dev.shell.JsValue
Get the value of the object as an integer.
getInt() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getIntDatum() - Method in class com.google.gwt.dev.js.rhino.Node
getInteger(String, int) - Method in class com.google.gwt.dev.cfg.ConfigurationProperties
Returns a single-valued configuration property as an integer if possible.
getInteger() - Method in class com.google.gwt.dev.json.JsonNumber
getIntegratedFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis
getIntegratedFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAnalysis
getIntegratedFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAnalysis
getIntegratedFlowFunction() - Method in interface com.google.gwt.dev.jjs.impl.gflow.IntegratedAnalysis
Gets analysis integrated flow function.
getIntegratedFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessAnalysis
getIntegratedFlowFunction() - Method in class com.google.gwt.dev.jjs.impl.gflow.unreachable.UnreachableAnalysis
getInterfaceInternalNames() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getInternalName() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getInternalName() - Method in class com.google.gwt.dev.javac.CompiledClass
Returns the class internal binary name for this type, e.g.
getInternalNameForClass(Class<?>) - Static method in class com.google.gwt.dev.util.Name
Get the internal name for a Java class.
getIntProp(int, int) - Method in class com.google.gwt.dev.js.rhino.Node
getIsolatedClassLoader() - Method in class com.google.gwt.dev.shell.ModuleSpace
getIterExpr() - Method in class com.google.gwt.dev.js.ast.JsForIn
getIterVarName() - Method in class com.google.gwt.dev.js.ast.JsForIn
getJavahSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
getJavahSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getJavahSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
getJavahSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
getJavahSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JType
getJavaLangObject() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets a reference to the type object representing
java.lang.Object
.
getJavaLangObject() - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets a reference to the type object representing
java.lang.Object
.
getJavaObject() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getJavaObjectRef(int) - Static method in class com.google.gwt.dev.shell.BrowserChannel
getJavaObjectRef(int) - Method in interface com.google.gwt.dev.shell.BrowserChannel.ObjectRefFactory
getJavaObjectsExposedInBrowser() - Method in class com.google.gwt.dev.shell.BrowserChannelServer
getJavaObjectWrapper() - Method in class com.google.gwt.dev.shell.JsValue
Get the wrapper object for a wrapped Java object.
getJavaObjectWrapper() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getJavaScript() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the JavaScript compilation.
getJavaScript() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getJavaScript() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getJavaScriptForHostedMode(DispatchIdOracle, JsniMethod) - Static method in class com.google.gwt.dev.shell.Jsni
Gets the body of a JSNI method, with Java refs escaped for hosted mode
injection.
getJavaScriptObject() - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets a reference to the type object representing
com.google.gwt.core.client.JavaScriptObject
.
getJavaScriptObject() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getJavascriptObject() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getJavaScriptObjectPointer() - Method in class com.google.gwt.dev.shell.JsValue
Returns a unique value corresponding to the underlying JavaScript object.
getJavaScriptObjectPointer() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getJNISignature() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getJNISignature() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns the
"field descriptor" for a type as specified by the Java Virtual Machine Specification.
getJNISignature() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getJNISignature() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getJNISignature() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getJNode() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNode
getJobId() - Method in class com.google.gwt.dev.codeserver.JobEvent
The id of the job being compiled.
getJProgram() - Method in class com.google.gwt.dev.jjs.UnifiedAst.AST
GetJreEmulation - Class in com.google.gwt.dev
Entry point that outputs the GWT JRE support.
GetJreEmulation() - Constructor for class com.google.gwt.dev.GetJreEmulation
getJs() - Method in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
getJs() - Method in interface com.google.gwt.dev.jjs.PermutationResult
The compiled JavaScript code as UTF8 bytes.
getJs(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
getJs(String) - Method in class com.google.gwt.dev.NullRebuildCache
getJsComputeScriptBase(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the ComputeScriptBase
script.
getJsComputeUrlForResource(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the UrlForResource
script.
getJsConstructor(JDeclaredType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns the JsConstructor for a class or null if it does not have any.
getJsDevModeRedirectHook(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns a JavaScript fragment that starts Super Dev Mode, if enabled.
getJsDevModeRedirectHookPermitted(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns a JavaScript expression that determines whether Super Dev Mode may be turned on
for the current page.
getJsDevModeUrlValidation(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns a JavaScript fragment that validates "devModeUrl"—the URL that Super Dev Mode's
JavaScript is loaded from—before it's used.
getJsForRange(int) - Method in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
getJsInstallLocation(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsInstallLocation
script.
getJsInstallScript(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsInstallScript
script.
getJsInteropExportFilter() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getJsInteropExportFilter() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getJsInteropExportFilter() - Method in interface com.google.gwt.dev.util.arg.OptionGenerateJsInteropExports
getJsIsBodyLoaded(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsIsBodyLoaded
script.
getJsLoadExternalStylesheets(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsLoadExternalStylesheets
script.
getJsMemberType() - Method in interface com.google.gwt.dev.jjs.ast.HasJsInfo
getJsMemberType() - Method in class com.google.gwt.dev.jjs.ast.JField
getJsMemberType() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getJsModuleFunctionErrorCatch(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsModuleFunctionErrorCatch
script.
getJsName() - Method in interface com.google.gwt.dev.jjs.ast.HasJsName
getJsName() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getJsName() - Method in class com.google.gwt.dev.jjs.ast.JField
getJsName() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getJsNameForField(JavaToJavaScriptMap, JProgram, String) - Static method in class com.google.gwt.dev.js.JsUtils
getJsNameForMethod(JavaToJavaScriptMap, JProgram, String) - Static method in class com.google.gwt.dev.js.JsUtils
getJsNamespace() - Method in interface com.google.gwt.dev.jjs.ast.HasJsName
getJsNamespace() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getJsNamespace() - Method in class com.google.gwt.dev.jjs.ast.JField
getJsNamespace() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getJsNativeConstructorOrNull(JType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns a native constructor of a native JsType class.
getJsni() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadJsniMessage
getJsniFieldRefs() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
Return this method's references to Java fields.
getJsniIdent() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getJsniIdent() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns a JSNI-like identifier for the symbol if it a method or field,
otherwise null
.
getJsniMethodRefs() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
Return this method's references to Java methods.
getJsniMethods() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getJsniMethods() - Method in class com.google.gwt.dev.javac.CompilationUnit
getJsniSignature() - Method in class com.google.gwt.core.ext.soyc.coderef.FieldDescriptor
getJsniSignature() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
The signature of the member.
getJsniSignature() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
getJsniSignature() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
Returns a string containing a JSNI reference to the method.
getJsniSignature() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
Returns a string contating a JSNI reference to the method.
getJsniSignature() - Method in class com.google.gwt.dev.javac.typemodel.JConstructor
getJsniSignature() - Method in class com.google.gwt.dev.javac.typemodel.JMethod
getJsniSignature(boolean, boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
getJsniSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
getJsniSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getJsniSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
getJsniSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
getJsniSignatureName() - Method in class com.google.gwt.dev.jjs.ast.JType
getJsObject() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getJsObjectRef(int) - Method in interface com.google.gwt.dev.shell.BrowserChannel.ObjectRefFactory
getJsonName() - Method in enum com.google.gwt.dev.codeserver.JobEvent.CompileStrategy
The string to use for serialization.
getJsPermutations(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsPermutations
script.
getJsProcessMetas(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsProcessMetas
script.
getJsProgram() - Method in class com.google.gwt.dev.jjs.UnifiedAst.AST
getJsProperties(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsProperties
script.
getJsRunAsync(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsRunAsync
script.
getJsSize() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
getJsStrongName() - Method in interface com.google.gwt.dev.jjs.PermutationResult
The hash that uniquely identifies this compiled JavaScript code.
getJsWaitForBodyLoaded(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the name of the JsWaitForBodyLoaded
script.
getJudgement(String) - Method in class com.google.gwt.dev.resource.impl.PathPrefix
Determines the inclusion/exclusion status and priority of a given path.
getKey() - Method in class com.google.gwt.dev.jjs.ast.JNumericEntry
getKey() - Method in class com.google.gwt.dev.js.ast.JsNumericEntry
getKey() - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap.Iterator
getKeys() - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
Return array of present keys
getKeys(Object[], int) - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
getKind() - Method in class com.google.gwt.dev.js.ast.JsArrayAccess
getKind() - Method in class com.google.gwt.dev.js.ast.JsArrayLiteral
getKind() - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
getKind() - Method in class com.google.gwt.dev.js.ast.JsBlock
getKind() - Method in class com.google.gwt.dev.js.ast.JsBooleanLiteral
getKind() - Method in class com.google.gwt.dev.js.ast.JsBreak
getKind() - Method in class com.google.gwt.dev.js.ast.JsCase
getKind() - Method in class com.google.gwt.dev.js.ast.JsCatch
getKind() - Method in class com.google.gwt.dev.js.ast.JsConditional
getKind() - Method in class com.google.gwt.dev.js.ast.JsContinue
getKind() - Method in class com.google.gwt.dev.js.ast.JsDebugger
getKind() - Method in class com.google.gwt.dev.js.ast.JsDefault
getKind() - Method in class com.google.gwt.dev.js.ast.JsDoWhile
getKind() - Method in class com.google.gwt.dev.js.ast.JsEmpty
getKind() - Method in class com.google.gwt.dev.js.ast.JsExprStmt
getKind() - Method in class com.google.gwt.dev.js.ast.JsFor
getKind() - Method in class com.google.gwt.dev.js.ast.JsForIn
getKind() - Method in class com.google.gwt.dev.js.ast.JsFunction
getKind() - Method in class com.google.gwt.dev.js.ast.JsIf
getKind() - Method in class com.google.gwt.dev.js.ast.JsInvocation
getKind() - Method in class com.google.gwt.dev.js.ast.JsLabel
getKind() - Method in class com.google.gwt.dev.js.ast.JsNameOf
getKind() - Method in class com.google.gwt.dev.js.ast.JsNameRef
getKind() - Method in class com.google.gwt.dev.js.ast.JsNew
getKind() - Method in class com.google.gwt.dev.js.ast.JsNode
getKind() - Method in class com.google.gwt.dev.js.ast.JsNullLiteral
getKind() - Method in class com.google.gwt.dev.js.ast.JsNumberLiteral
getKind() - Method in class com.google.gwt.dev.js.ast.JsNumericEntry
getKind() - Method in class com.google.gwt.dev.js.ast.JsObjectLiteral
getKind() - Method in class com.google.gwt.dev.js.ast.JsParameter
getKind() - Method in class com.google.gwt.dev.js.ast.JsPositionMarker
getKind() - Method in class com.google.gwt.dev.js.ast.JsPostfixOperation
getKind() - Method in class com.google.gwt.dev.js.ast.JsPrefixOperation
getKind() - Method in class com.google.gwt.dev.js.ast.JsProgram
getKind() - Method in class com.google.gwt.dev.js.ast.JsProgramFragment
getKind() - Method in class com.google.gwt.dev.js.ast.JsPropertyInitializer
getKind() - Method in class com.google.gwt.dev.js.ast.JsRegExp
getKind() - Method in class com.google.gwt.dev.js.ast.JsReturn
getKind() - Method in class com.google.gwt.dev.js.ast.JsStringLiteral
getKind() - Method in class com.google.gwt.dev.js.ast.JsSwitch
getKind() - Method in class com.google.gwt.dev.js.ast.JsThisRef
getKind() - Method in class com.google.gwt.dev.js.ast.JsThrow
getKind() - Method in class com.google.gwt.dev.js.ast.JsTry
getKind() - Method in class com.google.gwt.dev.js.ast.JsVars
getKind() - Method in class com.google.gwt.dev.js.ast.JsVars.JsVar
getKind() - Method in class com.google.gwt.dev.js.ast.JsWhile
getLabel() - Method in enum com.google.gwt.core.ext.TreeLogger.Type
Gets the label for this severity type.
getLabel() - Method in class com.google.gwt.dev.DevMode.ArgHandlerSuperDevMode
getLabel() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerNoServerFlag
getLabel() - Method in class com.google.gwt.dev.jjs.ast.JBreakStatement
getLabel() - Method in class com.google.gwt.dev.jjs.ast.JContinueStatement
getLabel() - Method in class com.google.gwt.dev.jjs.ast.JLabeledStatement
getLabel() - Method in class com.google.gwt.dev.js.ast.JsBreak
getLabel() - Method in class com.google.gwt.dev.js.ast.JsContinue
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerClosureFormattedOutput
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompileReport
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompilerMetrics
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableCastChecking
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClassMetadata
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClusterSimilarFunctions
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableGeneratingOnShards
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableInlineLiteralParameters
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOptimizeDataflow
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOrdinalizeEnums
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRemoveDuplicateFunctions
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRunAsync
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableSoycHtml
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableUpdateCheck
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDraftCompile
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableAssertions
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableGeneratorResultCaching
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenerateJsInteropExports
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerIncrementalCompile
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerJsonSoyc
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSource
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoyc
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoycDetailed
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerStrict
getLabel() - Method in class com.google.gwt.dev.util.arg.ArgHandlerValidateOnlyFlag
getLabel() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
The root String that will be munged into -label and -nolabel variants for flag value toggling.
getLabelExpr() - Method in class com.google.gwt.dev.js.ast.JsPropertyInitializer
getLanguageVersion() - Method in class com.google.gwt.dev.js.rhino.Context
Get the current language version.
getLastChild() - Method in class com.google.gwt.dev.js.rhino.Node
getLastLinkedJsBytes() - Method in class com.google.gwt.dev.MinimalRebuildCache
getLastModified() - Method in class com.google.gwt.core.ext.linker.BinaryEmittedArtifact
Force subclasses to define.
getLastModified() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Returns the time, measured in milliseconds from the epoch, at which the
Artifact was last modified.
getLastModified() - Method in class com.google.gwt.core.ext.linker.impl.BinaryOnlyArtifactWrapper
getLastModified() - Method in class com.google.gwt.core.ext.linker.impl.JarEntryEmittedArtifact
getLastModified() - Method in class com.google.gwt.core.ext.linker.impl.StandardGeneratedResource
getLastModified() - Method in class com.google.gwt.core.ext.linker.impl.StandardPublicResource
getLastModified() - Method in class com.google.gwt.core.ext.linker.SyntheticArtifact
getLastModified() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getLastModified() - Method in class com.google.gwt.dev.javac.CompilationUnit
Returns the last modified time of the compilation unit.
getLastModified() - Method in class com.google.gwt.dev.javac.testing.impl.MockResource
getLastModified() - Method in class com.google.gwt.dev.resource.impl.FileResource
getLastModified() - Method in class com.google.gwt.dev.resource.impl.ZipFileResource
getLastModified() - Method in class com.google.gwt.dev.resource.Resource
Returns the last modified time of the compilation unit.
getLastModifiedTime() - Method in interface com.google.gwt.core.ext.typeinfo.JRealClassType
Retrieve last modified time for this type.
getLastModifiedTime() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getLastSibling() - Method in class com.google.gwt.dev.js.rhino.Node
getLastStepFor(String) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getLastStepFor(String) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return the last modification step for a given optimizer.
getLeafType() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getLeafType() - Method in interface com.google.gwt.core.ext.typeinfo.JType
For array types, recursively looks for the element type that is not an
array.
getLeafType() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getLeafType() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getLeafType() - Method in class com.google.gwt.dev.jjs.ast.JArrayType
getLeafType(Object) - Method in class com.google.gwt.dev.js.rhino.IRFactory
getLeafTypeClassLiteral() - Method in class com.google.gwt.dev.jjs.ast.JNewArray
Return a class literal for the leaf type of the array.
getLeft() - Method in class com.google.gwt.dev.util.Pair
getLeftoverFragmentId() - Method in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentPartitioningResult
getLeftoversBreakdown() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the leftovers fragment size breakdown.
getLength() - Method in class com.google.gwt.core.ext.soyc.impl.StoryImpl
Used internally, and not specified by the Story interface.
getLength() - Method in class com.google.gwt.dev.json.JsonArray
getLevel() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string level = 2;
getLevel() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional string level = 2;
getLevel() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional string level = 2;
getLevelBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string level = 2;
getLevelBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional string level = 2;
getLevelBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional string level = 2;
getLevenshteinDistance(CharSequence) - Static method in class com.google.gwt.dev.util.editdistance.GeneralEditDistances
Generates an GeneralEditDistance engine for a particular pattern string
based on Levenshtein distance.
getLhs() - Method in class com.google.gwt.dev.jjs.ast.JBinaryOperation
getLine() - Method in class com.google.gwt.dev.jjs.impl.TextOutputVisitor
getLine() - Method in class com.google.gwt.dev.js.JsParserException.SourceDetail
getLine() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getLine() - Method in class com.google.gwt.dev.util.AbstractTextOutput
getLine() - Method in interface com.google.gwt.dev.util.TextOutput
getLineno() - Method in class com.google.gwt.dev.js.rhino.Node
getLineno() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getLineNumber() - Method in class com.google.gwt.dev.util.xml.Schema
getLineOffset() - Method in class com.google.gwt.dev.js.JsParserException.SourceDetail
getLines() - Method in class com.google.gwt.dev.jjs.JsSourceMap
getLineSource() - Method in class com.google.gwt.dev.js.JsParserException.SourceDetail
getLinker() - Method in class com.google.gwt.core.ext.linker.Artifact
Returns the Linker that created the Artifact.
getLinker(String) - Method in class com.google.gwt.dev.cfg.ModuleDef
getLinkerNames() - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
getLinkers() - Method in class com.google.gwt.dev.cfg.ModuleDef
getLiteral(Object) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteral(SourceInfo, Object) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteral() - Method in class com.google.gwt.dev.jjs.Correlation
getLiteralBoolean(boolean) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralChar(char) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralDouble(double) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralFloat(double) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralInitializer() - Method in class com.google.gwt.dev.jjs.ast.JField
getLiteralInt(int) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralLong(long) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralNull() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getLiteralTypeName() - Method in class com.google.gwt.core.ext.soyc.impl.StoryImpl
getLiteralTypeName() - Method in interface com.google.gwt.core.ext.soyc.Story
If the Story represents a literal value, this method will return a
description of the type of literal.
getLiveFieldsAndMethods() - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
Return all methods that could be executed, and all variables that could be
read, based on the given entry points so far.
getLiveStrings() - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
getLocal() - Method in class com.google.gwt.dev.jjs.ast.JLocalRef
getLocale() - Method in class com.google.gwt.dev.js.rhino.Context
Get the current locale.
getLocals() - Method in class com.google.gwt.dev.jjs.ast.JMethodBody
Returns this method's local variables.
getLocalWorkers() - Method in class com.google.gwt.dev.CompilerOptionsImpl
getLocalWorkers() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getLocalWorkers() - Method in interface com.google.gwt.dev.util.arg.OptionLocalWorkers
Returns the number of workers to run on this machine.
getLocation() - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
Returns the location that should appear in JDT error messages.
getLocation() - Method in class com.google.gwt.dev.javac.testing.impl.MockResource
getLocation() - Method in class com.google.gwt.dev.resource.impl.ClassPathEntry
Gets a URL string that describes this class path entry.
getLocation() - Method in class com.google.gwt.dev.resource.impl.DirectoryClassPathEntry
getLocation() - Method in class com.google.gwt.dev.resource.impl.FileResource
getLocation() - Method in class com.google.gwt.dev.resource.impl.ZipFileClassPathEntry
getLocation() - Method in class com.google.gwt.dev.resource.impl.ZipFileResource
getLocation() - Method in class com.google.gwt.dev.resource.Resource
Returns the URL-like location of the resource.
getLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogData() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogData() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDataOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
getLogDir() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getLogDir() - Method in interface com.google.gwt.dev.DevModeBase.OptionLogDir
getLogFile() - Method in class com.google.gwt.dev.codeserver.CompileDir
The file where the GWT compiler writes compile errors and warnings.
getLogFile(String) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getLogFile(String) - Method in interface com.google.gwt.dev.DevModeBase.OptionLogDir
getLogger() - Method in interface com.google.gwt.dev.ModuleHandle
getLogger() - Method in class com.google.gwt.dev.ModulePanel
getLogger(String) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyTreeLogger
getLogger() - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
getLogger() - Static method in class com.google.gwt.dev.shell.ModuleSpace
getLogger() - Method in interface com.google.gwt.dev.shell.ModuleSpaceHost
getLogger() - Method in class com.google.gwt.dev.shell.ShellMainWindow
getLogger() - Method in class com.google.gwt.dev.shell.ShellModuleSpaceHost
getLogger() - Method in class com.google.gwt.dev.SwingUI.SwingModuleHandle
getLogger() - Method in class com.google.gwt.dev.WebServerPanel
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required uint32 logHandle = 1;
getLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
required uint32 logHandle = 1;
getLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLogOrBuilder
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
required uint32 logHandle = 1;
getLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
required uint32 logHandle = 1;
getLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranchOrBuilder
required uint32 logHandle = 1;
getLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogOrBuilder
required uint32 logHandle = 1;
getLogItemDebug() - Static method in class com.google.gwt.dev.shell.Icons
getLogItemError() - Static method in class com.google.gwt.dev.shell.Icons
getLogItemInfo() - Static method in class com.google.gwt.dev.shell.Icons
getLogItemSpam() - Static method in class com.google.gwt.dev.shell.Icons
getLogItemTrace() - Static method in class com.google.gwt.dev.shell.Icons
getLogItemWarning() - Static method in class com.google.gwt.dev.shell.Icons
getLogLevel() - Method in class com.google.gwt.dev.ui.DevModeUI
getLogLevel() - Method in interface com.google.gwt.dev.util.arg.OptionLogLevel
Returns the tree logger level.
getLowerBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
Returns the lower bounds of this wildcard type.
getLowerBounds() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
Returns the lower bounds of this wildcard type.
getMainLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMainLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMainLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMainLogBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMainLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMainLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMainLogOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
getMangledNames() - Method in interface com.google.gwt.dev.shell.rewrite.HostedModeClassRewriter.SingleJsoImplData
Returns all of the mangled method names for SingleJsoImpl methods.
getMarkerType() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getMaxDetail() - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
getMaxVersion() - Method in class com.google.gwt.dev.shell.BrowserChannel.CheckVersionsMessage
getMd5Digest(byte[]) - Static method in class com.google.gwt.util.tools.shared.Md5Utils
Generate MD5 digest.
getMd5Digest(String) - Static method in class com.google.gwt.util.tools.shared.Md5Utils
Generate MD5 digest.
getMember(int) - Method in class com.google.gwt.dev.shell.DispatchClassInfo
getMember(int) - Method in class com.google.gwt.dev.shell.JavaDispatchImpl
getMemberDescription(JMember) - Static method in class com.google.gwt.dev.jjs.impl.AbstractRestrictionChecker
getMemberId(String) - Method in class com.google.gwt.dev.shell.DispatchClassInfo
getMemberMethodIdsIn(int) - Method in interface com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer.AnalyzableTypeEnvironment
Returns a list of the ids of member methods in the given type and null if there are none.
getMemberMethodIdsIn(int) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
getMemberName() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getMemberName() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the name of the member if the symbol is a method or field.
getMembers() - Method in class com.google.gwt.core.ext.soyc.impl.StoryImpl
getMembers() - Method in interface com.google.gwt.core.ext.soyc.Story
Gets the Members of the compilation that the Story is about.
getMembers() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getMemberSignature(AbstractMethodDeclaration) - Static method in class com.google.gwt.dev.javac.MethodVisitor
Gets a unique name for this method, including its signature.
getMessage() - Method in class com.google.gwt.dev.codeserver.JobEvent
Returns a line of text describing the job's current status.
getMessage() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getMessage() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string message = 1;
getMessage() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
optional string message = 1;
getMessage() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.FailureOrBuilder
optional string message = 1;
getMessageBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string message = 1;
getMessageBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
optional string message = 1;
getMessageBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.FailureOrBuilder
optional string message = 1;
getMessageId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
required uint32 messageId = 3;
getMessageId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
required uint32 messageId = 3;
getMessageId() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
required uint32 messageId = 3;
getMessageType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
getMessageType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
getMessageType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
getMethod(String) - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
Returns the method descriptor associated to the given original method signature.
getMethod(String, JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JAnnotationType
getMethod(String, JType[]) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JAnnotationType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getMethod(String, JType[]) - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getMethod() - Method in class com.google.gwt.dev.jjs.ast.JAbstractMethodBody
getMethod() - Method in class com.google.gwt.dev.jjs.Correlation
getMethod(int) - Method in interface com.google.gwt.dev.shell.JavaDispatch
getMethod(int) - Method in class com.google.gwt.dev.shell.JavaDispatchImpl
getMethodArgs() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getMethodArgs() - Method in class com.google.gwt.dev.javac.CompilationUnit
getMethodDispatchId() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnServerMessage
getMethodIdsCalledBy(int) - Method in interface com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer.AnalyzableTypeEnvironment
Returns a list of the ids of methods called by the given method and null if there are none.
getMethodIdsCalledBy(int) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
getMethodName() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnClientMessage
getMethodNameDisplayMode() - Method in class com.google.gwt.dev.codeserver.Options
getMethodNameDisplayMode() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getMethodNameDisplayMode() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getMethodNameDisplayMode() - Method in interface com.google.gwt.dev.util.arg.OptionMethodNameDisplayMode
getMethodReferences() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
Returns the set of JMethods that share the same signature.
getMethods() - Method in interface com.google.gwt.core.ext.soyc.ClassMember
Returns the methods of the ClassMember that have been retained in the
compiled output.
getMethods() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
getMethods() - Method in class com.google.gwt.core.ext.soyc.impl.StandardClassMember
getMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns the declared methods of this class (not any superclasses or
superinterfaces).
getMethods() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JAnnotationType
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getMethods() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getMethods() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns this type's declared methods; does not include methods defined in a
super type unless they are overridden by this type.
getMethodsByReferencedFields(Collection<JField>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getMethodsByReferencedFields(Collection<JField>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return methods that reference fields
.
getMetricMap() - Method in class com.google.gwt.dev.codeserver.JobEvent
Returns the amounts of performance-related metrics.
getMetricMap() - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
Returns the MetricMap currently associated with this TreeLogger.
getMinimalRebuildCache() - Method in class com.google.gwt.dev.CompilerContext
getMinVersion() - Method in class com.google.gwt.dev.shell.BrowserChannel.CheckVersionsMessage
getMockResolver() - Method in class com.google.gwt.dev.javac.CompilationUnitTypeOracleUpdater
getModifiedCompilationUnitNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
getModifiedCompilationUnitNames() - Method in class com.google.gwt.dev.NullRebuildCache
getModifiedFieldsSince(int) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getModifiedFieldsSince(int) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return all the effective modified fields since a given step.
getModifiedMethodsSince(int) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getModifiedMethodsSince(int) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return all the effective modified methods since a given step.
getModifierBits() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getModifierBits() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getModifierBits() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getModifierBits() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getModifiers() - Method in class com.google.gwt.dev.shell.SyntheticClassMember
getModule() - Method in class com.google.gwt.dev.CompilerContext
getModuleBaseDir() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getModuleBaseDir() - Method in interface com.google.gwt.dev.util.arg.OptionModulePathPrefix
Returns the path of the webserver root context.
getModuleDeclaredTypes() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getModuleFunctionName() - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getModuleFunctionName() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns the name of the module's bootstrap function.
getModuleLastModified() - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getModuleLastModified() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns the time at which the module being compiled was last modified.
getModuleLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleLogBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleLogger(String, String, String, String, String, String, String, byte[], TreeLogger.Type) - Method in class com.google.gwt.dev.HeadlessUI
getModuleLogger(String, String, String, String, String, String, String, byte[], TreeLogger.Type) - Method in class com.google.gwt.dev.shell.remoteui.RemoteUI
getModuleLogger(String, String, String, String, String, String, String, byte[], TreeLogger.Type) - Method in class com.google.gwt.dev.SwingUI
getModuleLogger(String, String, String, String, String, String, String, byte[], TreeLogger.Type) - Method in class com.google.gwt.dev.ui.DevModeUI
Show that a module is loaded in the UI.
getModuleLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleLogOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
getModuleMetrics() - Method in class com.google.gwt.dev.jjs.UnifiedAst
Returns metrics about the module load portion of the build.
getModuleName() - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getModuleName() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns the name of the module being compiled.
getModuleName() - Method in class com.google.gwt.dev.resource.impl.PathPrefix
getModuleName() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
getModuleName() - Method in class com.google.gwt.dev.shell.BrowserChannel.OldLoadModuleMessage
getModuleName() - Method in class com.google.gwt.dev.shell.DevModeSession
getModuleName() - Method in class com.google.gwt.dev.shell.ModuleSpace
Get the module name.
getModuleNames() - Method in interface com.google.gwt.dev.util.arg.OptionModuleName
Returns the list of module names.
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.ext.linker.impl.HostedModeLinker
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Compute the beginning of a JavaScript file that will hold the main module implementation.
getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Compute the beginning of a JavaScript file that will hold the main module implementation.
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.D8ScriptLinker
Unimplemented.
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.SingleScriptLinker
Unimplemented.
getModulePrefix(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.XSLinker
Deprecated.
getModulePrefix(TreeLogger, LinkerContext, String, int) - Method in class com.google.gwt.core.linker.XSLinker
Deprecated.
getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Returns the suffix for the initial JavaScript fragment.
getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getModuleSuffix2(TreeLogger, LinkerContext, String) - Method in class com.google.gwt.core.linker.XSLinker
Deprecated.
getMostOriginal(JVariable) - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption.Updater
getName() - Method in interface com.google.gwt.core.ext.ConfigurationProperty
The name of the property.
getName() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
getName() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
getName() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Returns the name of the configuration property.
getName() - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
getName() - Method in class com.google.gwt.core.ext.linker.impl.StandardConfigurationProperty
getName() - Method in class com.google.gwt.core.ext.linker.impl.StandardSelectionProperty
getName() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns the name of the deferred binding property.
getName() - Method in interface com.google.gwt.core.ext.SelectionProperty
The name of the property.
getName() - Method in class com.google.gwt.core.ext.ServletContainerLauncher
getName() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
Returns the name of the entity.
getName() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
If an array, returns the name of this class without the package name or
enclosing class name, followed by multiple pairs of square brackets; if
not, returns the nested name of this type (like Foo or Foo.Bar),
without the package name.
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JField
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Returns the name of the package.
getName() - Method in interface com.google.gwt.core.ext.typeinfo.JParameter
getName() - Method in class com.google.gwt.dev.ArgProcessorBase
getName() - Method in class com.google.gwt.dev.cfg.ModuleDef
getName() - Method in class com.google.gwt.dev.cfg.Property
getName() - Method in class com.google.gwt.dev.cfg.RuleGenerateWith
Returns the name of the class of Generator being managed here.
getName() - Method in class com.google.gwt.dev.DevMode.ArgProcessor
getName() - Method in class com.google.gwt.dev.javac.asm.CollectFieldData
getName() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getName() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getName() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getName() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getName() - Method in class com.google.gwt.dev.javac.typemodel.JField
getName() - Method in class com.google.gwt.dev.javac.typemodel.JPackage
getName() - Method in class com.google.gwt.dev.javac.typemodel.JParameter
getName() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getName() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getName() - Method in interface com.google.gwt.dev.jjs.ast.HasName
getName() - Method in class com.google.gwt.dev.jjs.ast.JLabel
getName() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getName() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
Based on either explicit class literal, or the jsni name of the containing
method.
getName() - Method in class com.google.gwt.dev.jjs.ast.JType
Binary name of the type.
getName() - Method in class com.google.gwt.dev.jjs.ast.JVariable
getName() - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
getName() - Method in interface com.google.gwt.dev.js.ast.HasName
getName() - Method in class com.google.gwt.dev.js.ast.JsFunction
getName() - Method in class com.google.gwt.dev.js.ast.JsLabel
getName() - Method in class com.google.gwt.dev.js.ast.JsNameOf
getName() - Method in class com.google.gwt.dev.js.ast.JsNameRef
getName() - Method in class com.google.gwt.dev.js.ast.JsParameter
getName() - Method in class com.google.gwt.dev.js.ast.JsPositionMarker
getName() - Method in class com.google.gwt.dev.js.ast.JsVars.JsVar
getName() - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
getName() - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyTreeLogger
getName() - Method in class com.google.gwt.dev.shell.MethodAdaptor
getName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
required string name = 1;
getName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
required string name = 1;
getName() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
required string name = 1;
getName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
required string name = 1;
getName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
required string name = 1;
getName() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLogOrBuilder
required string name = 1;
getName() - Method in class com.google.gwt.dev.shell.SyntheticClassMember
getName() - Method in enum com.google.gwt.dev.util.log.speedtracer.CompilerEventType
getName() - Method in enum com.google.gwt.dev.util.log.speedtracer.DevModeEventType
getName() - Method in enum com.google.gwt.dev.util.log.speedtracer.SpeedTracerEventType
getName() - Method in interface com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.EventType
getName() - Method in class com.google.gwt.util.tools.ToolBase
getNameBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
required string name = 1;
getNameBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
required string name = 1;
getNameBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
required string name = 1;
getNameBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
required string name = 1;
getNameBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
required string name = 1;
getNameBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLogOrBuilder
required string name = 1;
getNamespace() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getNamespace() - Method in class com.google.gwt.dev.js.ast.JsName
getNamespace() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getNamespace() - Method in interface com.google.gwt.dev.util.arg.OptionNamespace
getNativeSuperClassOrNull(JDeclaredType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns the nearest native superclass of type
if any, null otherwise.
getNeedsAttention() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional bool needsAttention = 3;
getNeedsAttention() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional bool needsAttention = 3;
getNeedsAttention() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional bool needsAttention = 3;
getNestedSourceName() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getNestedType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getNestedType(String) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getNestedType(String) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getNestedType(String) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getNestedType(String) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getNestedType(String) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getNestedTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getNestedTypes() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getNestedTypes() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getNestedTypes() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getNestedTypes() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getNestedTypes() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getNewSubgraph() - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessTransformation
getNewSubgraph() - Method in interface com.google.gwt.dev.jjs.impl.gflow.TransformationFunction.Transformation
getNewType() - Method in class com.google.gwt.dev.jjs.ast.JConstructor
getNewVersion() - Method in interface com.google.gwt.dev.shell.CheckForUpdates.UpdateResult
getNext() - Method in class com.google.gwt.dev.js.rhino.Node
getNextSessionCounter(File) - Method in class com.google.gwt.dev.SwingUI
getNode() - Method in class com.google.gwt.dev.jjs.ast.JNameOf
getNodeCount() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getNodes() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns all nodes in the graph.
getNodes() - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns all nodes in the graph.
getNodeTrace() - Method in exception com.google.gwt.dev.jjs.InternalCompilerException
Returns a list of nodes that were being processed when this exception was
thrown.
getNonAssignmentOf() - Method in enum com.google.gwt.dev.jjs.ast.JBinaryOperator
getNormalizedName() - Method in class com.google.gwt.dev.util.xml.HandlerMethod
getNormalizedName() - Method in class com.google.gwt.dev.util.xml.HandlerParam
getNotifier() - Static method in class com.google.gwt.dev.util.log.dashboard.DashboardNotifierFactory
Returns an instance of DashboardNotifier
for sending data to a GWT
dashboard.
getNullField() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getNullMethod() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getNumber() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getNumber() - Method in class com.google.gwt.dev.shell.JsValue
Get the value of the object as a double.
getNumber() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.MessageType
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RequestType
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ServiceType
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.RequestType
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
getNumber() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.ResponseType
getNumberOfExclusiveFragmentFromExpectedFragmentCount(int, int) - Static method in class com.google.gwt.dev.jjs.impl.codesplitter.CodeSplitters
Returns the number of exclusive fragments from the expected number of fragments.
getNumberOfExpressions() - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Returns the number of expressions directly included in the multi expression.
getNumFragments() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the number of fragments..
getNumMods() - Method in class com.google.gwt.dev.jjs.ast.JModVisitor
Returns the number of times the tree was changed since this visitor was
instantiated.
getNumMods() - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
getNumOrdinalized() - Method in class com.google.gwt.dev.jjs.impl.EnumOrdinalizer.Tracker
getNumVars() - Method in class com.google.gwt.dev.js.ast.JsVars
getNumVisited() - Method in class com.google.gwt.dev.jjs.impl.EnumOrdinalizer.Tracker
getNumVisits() - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
getObfuscatedNames() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor
getObjectScope() - Method in class com.google.gwt.dev.js.ast.JsProgram
getObjExpr() - Method in class com.google.gwt.dev.js.ast.JsForIn
getOffset() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getOnSuccessCall() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
Returns a call expression akin to callback.onSuccess()
.
getOp() - Method in class com.google.gwt.dev.jjs.ast.JBinaryOperation
getOp() - Method in class com.google.gwt.dev.jjs.ast.JUnaryOperation
getOp() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getOperation() - Method in class com.google.gwt.dev.js.rhino.Node
getOperator() - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
getOperator() - Method in class com.google.gwt.dev.js.ast.JsUnaryOperation
getOptimizationLevel() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getOptimizationLevel() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getOptimizationLevel() - Method in interface com.google.gwt.dev.util.arg.OptionOptimize
Returns the compiler's requested optimization level.
getOptimizationStep() - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getOptimizationStep() - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return the current optimization step number.
getOptions() - Method in class com.google.gwt.dev.CompilerContext
getOptions() - Method in class com.google.gwt.dev.jjs.UnifiedAst
Returns the active set of JJS options associated with this compile.
getOracle() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getOracle() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getOracle() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getOracle() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getOrCreateArrayType(JType, int) - Method in interface com.google.gwt.dev.jjs.ast.ArrayTypeCreator
getOrCreateArrayType(JType, int) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getOrCreateJavaObject(int, Context) - Method in class com.google.gwt.dev.shell.HtmlUnitSessionHandler
getOrCreateJavaObject(BrowserChannel.JavaObjectRef, SessionData, Context) - Static method in class com.google.gwt.dev.shell.JavaObject
getOrCreatePackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Ensure that a package with the specified name exists as well as its parent
packages.
getOrCreatePackage(String) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Ensure that a package with the specified name exists as well as its parent
packages.
getOrCreateTypeId(JType) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.ClosureUniqueIdTypeMapper
getOrCreateTypeId(JType) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.IntTypeMapper
getOrCreateTypeId(JType) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.StringTypeMapper
getOrCreateTypeId(JType) - Method in interface com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.TypeMapper
getOrCreateUnitCache(TreeLogger, CompilerOptions) - Static method in class com.google.gwt.dev.Compiler
Locates the unit cache dir relative to the war dir and returns a UnitCache instance.
getOrderedProperties() - Method in class com.google.gwt.dev.cfg.PropertyCombinations
Returns the properties used to generate permutations.
getOrderedPropertyValues(int) - Method in class com.google.gwt.dev.cfg.PropertyCombinations
Returns the value of each property used to generate the given permutation.
getOrderedProps() - Method in class com.google.gwt.dev.cfg.BindingProperties
Returns all binding properties in dependency order.
getOrderedPropValues() - Method in class com.google.gwt.dev.cfg.BindingProperties
getOrdinal() - Method in interface com.google.gwt.core.ext.typeinfo.JEnumConstant
Returns the ordinal value for this enumeration constant.
getOrdinal() - Method in interface com.google.gwt.core.ext.typeinfo.JTypeParameter
getOrdinal() - Method in class com.google.gwt.dev.javac.typemodel.JEnumConstant
Returns the ordinal value for this enumeration constant.
getOrdinal() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getOrdinalizedNames() - Method in class com.google.gwt.dev.jjs.impl.EnumOrdinalizer.Tracker
getOrigin() - Method in class com.google.gwt.dev.javac.MemoryUnitCache.UnitCacheEntry
getOrigin() - Method in interface com.google.gwt.dev.jjs.SourceInfo
getOrigin() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getOrigin() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getOriginal(JVariable) - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption
getOriginal(JVariable) - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption.Updater
getOriginalParamTypes() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getOriginalReturnType() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getOriginatingFileName() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getOutDir() - Method in interface com.google.gwt.dev.util.arg.OptionOutDir
Returns the output directory.
getOutEdges(CfgNode<?>) - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns edges originating from the node.
getOutEdges(NodeType) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns edges originating from the node.
getOutput() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getOutput() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getOutput() - Method in interface com.google.gwt.dev.util.arg.OptionScriptStyle
Returns the compiler output style.
getOutputModuleName() - Method in class com.google.gwt.dev.codeserver.JobEvent
Returns the module name used for the output of the GWT compiler, or null if not available.
getOutputStream(String) - Method in class com.google.gwt.soyc.io.ArtifactsOutputDirectory
getOutputStream(String) - Method in interface com.google.gwt.soyc.io.OutputDirectory
getOverloads(String) - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns the declared methods of this class with the given name
(doesn't include any superclasses or superinterfaces).
getOverloads(String) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getOverloads(String) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getOverloads(String) - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getOverloads(String) - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getOverloads(String) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getOverridableMethods() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Iterates over the most-derived declaration of each unique overridable
method available in the type hierarchy of the specified type, including
those found in superclasses and superinterfaces.
getOverridableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JAnnotationType
getOverridableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getOverridableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
Iterates over the most-derived declaration of each unique overridable
method available in the type hierarchy of the specified type, including
those found in superclasses and superinterfaces.
getOverridableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getOverridableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getOverridableMethods() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getOverriddenMethodIds(int) - Method in interface com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer.AnalyzableTypeEnvironment
Returns a list of the ids of methods overriding the given method and null if there are none.
getOverriddenMethodIds(int) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
getOverriddenMethods() - Method in class com.google.gwt.dev.jjs.ast.JMethod
Returns the transitive closure of all the methods this method overrides; this set is ordered
from most specific to least specific, where class methods appear before interface methods.
getOverrides() - Method in class com.google.gwt.core.ext.soyc.impl.StandardClassMember
getOverridingMethodIds(int) - Method in interface com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer.AnalyzableTypeEnvironment
Returns a list of the ids of methods overridden by the given method and null if there are
none.
getOverridingMethodIds(int) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
getOverridingMethods() - Method in class com.google.gwt.dev.jjs.ast.JMethod
Returns the transitive closure of all the methods that override this method; caveat this
list is only complete in monolithic compiles and should not be used in incremental compiles.
getPackage() - Method in interface com.google.gwt.core.ext.soyc.ClassMember
Returns the Java package from which the ClassMember originated.
getPackage() - Method in class com.google.gwt.core.ext.soyc.impl.StandardClassMember
getPackage() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
getPackage(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets a package by name.
getPackage() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getPackage() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getPackage() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getPackage(String) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets a package by name.
getPackageName() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
getPackageName() - Method in class com.google.gwt.dev.javac.CompiledClass
Returns the enclosing package, e.g.
getPackageName(String) - Static method in class com.google.gwt.dev.javac.Shared
getPackageName() - Method in class com.google.gwt.dev.jjs.ast.JType
getPackageName(String) - Static method in class com.google.gwt.dev.util.Util
getPackageNameFromBinary(String) - Static method in class com.google.gwt.dev.javac.Shared
getPackages() - Method in class com.google.gwt.core.ext.soyc.coderef.PackageDescriptor
Returns the list of subpackages.
getPackages() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets an array of all packages known to this type oracle.
getPackages() - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets an array of all packages known to this type oracle.
getPackageToClasses() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the mapping from packages to classes.
getParam(int) - Method in class com.google.gwt.dev.util.xml.HandlerMethod
getParamCount() - Method in class com.google.gwt.dev.util.xml.HandlerMethod
getParameter() - Method in class com.google.gwt.dev.jjs.ast.JParameterRef
getParameter() - Method in class com.google.gwt.dev.js.ast.JsCatch
getParameterizedQualifiedSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getParameterizedQualifiedSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns a type name as it would be specified in Java source, with the
package name included.
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JGenericType
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getParameterizedQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getParameterizedType(JGenericType, JClassType, JClassType[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the parameterized type object that represents the combination of a
specified raw type and a set of type arguments.
getParameterizedType(JGenericType, JClassType[]) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets the parameterized type object that represents the combination of a
specified raw type and a set of type arguments.
getParameterizedType(JGenericType, JClassType, JClassType[]) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets the parameterized type object that represents the combination of a
specified raw type and a set of type arguments.
getParameterizedType(JGenericType, JClassType[]) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets the parameterized type object that represents the combination of a
specified raw type and a set of type arguments.
getParameters() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
getParameters() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getParameters() - Method in class com.google.gwt.dev.js.ast.JsFunction
getParameterTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
getParameterTypes() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getParameterTypes() - Method in class com.google.gwt.dev.shell.MethodAdaptor
getParams() - Method in class com.google.gwt.dev.jjs.ast.JMethod
Returns the parameters of this method.
getParams() - Method in class com.google.gwt.dev.jjs.ast.JMethod.Specialization
getParamType() - Method in class com.google.gwt.dev.util.xml.HandlerParam
getParamTypes() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
getParent() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgNode
getParent() - Method in class com.google.gwt.dev.js.ast.JsNestingScope
Returns the parent scope of this scope, or null
if this is the root scope.
getParent() - Method in class com.google.gwt.dev.js.ast.JsRootScope
getParent() - Method in class com.google.gwt.dev.js.ast.JsScope
Returns the parent scope of this scope, or null
if this is the root scope.
GETPARENT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getParentLogger() - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
getParentLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 parentLogHandle = 1;
getParentLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required uint32 parentLogHandle = 1;
getParentLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required uint32 parentLogHandle = 1;
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
getParserForType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
getPartialPath() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
Returns the partial path within the output directory of the
EmittedArtifact.
getPath() - Method in class com.google.gwt.dev.javac.testing.impl.MockResource
getPath() - Method in class com.google.gwt.dev.javac.testing.JavaSource
getPath() - Method in interface com.google.gwt.dev.javac.testing.Source
Returns the source path of this source fragment within the compilation,
for example com/example/client/Foo.java
or
com/example/public/bar.css
.
getPath() - Method in class com.google.gwt.dev.resource.impl.FileResource
getPath() - Method in class com.google.gwt.dev.resource.impl.ZipFileResource
getPath() - Method in class com.google.gwt.dev.resource.Resource
Returns the full abstract path of the resource.
getPath() - Method in class com.google.gwt.dev.util.FileBackedObject
getPath() - Method in class com.google.gwt.dev.util.MemoryBackedObject
getPath() - Method in interface com.google.gwt.dev.util.PersistenceBackedObject
Returns the path to the intended persistence location.
getPathDescription() - Method in class com.google.gwt.dev.util.OutputFileSet
Return a description of this output file set's path.
getPathNames() - Method in class com.google.gwt.dev.javac.testing.impl.MockResourceOracle
getPathNames() - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
getPathNames() - Method in interface com.google.gwt.dev.resource.ResourceOracle
Returns an unmodifiable set of unique abstract path names with constant
lookup time.
getPathParts() - Method in class com.google.gwt.dev.resource.impl.ZipFileResource
getPathPrefix() - Method in class com.google.gwt.dev.resource.impl.ResourceResolution
getPathPrefix() - Method in class com.google.gwt.dev.resource.Resource
If some prefix was stripped from the path, as is for RerootedResources,
retrieve it back with this method.
getPathPrefixes() - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
getPattern() - Method in class com.google.gwt.dev.js.ast.JsRegExp
getPermsToCompile() - Method in interface com.google.gwt.dev.CompilePerms.OptionPerms
Gets the ordered set of permutations to compile.
getPermToCompile() - Method in interface com.google.gwt.dev.util.arg.OptionPerm
Gets the permutation to compile.
getPermutation() - Method in interface com.google.gwt.dev.jjs.PermutationResult
Returns the associated permutation.
getPermutation() - Method in class com.google.gwt.dev.util.CollapsedPropertyKey
getPermutationBase() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
getPermutationDescription() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
getPermutationDescription(int) - Method in class com.google.gwt.dev.cfg.PropertyCombinations
Returns a unique description for the given permutation.
getPermutationId() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
getPermutationId() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the permutation ID.
getPermutationId() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getPermutationId() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getPermutationId() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
getPermutationId() - Method in class com.google.gwt.soyc.GlobalInformation
getPermutationIds() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
getPermutationIdsByPropertyName(List<PropertyAndBindingInfo>, String) - Static method in class com.google.gwt.dev.PropertyAndBindingInfo
Given a property name, returns a map containing each possible return value and the
permutations that would create it.
getPermutationIdsByRequestTypes(List<PropertyAndBindingInfo>, String) - Static method in class com.google.gwt.dev.PropertyAndBindingInfo
Given an argument to GWT.create(), returns a map containing each possible return type and the
permutations that would create it.
getPermutations() - Method in class com.google.gwt.dev.jjs.PrecompilationContext
getPermutations() - Method in class com.google.gwt.dev.Precompilation
Returns the set of permutations to run.
getPermutationsMap() - Method in class com.google.gwt.core.ext.linker.impl.PermutationsUtil
getPersistentPrettyNamerState() - Method in class com.google.gwt.dev.MinimalRebuildCache
getPersistentPrettyNamerState() - Method in class com.google.gwt.dev.NullRebuildCache
getPort() - Method in class com.google.gwt.core.ext.ServletContainer
Returns the port on which the server is running.Used to construct a URL to
reach the servlet container.
getPort() - Method in class com.google.gwt.dev.codeserver.WebServer
getPort() - Method in class com.google.gwt.dev.DevModeBase
getPort() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getPort() - Method in interface com.google.gwt.dev.DevModeBase.OptionPort
getPort() - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyServletContainer
getPosition() - Method in class com.google.gwt.dev.jjs.impl.TextOutputVisitor
getPosition() - Method in class com.google.gwt.dev.util.AbstractTextOutput
getPosition() - Method in interface com.google.gwt.dev.util.TextOutput
getPossibleReboundTypesByRequestType(Iterable<PropertyAndBindingInfo>, Set<String>) - Static method in class com.google.gwt.dev.PropertyAndBindingInfo
Returns the Java classes that GWT.create() might return in at least one permutation.
getPossibleValues() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
getPossibleValues() - Method in class com.google.gwt.core.ext.linker.impl.StandardSelectionProperty
getPossibleValues() - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns all possible values for this deferred binding property.
getPossibleValues() - Method in interface com.google.gwt.core.ext.SelectionProperty
Returns the possible values for the property in sorted order.
getPreambleTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
getPreambleTypeNames() - Method in class com.google.gwt.dev.NullRebuildCache
getPrecedence() - Method in enum com.google.gwt.dev.jjs.ast.JBinaryOperator
getPrecedence() - Method in enum com.google.gwt.dev.js.ast.JsBinaryOperator
getPrecedence() - Method in interface com.google.gwt.dev.js.ast.JsOperator
getPrecedence() - Method in enum com.google.gwt.dev.js.ast.JsUnaryOperator
getPrecompilationMetrics() - Method in class com.google.gwt.dev.jjs.UnifiedAst
Returns metrics about the precompilation portion of the build.
getPrecompilationMetricsArtifact() - Method in class com.google.gwt.dev.jjs.PrecompilationContext
getPrefix() - Method in class com.google.gwt.core.ext.TreeLogger.HelpInfo
getPrefix() - Method in class com.google.gwt.dev.resource.impl.PathPrefix
The prefix.
getPrescribedPropertyValuesByName() - Method in class com.google.gwt.dev.cfg.DynamicPropertyOracle
Returns the mapping from property names to its currently prescribed value.
getPrimaryConstructor(JDeclaredType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns the constructor which all others delegate to if any, otherwise null.
getPrimaryCorrelation() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
Usually (always?) there is only one primary correlation.
getPriority() - Method in enum com.google.gwt.dev.resource.impl.PathPrefix.Judgement
getProcessedStaleTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
Returns the set of the names of types that were processed as stale.
getProgramClassRange() - Method in class com.google.gwt.dev.js.JsToStringGenerationVisitor
Returns a NamedRange pointing at the starting position of the first class in the program and
the ending position of the last class in the program.
getProp(int) - Method in class com.google.gwt.dev.js.rhino.Node
GETPROP - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getProperties() - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getProperties() - Method in interface com.google.gwt.core.ext.LinkerContext
Returns all deferred binding properties defined in the module.
getProperties() - Method in class com.google.gwt.dev.cfg.ModuleDef
The properties that have been defined.
getProperties() - Method in class com.google.gwt.dev.Permutation
Returns the properties to be used for generating this (hard) permutation.
getProperties() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getProperties() - Method in interface com.google.gwt.dev.util.arg.OptionSetProperties
Return all properties ({name->values} pairs).
getProperty(String) - Method in class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
getProperty(BrowserChannelServer, int, int) - Method in class com.google.gwt.dev.shell.BrowserChannelServer.SessionHandlerServer
getProperty(BrowserChannelServer, int, int) - Method in class com.google.gwt.dev.shell.OophmSessionHandler
getPropertyAccessorKey() - Method in enum com.google.gwt.dev.jjs.ast.HasJsInfo.JsMemberType
getPropertyAndBindingInfos() - Method in class com.google.gwt.dev.Permutation
Returns the GWT.create() answers for each soft permutation,
ordered by soft permutation id.
getPropertyInitializers() - Method in class com.google.gwt.dev.js.ast.JsObjectLiteral
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Provides values for
SelectionProperty
instances that are not
explicitly set during the compilation phase.
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.impl.StandardSoftPermutation
getPropertyMap() - Method in class com.google.gwt.core.ext.linker.SoftPermutation
Returns only the collapsed selection properties that resulted in the
particular soft permutation.
getPropertyOracle() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
getPropertyOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Gets the property oracle for the current generator context.
getPropertyOracle() - Method in class com.google.gwt.core.ext.StubGeneratorContext
getPropertyOracle() - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
getPropertyOracle() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
getPropertyProvider(TreeLogger, SortedSet<ConfigurationProperty>) - Method in class com.google.gwt.core.ext.linker.impl.StandardSelectionProperty
getPropertyProvider(TreeLogger, SortedSet<ConfigurationProperty>) - Method in interface com.google.gwt.core.ext.linker.SelectionProperty
Returns a raw function body that provides the runtime value to be used for
a deferred binding property.
getPropertyValue(String) - Method in class com.google.gwt.dev.PropertyAndBindingInfo
Returns the property value for a propertyname.
getPropMap() - Method in class com.google.gwt.core.ext.linker.impl.SelectionInformation
GETPROTO - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getProtocolVersion() - Method in class com.google.gwt.dev.shell.BrowserChannel.ProtocolVersionMessage
getProtocolVersion() - Method in class com.google.gwt.dev.shell.BrowserChannelClient
getProtocolVersion() - Method in class com.google.gwt.dev.shell.BrowserChannelServer
getProtocolVersion() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional string protocolVersion = 1;
getProtocolVersion() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional string protocolVersion = 1;
getProtocolVersion() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional string protocolVersion = 1;
getProtocolVersionBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional string protocolVersion = 1;
getProtocolVersionBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional string protocolVersion = 1;
getProtocolVersionBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional string protocolVersion = 1;
getProtoVersion() - Method in class com.google.gwt.dev.shell.BrowserChannel.OldLoadModuleMessage
getProvider() - Method in class com.google.gwt.dev.cfg.BindingProperty
getProviderGenerator() - Method in class com.google.gwt.dev.cfg.BindingProperty
getPublicResourceOracle() - Method in class com.google.gwt.dev.cfg.ModuleDef
getPublicResourceOracle() - Method in class com.google.gwt.dev.CompilerContext
getPurpose() - Method in class com.google.gwt.dev.CompilePerms.ArgHandlerPerms
getPurpose() - Method in class com.google.gwt.dev.DevMode.ArgHandlerServer
getPurpose() - Method in class com.google.gwt.dev.DevMode.ArgHandlerStartupURLs
getPurpose() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerCodeServerPort
getPurpose() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerLogDir
getPurpose() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerPort
getPurpose() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerRemoteUI
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerBindAddress
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDeployDir
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerExtraDir
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFilterJsInteropExports
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentCount
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentMerge
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenDir
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerLocalWorkers
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerLogLevel
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerMethodNameDisplayMode
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerModuleName
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerModulePathPrefix
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerNamespace
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerOptimize
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerOutDir
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerPerm
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSourceOutput
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerScriptStyle
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSetProperties
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSourceLevel
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerWarDir
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerWorkDirOptional
getPurpose() - Method in class com.google.gwt.dev.util.arg.ArgHandlerWorkDirRequired
getPurpose() - Method in class com.google.gwt.util.tools.ArgHandler
getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
getPurpose() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
getPurposeSnippet() - Method in class com.google.gwt.dev.DevMode.ArgHandlerSuperDevMode
getPurposeSnippet() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerNoServerFlag
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerClosureFormattedOutput
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompileReport
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompilerMetrics
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableCastChecking
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClassMetadata
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClusterSimilarFunctions
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableGeneratingOnShards
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableInlineLiteralParameters
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOptimizeDataflow
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOrdinalizeEnums
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRemoveDuplicateFunctions
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRunAsync
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableSoycHtml
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableUpdateCheck
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDraftCompile
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableAssertions
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableGeneratorResultCaching
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenerateJsInteropExports
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerIncrementalCompile
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerJsonSoyc
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSource
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoyc
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoycDetailed
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerStrict
getPurposeSnippet() - Method in class com.google.gwt.dev.util.arg.ArgHandlerValidateOnlyFlag
getPurposeSnippet() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
Returns a description that will be mixed together with default value to come up with the
overall flag purpose.
getPurposeString(String) - Method in class com.google.gwt.util.tools.ArgHandlerEnum
getQualifiedBinaryName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getQualifiedBinaryName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
TODO(scottb): remove if we can resolve param names differently.
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getQualifiedBinaryName() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getQualifiedBoxedSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getQualifiedJsInteropRootTypesNames() - Method in class com.google.gwt.dev.javac.CompilationState
getQualifiedJsName() - Method in interface com.google.gwt.dev.jjs.ast.HasJsName
getQualifiedJsName() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getQualifiedJsName() - Method in class com.google.gwt.dev.jjs.ast.JField
getQualifiedJsName() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getQualifiedName() - Method in class com.google.gwt.dev.jjs.ast.JField
getQualifiedName() - Method in interface com.google.gwt.dev.jjs.ast.JMember
getQualifiedName() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getQualifiedSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getQualifiedSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns a type name as it would be specified in Java source, with the
package name included.
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
Everything is fully qualified and includes the < and > in the
signature.
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getQualifiedSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getQualifier() - Method in class com.google.gwt.dev.js.ast.JsInvocation
getQualifier() - Method in class com.google.gwt.dev.js.ast.JsNameRef
getRanges() - Method in class com.google.gwt.dev.jjs.JsSourceMap
getRank() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
getRank() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getRawType() - Method in interface com.google.gwt.core.ext.typeinfo.JGenericType
Returns the raw type for this generic type.
getRawType() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
getRawType() - Method in class com.google.gwt.dev.javac.typemodel.JGenericType
getRawType() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getReadableDeclaration() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
getReadableDeclaration(boolean, boolean, boolean, boolean, boolean) - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
Returns a String
representing the source code declaration
of this method, containing access modifiers, type parameters,
return type, method name, parameter list, and throws.
getReadableDeclaration() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getReadableDeclaration() - Method in class com.google.gwt.dev.javac.typemodel.JConstructor
getReadableDeclaration() - Method in class com.google.gwt.dev.javac.typemodel.JMethod
getReadableDeclaration(boolean, boolean, boolean, boolean, boolean) - Method in class com.google.gwt.dev.javac.typemodel.JMethod
getReadableDescription(JType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns a description for a type suitable for reporting errors to the users.
getReadableDescription(JMember) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Returns a description for a member suitable for reporting errors to the users.
getRebindMode() - Method in class com.google.gwt.core.ext.RebindResult
getRebindPermutationOracle() - Method in class com.google.gwt.dev.jjs.PrecompilationContext
getRebindRequests() - Method in class com.google.gwt.dev.jjs.UnifiedAst
Returns the set of live rebind requests in the AST.
getReboundType(String) - Method in class com.google.gwt.dev.PropertyAndBindingInfo
Returns the Java class that a GWT.create() call will construct.
getRecompileJs(TreeLogger, Outbox) - Method in class com.google.gwt.dev.codeserver.JobRunner
Submits a recompile js creation job to be executed.
getReferencedFieldsByMethods(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.FieldReferencesGraph
Return the referenced fields by methods
.
getReferencedFieldsByMethods(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getReferencedFieldsByMethods(Collection<JMethod>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Return fields that are referenced by methods
.
getReferencedTypes() - Method in class com.google.gwt.dev.javac.asm.CollectReferencesVisitor
getReferencedTypes() - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
Return the complete set of types that have been referenced.
getReferencingMethodsForFields(Collection<JField>) - Method in class com.google.gwt.dev.jjs.impl.FieldReferencesGraph
Return the methods that reference fields
.
getReferredType() - Method in class com.google.gwt.dev.jjs.ast.JRuntimeTypeReference
Returns the type this node is proxy for.
getRefid() - Method in class com.google.gwt.dev.shell.BrowserChannel.JavaObjectRef
getRefid() - Method in class com.google.gwt.dev.shell.BrowserChannel.JsObjectRef
getRefid() - Method in interface com.google.gwt.dev.shell.BrowserChannel.RemoteObjectRef
getRefIdsForCleanup() - Method in class com.google.gwt.dev.shell.BrowserChannel
getRefIdsForCleanup() - Method in interface com.google.gwt.dev.shell.BrowserChannel.ObjectRefFactory
getRefIdsForCleanup() - Method in class com.google.gwt.dev.shell.RemoteObjectTable
getRefType() - Method in class com.google.gwt.dev.jjs.ast.JClassLiteral
getRelevantOptionsHash(JJSOptions) - Static method in class com.google.gwt.dev.javac.UnitCacheSingleton
getRemoteEndpoint() - Method in class com.google.gwt.dev.shell.BrowserChannel
getRemoteHost() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string remoteHost = 7;
getRemoteHost() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string remoteHost = 7;
getRemoteHost() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string remoteHost = 7;
getRemoteHostBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string remoteHost = 7;
getRemoteHostBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string remoteHost = 7;
getRemoteHostBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string remoteHost = 7;
getRemoteObjectRef(int) - Method in class com.google.gwt.dev.shell.RemoteObjectTable
Obtain the RemoteObjectRef that is currently in use to act as a proxy for
the given remote object ID.
getRemoteUIHost() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getRemoteUIHost() - Method in interface com.google.gwt.dev.DevModeBase.OptionRemoteUI
getRemoteUIHostPort() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getRemoteUIHostPort() - Method in interface com.google.gwt.dev.DevModeBase.OptionRemoteUI
getRemovedCalleeMethodsSince(int) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
getRemovedCalleeMethodsSince(int) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Get the removed callee methods since a given step.
getReplacementTypeName() - Method in class com.google.gwt.dev.cfg.RuleReplaceWith
getRepresentedAsNativeTypes() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getRepresentedAsNativeTypesDispatchMap() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequest() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequestBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequestedValue() - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
getRequestOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequestOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequestOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
getRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
getRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
getRequestType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
getRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
getRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
getRequestType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
getRequiredProperties() - Method in class com.google.gwt.dev.cfg.BindingProperty
getRequiredProperties() - Method in class com.google.gwt.dev.cfg.CompoundCondition
getRequiredProperties() - Method in class com.google.gwt.dev.cfg.Condition
Returns the set of property names that the Condition requires in order to
be evaluated.
getRequiredProperties() - Method in class com.google.gwt.dev.cfg.ConditionWhenPropertyIs
getRerootedPath(String) - Method in class com.google.gwt.dev.resource.impl.PathPrefix
getResolvedClassName() - Method in class com.google.gwt.dev.util.JsniRef
getResolvedMemberSignature() - Method in class com.google.gwt.dev.util.JsniRef
getResolvedReference() - Method in class com.google.gwt.dev.util.JsniRef
getResource(String) - Method in interface com.google.gwt.dev.cfg.ResourceLoader
Returns a URL that may be used to load the resource, or null if the
resource can't be found.
getResource(String) - Method in class com.google.gwt.dev.javac.testing.impl.MockResourceOracle
getResource(String) - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
getResource(String) - Method in interface com.google.gwt.dev.resource.ResourceOracle
Returns the resource for the given path name or null if there is no such resource.
getResourceAsStream(String) - Method in class com.google.gwt.dev.resource.impl.AbstractResourceOracle
getResourceAsStream(String) - Method in interface com.google.gwt.dev.resource.ResourceOracle
Returns the resource input stream for the given path name or null if there
is no such resource.
getResourceLastModified() - Method in class com.google.gwt.dev.cfg.ModuleDef
getResourceLocation() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getResourceLocation() - Method in class com.google.gwt.dev.javac.CompilationUnit
This is the resource location from the classpath or some deterministic
virtual location (in the case of generators or mock data) where the source
for this unit originated.
getResourceModifiedTime(URL) - Static method in class com.google.gwt.dev.util.Util
Retrieves the last modified time of a provided URL.
getResourcePath() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getResourcePath() - Method in class com.google.gwt.dev.javac.CompilationUnit
Returns the full abstract path of the resource.
getResources() - Method in class com.google.gwt.dev.javac.testing.impl.MockResourceOracle
getResources() - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
getResources() - Method in interface com.google.gwt.dev.resource.ResourceOracle
Returns an unmodifiable set of unique resources with constant lookup time.
getResourcesNewerThan(long) - Method in class com.google.gwt.dev.cfg.ModuleDef
getResourcesOracle() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
getResourcesOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Returns a resource oracle containing all resources that are mapped into the
module's source (or super-source) paths.
getResourcesOracle() - Method in class com.google.gwt.core.ext.StubGeneratorContext
getResourcesOracle() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
getResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponse() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponseBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponseOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponseOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponseOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
getResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
getResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
getResponseType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
getResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
getResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
getResponseType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
getRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServer() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getRestartWebServer() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getRestartWebServerBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServerBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getRestartWebServerOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServerOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServerOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
getRestartWebServerOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getRestartWebServerOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getRestartWebServerOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
getResultExpressions() - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
getResults() - Method in class com.google.gwt.dev.javac.JdtCompiler.DefaultUnitProcessor
getResultTypeName() - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
Returns the cached result rebind type name.
getResultTypeName() - Method in class com.google.gwt.core.ext.RebindResult
getResultTypeName() - Method in class com.google.gwt.dev.javac.CachedGeneratorResultImpl
getResultValues() - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
getReturns() - Method in class com.google.gwt.dev.jjs.ast.JMethod.Specialization
getReturnType() - Method in interface com.google.gwt.core.ext.typeinfo.JMethod
getReturnType() - Method in class com.google.gwt.dev.javac.typemodel.JMethod
getReturnType() - Method in class com.google.gwt.dev.shell.MethodAdaptor
getReturnValue() - Method in class com.google.gwt.dev.shell.BrowserChannel.ReturnMessage
getReturnValue() - Method in class com.google.gwt.dev.shell.BrowserChannel.SessionHandler.ExceptionOrReturnValue
getRhs() - Method in class com.google.gwt.dev.jjs.ast.JBinaryOperation
getRight() - Method in class com.google.gwt.dev.util.Pair
getRole() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEdge
Get edge role.
getRoot() - Method in class com.google.gwt.dev.codeserver.CompileDir
Top-level directory, containing the others.
getRootCondition() - Method in class com.google.gwt.dev.cfg.BindingProperty
getRootCondition() - Method in class com.google.gwt.dev.cfg.Rule
getRules() - Method in class com.google.gwt.dev.cfg.ModuleDef
Gets a reference to the internal rules for this module def.
getRunAsyncCall() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
Returns a call expression akin to
AsyncFragmentLoader.runAsync(7, callback)
.
getRunAsyncId() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
Returns a unique id for each runAsync, 1-based.
getRunAsyncs() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getRuntimeTypeId() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getRuntimeTypeId() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the runtime typeId.
getSafari24() - Static method in class com.google.gwt.dev.shell.Icons
getSaveSourceOutput() - Method in class com.google.gwt.dev.CompilerOptionsImpl
getSaveSourceOutput() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getSaveSourceOutput() - Method in interface com.google.gwt.dev.util.arg.OptionSaveSourceOutput
Returns the directory or jar where the GWT compiler should write the source code,
or null if the source files shouldn't be written.
getScope() - Method in class com.google.gwt.dev.js.ast.JsCatch
getScope() - Method in class com.google.gwt.dev.js.ast.JsFunction
getScope() - Method in class com.google.gwt.dev.js.ast.JsProgram
Gets the top level scope.
getScope() - Method in class com.google.gwt.dev.js.JsAbstractSymbolResolver
GETSCOPEPARENT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getScriptChunkSeparator(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Some subclasses support "chunking" of the primary fragment.
getScriptChunkSeparator(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getScriptChunkSeparator(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getScripts() - Method in class com.google.gwt.dev.cfg.ModuleDef
Gets a reference to the internal scripts list for this module def.
getSelectionProperty(TreeLogger, String) - Method in interface com.google.gwt.core.ext.PropertyOracle
Attempts to get a named deferred binding property.
getSelectionProperty(TreeLogger, String) - Method in class com.google.gwt.core.ext.SubsetFilteringPropertyOracle
getSelectionProperty(TreeLogger, String) - Method in class com.google.gwt.dev.cfg.DynamicPropertyOracle
getSelectionProperty(TreeLogger, String) - Method in class com.google.gwt.dev.shell.ModuleSpacePropertyOracle
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.HostedModeLinker
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.D8ScriptLinker
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.IFrameLinker
Deprecated.
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.SingleScriptLinker
getSelectionScriptTemplate(TreeLogger, LinkerContext) - Method in class com.google.gwt.core.linker.XSLinker
Deprecated.
getSerializationVersion() - Static method in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
Returns a serialization version number.
getSerialized() - Method in class com.google.gwt.core.ext.linker.impl.PropertiesMappingArtifact
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
getSerializedSize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
getSerializedSymbolMap() - Method in interface com.google.gwt.dev.jjs.PermutationResult
The symbol map for the permutation.
getServerLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServerLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServerLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServerLogBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServerLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServerLogOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServerLogOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
getServiceType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
getServiceType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
getServiceType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
getServletContainerLauncher() - Method in interface com.google.gwt.dev.DevMode.HostedModeOptions
getServletContainerLauncher() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getServletContainerLauncherArgs() - Method in interface com.google.gwt.dev.DevMode.HostedModeOptions
getServletContainerLauncherArgs() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getServletPaths() - Method in class com.google.gwt.dev.cfg.ModuleDef
getSessionForCurrentThread() - Static method in class com.google.gwt.dev.shell.DevModeSession
Gets the devmode session for the current thread.
getSessionHandler() - Method in class com.google.gwt.dev.shell.SessionData
getSessionKey() - Method in class com.google.gwt.dev.ModuleTabPanel.Session
getSessionKey() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
getSessionKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string sessionKey = 3;
getSessionKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string sessionKey = 3;
getSessionKey() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string sessionKey = 3;
getSessionKeyBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string sessionKey = 3;
getSessionKeyBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string sessionKey = 3;
getSessionKeyBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string sessionKey = 3;
getShellPublicGenDir(ModuleDef) - Method in interface com.google.gwt.dev.shell.WorkDirs
Gets the shell work directory for public generated files for a particular
module.
getShort() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getShortClassName(String) - Static method in class com.google.gwt.dev.util.Name.BinaryName
getShortClassName(String) - Static method in class com.google.gwt.dev.util.Name.SourceName
getShortIdent() - Method in class com.google.gwt.dev.js.ast.JsName
getShortIdent() - Method in class com.google.gwt.dev.js.ast.JsNameRef
getShortName(String) - Static method in class com.google.gwt.dev.javac.Shared
getShortName() - Method in class com.google.gwt.dev.jjs.ast.JType
getShortName(String) - Static method in class com.google.gwt.dev.util.BrowserInfo
Retrieve a short name, suitable for use in a tab or filename, for a given
user agent.
getSignature() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getSignature() - Method in class com.google.gwt.dev.javac.asm.CollectFieldData
getSignature() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
getSignature() - Method in class com.google.gwt.dev.jjs.ast.JField
getSignature() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getSignatureHash() - Method in class com.google.gwt.dev.javac.CompiledClass
Returns a hash code on the byte code of the class.
getSimpleName() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns the simple source name for the class.
getSimpleSourceName() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getSimpleSourceName() - Method in interface com.google.gwt.core.ext.typeinfo.JType
Returns the name of this class without the package name or enclosing class name.
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
In this case, the raw type name.
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getSimpleSourceName() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getSingleJsoImpl(JClassType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
getSingleJsoImpl(JClassType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
getSingleJsoImpl(JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getSingleJsoImplInterfaces() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Returns an unmodifiable, live view of all interface types that are
implemented by exactly one JSO subtype.
getSingleJsoImplInterfaces() - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Returns an unmodifiable, live view of all interface types that are
implemented by exactly one JSO subtype.
getSingleJsoIntfTypes() - Method in interface com.google.gwt.dev.shell.rewrite.HostedModeClassRewriter.SingleJsoImplData
Returns the internal names of all interface types implemented by JSOs.
getSize() - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
getSize() - Method in class com.google.gwt.dev.js.SizeBreakdown
getSize() - Method in class com.google.gwt.dev.resource.impl.PathPrefixSet
getSizeBreakdown() - Method in class com.google.gwt.dev.js.JsSourceGenerationVisitorWithSizeBreakdown
getSizeMap() - Method in class com.google.gwt.dev.js.SizeBreakdown
getSlashedPackageFrom(String) - Static method in class com.google.gwt.dev.javac.Shared
getSnapshot() - Method in class com.google.gwt.dev.util.log.MetricMap
getSocketPort() - Method in class com.google.gwt.dev.shell.BrowserListener
getSocketPort() - Method in interface com.google.gwt.dev.shell.CodeServerListener
getSocketPort() - Method in class com.google.gwt.dev.shell.SuperDevListener
getSoftPermutationId() - Method in class com.google.gwt.core.ext.linker.impl.PermutationsUtil.PermutationId
getSoftPermutationId() - Method in class com.google.gwt.core.ext.linker.impl.SelectionInformation
getSoftPermutations() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns the permutations of the collapsed deferred-binding property values
that are compiled into the CompilationResult.
getSoftPermutations() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getSoftPermutations() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getSoftProperties() - Method in class com.google.gwt.dev.cfg.PermutationProperties
Returns the properties for each soft permutation, ordered by soft permutation id.
getSource() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getSource() - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
getSource() - Method in interface com.google.gwt.dev.javac.GeneratedUnit
getSource() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
getSource() - Method in interface com.google.gwt.dev.javac.testing.Source
Returns the contents of this source fragment.
getSourceDetail() - Method in exception com.google.gwt.dev.js.JsParserException
Provides additional source detail in some cases.
getSourceEnd() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getSourceFiles() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
getSourceInfo() - Method in class com.google.gwt.core.ext.soyc.Range
getSourceInfo() - Method in class com.google.gwt.dev.jjs.ast.JNode
getSourceInfo() - Method in interface com.google.gwt.dev.jjs.HasSourceInfo
Return the source info associated with this object.
getSourceInfo() - Method in class com.google.gwt.dev.jjs.InternalCompilerException.NodeInfo
Returns the node's source info, if available; otherwise null
.
getSourceInfo() - Method in class com.google.gwt.dev.js.ast.JsNode
getSourceInfoMap() - Method in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
getSourceInfoMap() - Method in class com.google.gwt.dev.js.JsReportGenerationVisitor
getSourceInfoMap() - Method in class com.google.gwt.dev.js.JsSourceGenerationVisitorWithSizeBreakdown
getSourceLevel() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
getSourceLevel() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getSourceLevel() - Method in interface com.google.gwt.dev.util.arg.OptionSourceLevel
getSourceLine() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getSourceLine() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the line number on which the symbol was originally declared or
-1
if the line number is unknown.
getSourceLineNumber() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getSourceMap(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
getSourceMap(String) - Method in class com.google.gwt.dev.NullRebuildCache
getSourceMapFilePrefix() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
getSourceMapFilePrefix() - Method in interface com.google.gwt.dev.util.arg.OptionSourceMapFilePrefix
Returns the prefix to be added (or null for no prefix).
getSourceMapPath() - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
Returns the location for this resource as it should appear in a sourcemap.
getSourceMapPath() - Method in interface com.google.gwt.dev.javac.GeneratedUnit
Returns the path to this resource as it should appear in a source map.
getSourceMapPath() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
getSourceMapPathFor(Resource) - Static method in class com.google.gwt.dev.javac.CompilationUnitBuilder
Given a resource, returns the filename that will appear in the source map.
getSourceMapUrl(LinkerContext, String, int) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns the sourcemap URL that will be put in the comment at the end of a JavaScript
fragment, or null if the comment should be omitted.
getSourceModuleNames(String) - Method in interface com.google.gwt.dev.cfg.DepsInfoProvider
Returns a set of the names of modules that source included the given type referenced by name.
getSourceModuleNames(String) - Method in class com.google.gwt.dev.cfg.ModuleDef
getSourceModuleNames() - Method in class com.google.gwt.dev.resource.impl.ResourceResolution
getSourceModulesByTypeSourceName() - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
Returns a mapping from resource paths to the set of names of modules that created PathPrefixes
(usually because of a entry) that made the resource path live.
getSourceName() - Method in class com.google.gwt.core.ext.soyc.impl.AbstractMember
getSourceName() - Method in class com.google.gwt.core.ext.soyc.impl.StandardClassMember
getSourceName() - Method in class com.google.gwt.core.ext.soyc.impl.StandardFieldMember
getSourceName() - Method in class com.google.gwt.core.ext.soyc.impl.StandardMethodMember
getSourceName() - Method in interface com.google.gwt.core.ext.soyc.Member
Returns the name of the Member in the original source code.
getSourceName() - Method in class com.google.gwt.dev.javac.CompiledClass
Returns the qualified source name, e.g.
getSourceName(TypeBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
getSourceName(String, String) - Static method in class com.google.gwt.dev.javac.JdtUtil
getSourceName() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getSourceNameBasedTypeLocator() - Method in class com.google.gwt.dev.jjs.impl.UnifyAst
getSourceNameForClass(Class<?>) - Static method in class com.google.gwt.dev.util.Name
Get the source name for a Java class.
getSourceRepresentation(Class<?>) - Static method in class com.google.gwt.dev.util.TypeInfo
getSourceResourceOracle() - Method in class com.google.gwt.dev.cfg.ModuleDef
getSourceResourceOracle() - Method in class com.google.gwt.dev.CompilerContext
getSourceRoot() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
The base URL for Java filenames in the sourcemap.
getSourceStart() - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
getSourceToken() - Method in interface com.google.gwt.dev.javac.GeneratedUnit
Returns the source code as a token for DiskCache#INSTANCE
, or -1 if
the source is not cached.
getSourceToken() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
getSourceUri() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getSourceUri() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns a URI string representing the location of the source.
getSpecialization() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getSrc() - Method in class com.google.gwt.core.ext.linker.ScriptReference
The src
attribute of the resource.
getSrc() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
The src
attribute of the resource.
getSrc() - Method in class com.google.gwt.dev.cfg.Script
getStackMode(PermutationProperties) - Static method in class com.google.gwt.dev.js.JsStackEmulator
getStackTrace() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string stackTrace = 2;
getStackTrace() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
optional string stackTrace = 2;
getStackTrace() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.FailureOrBuilder
optional string stackTrace = 2;
getStackTraceAsString(Throwable) - Static method in class com.google.gwt.dev.util.log.AbstractTreeLogger
getStackTraceBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string stackTrace = 2;
getStackTraceBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
optional string stackTrace = 2;
getStackTraceBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.FailureOrBuilder
optional string stackTrace = 2;
getStaleTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
getStaleTypeNames() - Method in class com.google.gwt.dev.NullRebuildCache
getStandardCompilerOptions() - Static method in class com.google.gwt.dev.javac.JdtCompiler
getStandardResources() - Static method in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
getStart() - Method in class com.google.gwt.core.ext.soyc.Range
getStart(CfgEdge) - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
Returns edge start node.
getStart() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgEdge
Get edge start node.
getStart(EdgeType) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
Returns edge start node.
getStartColumn() - Method in class com.google.gwt.core.ext.soyc.Range
getStartLine() - Method in class com.google.gwt.core.ext.soyc.Range
getStartLine() - Method in interface com.google.gwt.dev.jjs.SourceInfo
getStartLine() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getStartLine() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getStartLineNumber() - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
getStartMethod(String) - Method in class com.google.gwt.dev.util.xml.HandlerClassInfo
getStartPos() - Method in interface com.google.gwt.dev.jjs.SourceInfo
getStartPos() - Method in class com.google.gwt.dev.jjs.SourceInfoCorrelation
getStartPos() - Method in class com.google.gwt.dev.jjs.SourceOrigin
getStartPosition() - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
getStartTimeNanos() - Method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.Event
Returns the event start time, normalized in nanoseconds, for the log
file.
getStartupURLs() - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
getStartupURLs() - Method in interface com.google.gwt.dev.DevModeBase.OptionStartupURLs
getStartupURLs(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
repeated string startupURLs = 2;
getStartupURLs(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
repeated string startupURLs = 2;
getStartupURLs(int) - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
repeated string startupURLs = 2;
getStartupURLsBytes(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
repeated string startupURLs = 2;
getStartupURLsBytes(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
repeated string startupURLs = 2;
getStartupURLsBytes(int) - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
repeated string startupURLs = 2;
getStartupURLsCount() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
repeated string startupURLs = 2;
getStartupURLsCount() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
repeated string startupURLs = 2;
getStartupURLsCount() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
repeated string startupURLs = 2;
getStartupURLsList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
repeated string startupURLs = 2;
getStartupURLsList() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
repeated string startupURLs = 2;
getStartupURLsList() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
repeated string startupURLs = 2;
getStatementRanges() - Method in class com.google.gwt.core.ext.linker.CompilationResult
getStatementRanges() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getStatementRanges() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getStatementRanges() - Method in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
getStatementRanges() - Method in interface com.google.gwt.dev.jjs.PermutationResult
getStatementRanges() - Method in class com.google.gwt.dev.js.JsToStringGenerationVisitor
getStatementRanges(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
getStatementRanges(String) - Method in class com.google.gwt.dev.NullRebuildCache
getStatements() - Method in class com.google.gwt.dev.jjs.ast.JBlock
Return the statements in this block.
getStatements() - Method in class com.google.gwt.dev.jjs.ast.JMethodBody
getStatements() - Method in class com.google.gwt.dev.js.ast.JsBlock
getStaticallyReferencedTypeIdsIn(int) - Method in interface com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer.AnalyzableTypeEnvironment
Returns a list of the ids of types that are statically referenced within the given method and
null if there are none.
getStaticallyReferencedTypeIdsIn(int) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
getStaticDispatcher() - Method in class com.google.gwt.dev.shell.ModuleSpace
Injects the magic needed to resolve JSNI references from module-space.
getStaticDispatcher() - Method in class com.google.gwt.dev.shell.ModuleSpaceOOPHM
getStaticImpl(JMethod) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getStaticRef() - Method in class com.google.gwt.dev.js.ast.JsName
getStaticSourceCount() - Method in class com.google.gwt.dev.javac.CompilationState
getStatus() - Method in class com.google.gwt.dev.codeserver.JobEvent
The last reported status of the job.
getStmt() - Method in class com.google.gwt.dev.js.ast.JsLabel
getStmts() - Method in class com.google.gwt.dev.js.ast.JsSwitchMember
getStreamFromOtherSide() - Method in class com.google.gwt.dev.shell.BrowserChannel
getStreamToOtherSide() - Method in class com.google.gwt.dev.shell.BrowserChannel
getString(String, String) - Method in class com.google.gwt.dev.cfg.BindingProperties
Returns the value of a property as a string.
getString(String, String) - Method in class com.google.gwt.dev.cfg.ConfigurationProperties
Returns a single-valued property as a string if possible.
getString() - Method in class com.google.gwt.dev.javac.testing.impl.MockResource
getString() - Method in class com.google.gwt.dev.js.rhino.Node
Can only be called when node has String context.
getString() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getString() - Method in class com.google.gwt.dev.json.JsonString
getString() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getString() - Method in class com.google.gwt.dev.shell.JsValue
Get the value of the object as a string.
getString() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getStringConfigurationProperty(LinkerContext, String, String) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
getStringLiteral(SourceInfo, String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getStrings(String) - Method in class com.google.gwt.dev.cfg.ConfigurationProperties
Returns all the values of a multi-valued configuration property, or an empty list
if not found.
getStringValue() - Method in enum com.google.gwt.dev.util.arg.SourceLevel
Returns a string value representation for the source level.
getStrongHash() - Method in interface com.google.gwt.dev.javac.GeneratedUnit
getStrongHash() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
getStrongName() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Return a string that uniquely identifies this compilation result.
getStrongName() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getStrongName() - Method in class com.google.gwt.core.ext.linker.impl.PermutationsUtil.PermutationId
getStrongName() - Method in class com.google.gwt.core.ext.linker.impl.SelectionInformation
getStrongName() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getStrongName() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
getStyles() - Method in class com.google.gwt.dev.cfg.ModuleDef
Gets a reference to the internal styles list for this module def.
getSubclasses(JType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getSubClassNames(String) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getSubInterfaceNames(String) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getSubTypeNames(String) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getSubtypes() - Method in interface com.google.gwt.core.ext.typeinfo.JArrayType
getSubtypes() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns all subtypes of this type, recursively, not including this type.
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
Returns all subtypes for this type.
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
getSubtypes() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getSuffix() - Method in class com.google.gwt.dev.GwtVersion
getSuffix() - Method in enum com.google.gwt.dev.resource.impl.DefaultFilters.FilterFileType
getSummary() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
required string summary = 1;
getSummary() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
required string summary = 1;
getSummary() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
required string summary = 1;
getSummaryBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
required string summary = 1;
getSummaryBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
required string summary = 1;
getSummaryBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
required string summary = 1;
getSuperclass() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Returns the superclass of this type, or null
if none.
getSuperclass() - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
getSuperclass() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
getSuperclass() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getSuperclass() - Method in class com.google.gwt.dev.javac.typemodel.JRawType
getSuperclass() - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
getSuperclass() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getSuperClass() - Method in class com.google.gwt.dev.jjs.ast.JClassType
getSuperClass() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns this type's super class, or
null
if this type is
Object
or an interface.
getSuperClass() - Method in class com.google.gwt.dev.jjs.ast.JInterfaceType
getSuperClinit() - Method in class com.google.gwt.dev.js.ast.JsFunction
getSuperInterfacesRequiringInitialization(ReferenceBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
getSuperInternalName() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
getSuperTypeName(String) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
getSupertypes(JDeclaredType) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Gets all the supertypes of type
.
getSuppressedWarnings(Annotation[]) - Static method in class com.google.gwt.dev.javac.JdtUtil
getSuppressedWarnings() - Method in interface com.google.gwt.dev.jjs.ast.CanHaveSuppressedWarnings
getSuppressedWarnings() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
getSuppressedWarnings() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getSuppressedWarnings() - Method in class com.google.gwt.dev.jjs.ast.JVariable
getSymbol() - Method in enum com.google.gwt.dev.jjs.ast.JBinaryOperator
getSymbol() - Method in enum com.google.gwt.dev.jjs.ast.JUnaryOperator
getSymbol() - Method in enum com.google.gwt.dev.js.ast.JsBinaryOperator
getSymbol() - Method in interface com.google.gwt.dev.js.ast.JsOperator
getSymbol() - Method in enum com.google.gwt.dev.js.ast.JsUnaryOperator
getSymbolMap() - Method in class com.google.gwt.core.ext.linker.CompilationResult
Returns a sorted array of obfuscated symbol names in the compilation to
metadata about the symbol.
getSymbolMap() - Method in class com.google.gwt.core.ext.linker.DelegatingCompilationResult
getSymbolMap() - Method in class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
getSymbolName() - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
getSymbolName() - Method in interface com.google.gwt.core.ext.linker.SymbolData
Returns the JavaScript symbol this data maps to.
getSynchronizationObject() - Method in class com.google.gwt.dev.shell.BrowserChannelClient.SessionHandlerClient
getSynchronizationObject() - Method in class com.google.gwt.dev.shell.HtmlUnitSessionHandler
getTab() - Method in class com.google.gwt.dev.SwingUI.SwingModuleHandle
getTabKey() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
getTabKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string tabKey = 6;
getTabKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string tabKey = 6;
getTabKey() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string tabKey = 6;
getTabKeyBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string tabKey = 6;
getTabKeyBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string tabKey = 6;
getTabKeyBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string tabKey = 6;
getTag() - Method in class com.google.gwt.dev.CompilePerms.ArgHandlerPerms
getTag() - Method in class com.google.gwt.dev.DevMode.ArgHandlerServer
getTag() - Method in class com.google.gwt.dev.DevMode.ArgHandlerStartupURLs
getTag() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerCodeServerPort
getTag() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerLogDir
getTag() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerPort
getTag() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerRemoteUI
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerBindAddress
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDeployDir
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerExtraDir
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFilterJsInteropExports
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentCount
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentMerge
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenDir
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerLocalWorkers
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerLogLevel
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerMethodNameDisplayMode
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerModulePathPrefix
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerNamespace
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerOptimize
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerOutDir
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerPerm
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSourceOutput
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerScriptStyle
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSetProperties
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSourceLevel
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerWarDir
getTag() - Method in class com.google.gwt.dev.util.arg.ArgHandlerWorkDirOptional
getTag() - Method in class com.google.gwt.util.tools.ArgHandler
getTag() - Method in class com.google.gwt.util.tools.ArgHandlerExtra
getTag() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
The primary tag matched by this argument handler.
getTag() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
getTag() - Method in class com.google.gwt.util.tools.ArgHandlerOutDir
getTagArgs() - Method in class com.google.gwt.dev.CompilePerms.ArgHandlerPerms
getTagArgs() - Method in class com.google.gwt.dev.DevMode.ArgHandlerServer
getTagArgs() - Method in class com.google.gwt.dev.DevMode.ArgHandlerStartupURLs
getTagArgs() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerCodeServerPort
getTagArgs() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerLogDir
getTagArgs() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerPort
getTagArgs() - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerRemoteUI
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerBindAddress
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFilterJsInteropExports
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentCount
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentMerge
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerLocalWorkers
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerModuleName
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerModulePathPrefix
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerOptimize
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerPerm
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSetProperties
getTagArgs() - Method in class com.google.gwt.dev.util.arg.ArgHandlerSourceLevel
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandler
A list of words representing the arguments in help text.
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerDir
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerEnum
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFile
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
getTagArgs() - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
getTags() - Method in class com.google.gwt.dev.codeserver.JobEvent
User-defined tags associated with this job.
getTags() - Method in class com.google.gwt.dev.util.arg.ArgHandlerFilterJsInteropExports
getTags() - Method in class com.google.gwt.util.tools.ArgHandler
The set of tags matched by this argument handler.
getTags() - Method in class com.google.gwt.util.tools.ArgHandlerFlag
getTarget() - Method in class com.google.gwt.dev.jjs.ast.JMethod.Specialization
getTarget() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
getTarget() - Method in class com.google.gwt.dev.jjs.ast.JNewInstance
getTarget() - Method in class com.google.gwt.dev.jjs.ast.JVariableRef
getTarget() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadNode
getTarget() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadWriteNode
Get operation target.
getTarget() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWriteNode
Get operation target.
getTarget() - Method in interface com.google.gwt.dev.shell.JavaDispatch
getTarget() - Method in class com.google.gwt.dev.shell.JavaDispatchImpl
getTarget() - Method in interface com.google.gwt.dev.shell.JsValue.DispatchObject
getTargetMethod() - Method in class com.google.gwt.dev.jjs.ast.JMethod.Specialization
getTargetVariable() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadWriteNode
Get target variable if target is variable reference.
getTargetVariable() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWriteNode
Get target variable if target is variable reference.
getTestExpr() - Method in class com.google.gwt.dev.jjs.ast.JAssertStatement
getTestExpr() - Method in class com.google.gwt.dev.jjs.ast.JDoStatement
getTestExpr() - Method in class com.google.gwt.dev.jjs.ast.JWhileStatement
getTestExpression() - Method in class com.google.gwt.dev.js.ast.JsConditional
getTestType() - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
getTestType() - Method in class com.google.gwt.dev.jjs.ast.JInstanceOf
getText() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string text = 2;
getText() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
optional string text = 2;
getText() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder
optional string text = 2;
getTextBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string text = 2;
getTextBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
optional string text = 2;
getTextBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder
optional string text = 2;
getTextMethod() - Method in class com.google.gwt.dev.util.xml.HandlerClassInfo
getThenExpr() - Method in class com.google.gwt.dev.jjs.ast.JConditional
getThenExpression() - Method in class com.google.gwt.dev.js.ast.JsConditional
getThenStmt() - Method in class com.google.gwt.dev.jjs.ast.JIfStatement
getThenStmt() - Method in class com.google.gwt.dev.js.ast.JsIf
GETTHIS - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getThis() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnClientMessage
getThis() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnServerMessage
getThisOrSuperConstructorCall(JStatement) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Extracts the this(..) or super(..) call from a statement if the statement is of the expected
form.
getThreadLocal(Object) - Method in class com.google.gwt.dev.js.rhino.Context
Get a value corresponding to a key.
getThreadUniqueID() - Method in class com.google.gwt.core.shared.GWTBridge
getThreadUniqueID() - Method in class com.google.gwt.dev.shell.GWTBridgeImpl
getThrownExceptions() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getThrows() - Method in interface com.google.gwt.core.ext.typeinfo.JAbstractMethod
getThrows() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getTimeGenerated() - Method in interface com.google.gwt.core.ext.CachedGeneratorResult
Returns the time this generator result was created.
getTimeGenerated() - Method in class com.google.gwt.dev.javac.CachedGeneratorResultImpl
getToken() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getTokenno() - Method in class com.google.gwt.dev.js.rhino.TokenStream
getTopLogger() - Method in class com.google.gwt.dev.DevModeBase
getTopLogger() - Method in class com.google.gwt.dev.SwingUI
getTopLogger() - Method in class com.google.gwt.dev.ui.DevModeUI
Create a top-level logger for messages which are not associated with the
web server or any module.
getTopmostType(JClassType) - Static method in class com.google.gwt.dev.javac.JavaSourceParser
getToStringFormatter() - Method in class com.google.gwt.dev.util.msg.Message
getToStringTearOff(Context) - Method in class com.google.gwt.dev.shell.HtmlUnitSessionHandler
getTotalCodeBreakdown() - Method in class com.google.gwt.soyc.GlobalInformation
Gets the total code breakdown.
getTracker() - Static method in class com.google.gwt.dev.jjs.impl.EnumOrdinalizer
getTransport() - Method in class com.google.gwt.dev.shell.BrowserChannel.SwitchTransportMessage
getTransportArgs() - Method in class com.google.gwt.dev.shell.BrowserChannel.SwitchTransportMessage
getTransports() - Method in class com.google.gwt.dev.shell.BrowserChannel.ChooseTransportMessage
getTryBlock() - Method in class com.google.gwt.dev.jjs.ast.JTryStatement
getTryBlock() - Method in class com.google.gwt.dev.js.ast.JsTry
getType() - Method in class com.google.gwt.core.ext.soyc.coderef.MemberDescriptor
Returns the members value type, ie.
getType() - Method in interface com.google.gwt.core.ext.typeinfo.JField
getType(String) - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Finds a type in this package.
getType() - Method in interface com.google.gwt.core.ext.typeinfo.JParameter
getType(String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a type given its fully qualified name.
getType(String, String) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Finds a type given its package-relative name.
getType() - Method in class com.google.gwt.dev.javac.typemodel.JField
getType(String) - Method in class com.google.gwt.dev.javac.typemodel.JPackage
getType() - Method in class com.google.gwt.dev.javac.typemodel.JParameter
getType(String) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Finds a type given its fully qualified name.
getType(String, String) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Finds a type given its package-relative name.
getType() - Method in interface com.google.gwt.dev.jjs.ast.HasType
Returns the type of this expression.
getType() - Method in class com.google.gwt.dev.jjs.ast.JArrayLength
getType() - Method in class com.google.gwt.dev.jjs.ast.JArrayRef
getType() - Method in class com.google.gwt.dev.jjs.ast.JBinaryOperation
getType() - Method in class com.google.gwt.dev.jjs.ast.JBooleanLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JCastMap
getType() - Method in class com.google.gwt.dev.jjs.ast.JCastOperation
getType() - Method in class com.google.gwt.dev.jjs.ast.JCharLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JClassLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JConditional
getType() - Method in class com.google.gwt.dev.jjs.ast.JDoubleLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
getType() - Method in class com.google.gwt.dev.jjs.ast.JFloatLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JInstanceOf
getType() - Method in class com.google.gwt.dev.jjs.ast.JIntLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JLongLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JMethod
getType() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
getType() - Method in class com.google.gwt.dev.jjs.ast.JNameOf
getType() - Method in class com.google.gwt.dev.jjs.ast.JNewArray
getType() - Method in class com.google.gwt.dev.jjs.ast.JNewInstance
getType() - Method in class com.google.gwt.dev.jjs.ast.JNullLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JNumericEntry
getType() - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
getType(String) - Static method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
Returns the JPrimitiveType instance corresponding to typeName
or null
if
typeName is not the name of a primitive type.
getType() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
getType() - Method in class com.google.gwt.dev.jjs.ast.JRuntimeTypeReference
getType() - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Returns the multi expression type, i.e.
getType() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodRef
getType() - Method in class com.google.gwt.dev.jjs.ast.js.JsonArray
getType() - Method in class com.google.gwt.dev.jjs.ast.JStringLiteral
getType() - Method in class com.google.gwt.dev.jjs.ast.JThisRef
getType() - Method in class com.google.gwt.dev.jjs.ast.JUnaryOperation
getType() - Method in class com.google.gwt.dev.jjs.ast.JUnsafeTypeCoercion
getType() - Method in class com.google.gwt.dev.jjs.ast.JVariable
getType() - Method in class com.google.gwt.dev.jjs.ast.JVariableRef
getType() - Method in class com.google.gwt.dev.jjs.Correlation
getType() - Method in class com.google.gwt.dev.js.ast.JsPositionMarker
getType() - Method in class com.google.gwt.dev.js.rhino.Node
getType() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
getType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
getType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
getType() - Static method in class com.google.gwt.dev.ui.DoneEvent
getType() - Static method in class com.google.gwt.dev.ui.RestartServerEvent
getType() - Method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger.Event
getTypeArgs() - Method in interface com.google.gwt.core.ext.typeinfo.JParameterizedType
getTypeArgs() - Method in class com.google.gwt.dev.javac.typemodel.JParameterizedType
getTypeArray(JType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeByClassLiteralField(JField) - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeCategory() - Method in enum com.google.gwt.dev.jjs.ast.JProgram.DispatchType
getTypeClassLiteralHolder() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeEnvironment() - Method in class com.google.gwt.dev.MinimalRebuildCache
getTypeFromJsniRef(String) - Method in class com.google.gwt.dev.jjs.ast.JProgram
Returns the JType corresponding to a JSNI type reference.
getTypeIdsInstantiatedIn(int) - Method in interface com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer.AnalyzableTypeEnvironment
Returns a list of the ids of types instantiated within the given method and null if there are
none.
getTypeIdsInstantiatedIn(int) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
getTypeJavaLangClass() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeJavaLangObject() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeJavaLangObjectArray() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeJavaLangString() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeMapper() - Method in class com.google.gwt.dev.MinimalRebuildCache
getTypeMapper() - Method in class com.google.gwt.dev.NullRebuildCache
getTypeName() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getTypeName() - Method in class com.google.gwt.dev.javac.CompilationUnit
Returns the source name of the top level public type.
getTypeName() - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
Returns the type source name.
getTypeName() - Method in interface com.google.gwt.dev.javac.GeneratedUnit
Returns the type source name.
getTypeName(Resource) - Static method in class com.google.gwt.dev.javac.Shared
Returns the source name of the Java type defined within the given source Resource.
getTypeName() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
getTypeName() - Method in class com.google.gwt.dev.javac.testing.impl.MockJavaResource
getTypeNamesToIndex() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeOracle() - Method in class com.google.gwt.core.ext.DelegatingGeneratorContext
getTypeOracle() - Method in interface com.google.gwt.core.ext.GeneratorContext
Gets the type oracle for the current generator context.
getTypeOracle() - Method in class com.google.gwt.core.ext.StubGeneratorContext
getTypeOracle() - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
getTypeOracle() - Method in class com.google.gwt.dev.javac.CompilationState
getTypeOracle() - Method in class com.google.gwt.dev.javac.CompilationUnitTypeOracleUpdater
getTypeOracle() - Method in interface com.google.gwt.dev.javac.Resolver
getTypeOracle() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
getTypeParameters() - Method in interface com.google.gwt.core.ext.typeinfo.HasTypeParameters
Returns the type parameters on this element.
getTypeParameters() - Method in class com.google.gwt.dev.javac.typemodel.JAbstractMethod
getTypeParameters() - Method in class com.google.gwt.dev.javac.typemodel.JGenericType
getTypePrimitiveBoolean() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveByte() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveChar() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveDouble() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveFloat() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveInt() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveLong() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypePrimitiveShort() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getTypeReference() - Method in class com.google.gwt.core.ext.soyc.coderef.ClassDescriptor
getTypeReferences(String) - Method in interface com.google.gwt.dev.javac.CompilationErrorsIndex
Returns the type reference strings previously recorded for a given type.
getTypeReferences(String) - Method in class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
getTypes() - Method in interface com.google.gwt.core.ext.typeinfo.JPackage
Returns all top-level types in this package.
getTypes() - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Gets all types, both top-level and nested.
getTypes() - Method in class com.google.gwt.dev.javac.CompilationUnit
Returns a copy of the GWT AST types in this unit.
Callers are free to modify the returned type instances without worrying about modifying the
original CompilationUnit instances.
getTypes() - Method in class com.google.gwt.dev.javac.typemodel.JPackage
getTypes() - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Gets all types, both top-level and nested.
getTypes() - Method in class com.google.gwt.dev.jjs.ast.JTryStatement.CatchClause
getTypesByInternalName() - Method in class com.google.gwt.dev.javac.CompilationUnitTypeOracleUpdater
getTypesSerialized() - Method in class com.google.gwt.dev.javac.CachedCompilationUnit
getTypesSerialized() - Method in class com.google.gwt.dev.javac.CompilationUnit
Returns the GWT AST types in this unit in serialized form.
getTypeString() - Method in class com.google.gwt.dev.shell.JsValue
Returns a human-readable string describing the type of the JS object.
getTypeString() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getTypeVoid() - Method in class com.google.gwt.dev.jjs.ast.JProgram
getUnboxingMethodBinding(ClassScope, BaseTypeBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
getUnboxingPrimitiveType(ClassScope, int) - Static method in class com.google.gwt.dev.javac.JdtUtil
getUnboxMethods() - Method in class com.google.gwt.dev.jjs.impl.AutoboxUtils
getUndefined() - Method in class com.google.gwt.dev.js.ast.JsRootScope
getUnderlyingObject() - Method in class com.google.gwt.dev.shell.MethodAdaptor
getUnderlyingType() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
If this type is a non-null type, returns the underlying (original) type.
getUnderlyingType() - Method in class com.google.gwt.dev.jjs.ast.JType
If this type is a non-null type, returns the underlying (original) type.
getUnifiedAst() - Method in class com.google.gwt.dev.Precompilation
getUninitializedFieldExpression() - Method in enum com.google.gwt.core.ext.typeinfo.JPrimitiveType
getUniqueId() - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
getUnit() - Method in class com.google.gwt.dev.javac.CompiledClass
getUnit() - Method in class com.google.gwt.dev.javac.MemoryUnitCache.UnitCacheEntry
getUnitCache() - Method in class com.google.gwt.dev.CompilerContext
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange
getUnknownFields() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
getUpperBound() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
getUpperBound() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
getUpperBounds() - Method in interface com.google.gwt.core.ext.typeinfo.JWildcardType
Returns the upper bounds of this wildcard type.
getUpperBounds() - Method in class com.google.gwt.dev.javac.typemodel.JWildcardType
Returns the upper bounds of this wildcard type.
getURL() - Method in class com.google.gwt.core.ext.TreeLogger.HelpInfo
getURL() - Method in class com.google.gwt.dev.resource.Resource
getUrl() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
getURL() - Method in interface com.google.gwt.dev.shell.CheckForUpdates.UpdateResult
getUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string url = 5;
getUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string url = 5;
getUrl() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string url = 5;
getUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string url = 1;
getUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
optional string url = 1;
getUrl() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder
optional string url = 1;
getURL() - Method in class com.google.gwt.dev.util.InstalledHelpInfo
getUrlBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string url = 5;
getUrlBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string url = 5;
getUrlBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string url = 5;
getUrlBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string url = 1;
getUrlBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
optional string url = 1;
getUrlBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder
optional string url = 1;
getUsedStrings() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
getUserAgent() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
getUserAgent() - Method in class com.google.gwt.dev.shell.BrowserChannel.OldLoadModuleMessage
getUserAgent() - Method in class com.google.gwt.dev.shell.BrowserChannelClient.SessionHandlerClient
getUserAgent() - Method in class com.google.gwt.dev.shell.DevModeSession
getUserAgent() - Method in class com.google.gwt.dev.shell.HtmlUnitSessionHandler
getUserAgent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string userAgent = 4;
getUserAgent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string userAgent = 4;
getUserAgent() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string userAgent = 4;
getUserAgentBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string userAgent = 4;
getUserAgentBytes() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string userAgent = 4;
getUserAgentBytes() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string userAgent = 4;
getValidClasses() - Method in class com.google.gwt.dev.javac.CompilationState
getValidClasses() - Method in class com.google.gwt.dev.javac.CompilationStateBuilder.CompileMoreLater
getValue() - Method in class com.google.gwt.dev.cfg.ConfigurationProperty
getValue() - Method in class com.google.gwt.dev.javac.asm.CollectClassData.AnnotationEnum
getValue() - Method in class com.google.gwt.dev.javac.asm.CollectFieldData
getValue() - Method in class com.google.gwt.dev.jjs.ast.JBooleanLiteral
getValue() - Method in class com.google.gwt.dev.jjs.ast.JCharLiteral
getValue() - Method in class com.google.gwt.dev.jjs.ast.JDoubleLiteral
getValue() - Method in class com.google.gwt.dev.jjs.ast.JFloatLiteral
getValue() - Method in class com.google.gwt.dev.jjs.ast.JIntLiteral
getValue() - Method in class com.google.gwt.dev.jjs.ast.JLongLiteral
getValue() - Method in class com.google.gwt.dev.jjs.ast.JNumericEntry
getValue() - Method in class com.google.gwt.dev.jjs.ast.JStringLiteral
getValue() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgReadWriteNode
Get expression which is assigned to value.
getValue() - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgWriteNode
Get expression which is assigned to value.
getValue() - Method in class com.google.gwt.dev.js.ast.JsBooleanLiteral
getValue() - Method in class com.google.gwt.dev.js.ast.JsNumberLiteral
getValue() - Method in class com.google.gwt.dev.js.ast.JsNumericEntry
getValue() - Method in class com.google.gwt.dev.js.ast.JsStringLiteral
getValue() - Method in exception com.google.gwt.dev.js.rhino.JavaScriptException
Get the exception value originally thrown.
getValue() - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap.Iterator
getValue() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.MessageType
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RequestType
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ServiceType
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.RequestType
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
getValueDescriptor() - Method in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.ResponseType
getValueExpr() - Method in class com.google.gwt.dev.js.ast.JsPropertyInitializer
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JBooleanLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JCharLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JDoubleLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JFloatLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JIntLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JLongLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JNullLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JStringLiteral
getValueObj() - Method in class com.google.gwt.dev.jjs.ast.JValueLiteral
getValues() - Method in interface com.google.gwt.core.ext.ConfigurationProperty
The values for the permutation currently being considered.
getValues() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
getValues() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Returns the defined values for the configuration property as a List
of Strings.
getValues() - Method in class com.google.gwt.core.ext.linker.impl.StandardConfigurationProperty
getValues() - Method in class com.google.gwt.dev.cfg.ConfigurationProperty
getValues() - Method in class com.google.gwt.dev.javac.asm.CollectAnnotationData.AnnotationData
getValues() - Method in class com.google.gwt.util.regexfilter.RegexFilter
GETVAR - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
getVariableRef() - Method in class com.google.gwt.dev.jjs.ast.JDeclarationStatement
getVersion() - Method in class com.google.gwt.core.shared.GWTBridge
getVersion() - Method in class com.google.gwt.dev.shell.GWTBridgeImpl
getVersionId() - Method in class com.google.gwt.core.ext.IncrementalGenerator
Returns a version id for an IncrementalGenerator.
getViewerRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerRequest() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerRequestBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerRequestOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerRequestOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerRequestOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
getViewerResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getViewerResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getViewerResponse() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.ResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getViewerResponseBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getViewerResponseOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getViewerResponseOrBuilder() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getViewerResponseOrBuilder() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.ResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
getVisibility() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
getWarDir() - Method in class com.google.gwt.dev.codeserver.CompileDir
The directory tree where the compiler saves output files that should be available
via HTTP.
getWarDir() - Method in class com.google.gwt.dev.CompilerOptionsImpl
getWarDir() - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
getWarDir() - Method in interface com.google.gwt.dev.util.arg.OptionWarDir
Returns the output directory.
getWarningMessage(String) - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
getWebServerLogger(String, byte[]) - Method in class com.google.gwt.dev.HeadlessUI
getWebServerLogger(String, byte[]) - Method in class com.google.gwt.dev.shell.remoteui.RemoteUI
getWebServerLogger(String, byte[]) - Method in class com.google.gwt.dev.SwingUI
getWebServerLogger(String, byte[]) - Method in class com.google.gwt.dev.ui.DevModeUI
Create the web server portion of the UI if not already created, and
return its TreeLogger instance.
getWebServerName() - Method in class com.google.gwt.dev.DevMode
getWildcardType(JWildcardType.BoundType, JClassType) - Method in class com.google.gwt.core.ext.typeinfo.TypeOracle
getWildcardType(JWildcardType.BoundType, JClassType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracle
getWorkDir() - Method in interface com.google.gwt.dev.util.arg.OptionWorkDir
Returns the compiler work directory.
getWorkers(TreeLogger, UnifiedAst, int) - Method in class com.google.gwt.dev.ExternalPermutationWorkerFactory
getWorkers(TreeLogger, UnifiedAst, int) - Method in class com.google.gwt.dev.PermutationWorkerFactory
Return some number of PermutationWorkers.
getWorkers(TreeLogger, UnifiedAst, int) - Method in class com.google.gwt.dev.ThreadedPermutationWorkerFactory
getWrappedJavaFunction() - Method in class com.google.gwt.dev.shell.JsValue
Returns a wrapped Java method.
getWrappedJavaFunction() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getWrappedJavaObject() - Method in class com.google.gwt.dev.shell.JsValue
Unwrap a wrapped Java object.
getWrappedJavaObject() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
getWrapperForObject(Object) - Method in class com.google.gwt.dev.shell.CompilingClassLoader
Retrieves the mapped wrapper for a given Java Object, provided the wrapper
was previously cached and has not been garbage collected.
getWrapperTypeName() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
getZipFile() - Method in class com.google.gwt.dev.resource.impl.ZipFileClassPathEntry
GLOB_STAR - Static variable in class com.google.gwt.dev.cfg.BindingProperty
GLOBAL_SCOPE_NAME - Static variable in class com.google.gwt.dev.js.ast.JsProgram
GlobalInformation - Class in com.google.gwt.soyc
Compile Report information about a compiled module.
GlobalInformation(String) - Constructor for class com.google.gwt.soyc.GlobalInformation
GOSUB - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
GOTO - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
Graph <NodeType ,EdgeType ,TransformerType > - Interface in com.google.gwt.dev.jjs.impl.gflow
Directed graph abstraction for flow analysis.
GT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
gt(double, double) - Static method in class com.google.gwt.dev.util.Ieee754_64_Arithmetic
gt(LongLib.LongEmul, LongLib.LongEmul) - Static method in class com.google.gwt.lang.LongLib
gte(LongLib.LongEmul, LongLib.LongEmul) - Static method in class com.google.gwt.lang.LongLib
GWT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
GWT_COVERAGE_SYSTEM_PROPERTY - Static variable in class com.google.gwt.dev.js.CoverageInstrumentor
GWT_CREATE - Static variable in class com.google.gwt.dev.jjs.impl.UnifyAst
GWT_IS_SCRIPT - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
GWT_MODULE_XML_SUFFIX - Static variable in class com.google.gwt.dev.cfg.ModuleDefLoader
Filename suffix used for GWT Module XML files.
GWT_PERSISTENTUNITCACHE - Static variable in class com.google.gwt.dev.javac.UnitCacheSingleton
GwtAstBuilder - Class in com.google.gwt.dev.jjs.impl
Constructs a GWT Java AST from a single isolated compilation unit.
GWTBridge - Class in com.google.gwt.core.client
When running in Development Mode, acts as a bridge from GWT
into the
Development Mode environment.
GWTBridge() - Constructor for class com.google.gwt.core.client.GWTBridge
GWTBridge - Class in com.google.gwt.core.shared
When running in Development Mode, acts as a bridge from GWT into the
Development Mode environment.
GWTBridge() - Constructor for class com.google.gwt.core.shared.GWTBridge
GWTBridgeImpl - Class in com.google.gwt.dev.shell
This class is the hosted-mode peer for com.google.gwt.core.client.GWT
.
GWTBridgeImpl(ShellJavaScriptHost) - Constructor for class com.google.gwt.dev.shell.GWTBridgeImpl
GwtIncompatiblePreprocessor - Class in com.google.gwt.dev.javac
Handles the removal of GwtIncompatible annotated classes and members.
GwtIncompatiblePreprocessor() - Constructor for class com.google.gwt.dev.javac.GwtIncompatiblePreprocessor
GWTMain - Class in com.google.gwt.dev
Executable class provides help to users who run the jar by indicating the
enclosed classes that are executable.
GWTMain() - Constructor for class com.google.gwt.dev.GWTMain
gwtOnLoad(JavaScriptObject, JavaScriptObject, JavaScriptObject, JavaScriptObject) - Static method in class com.google.gwt.lang.ModuleUtils
Module startup glue.
GWTProblem - Class in com.google.gwt.dev.javac
A problem specific to compiling for GWT.
GwtScriptOnly - Annotation Type in com.google.gwt.core.client
GwtVersion - Class in com.google.gwt.dev
Represents a GWT version.
GwtVersion() - Constructor for class com.google.gwt.dev.GwtVersion
Create a version that avoids any nagging -- "0.0.999".
GwtVersion(String) - Constructor for class com.google.gwt.dev.GwtVersion
Parse a version number as a string.
handle(String[], int) - Method in class com.google.gwt.dev.util.arg.ArgHandlerFilterJsInteropExports
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandler
Attempts to process one flag or "extra" command-line argument (that appears
without a flag).
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerDir
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerEnum
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerExtra
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerFile
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerFlag
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerInt
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerNoopDeprecatedFlag
handle(String[], int) - Method in class com.google.gwt.util.tools.ArgHandlerString
HandleCrossFragmentReferences - Class in com.google.gwt.dev.jjs.impl
Rewrite JavaScript to better handle references from one code fragment to
another.
HandlerArgs - Class in com.google.gwt.dev.util.xml
A set of args for a given set of parameters, some of which may be set to
default values.
HandlerArgs(Schema, int, String, HandlerParam[]) - Constructor for class com.google.gwt.dev.util.xml.HandlerArgs
HandlerClassInfo - Class in com.google.gwt.dev.util.xml
Retains parsed information about a particular schema clas.
HandlerMethod - Class in com.google.gwt.dev.util.xml
Represents metadata about a handler method in a class derived from
Schema
.
HandlerParam - Class in com.google.gwt.dev.util.xml
Represents metadata about a parameter in a handler method in a class derived
from
Schema
.
has(Object) - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
HAS_NEXT_METHOD_NAME - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
hasActiveModules() - Method in class com.google.gwt.dev.ModuleTabPanel.Session
hasActualArgNames() - Method in class com.google.gwt.dev.javac.asm.CollectMethodData
hasAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
hasAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
hasAddLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
hasAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
hasAddLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
hasAddLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
hasAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
hasAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
hasAddLogBranch() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
hasAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
hasAddLogBranch() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
hasAddLogBranch() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
hasAddLogEntry() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
hasAddLogEntry() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
hasAddLogEntry() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
HasAnnotation - Class in com.google.gwt.dev.shell.rewrite
A simple ClassAdapter that determines if a specific annotation is declared on
a type (ignoring any annotatons that may be present on supertypes or
superinterfaces).
HasAnnotation(ClassVisitor, Class<? extends Annotation>) - Constructor for class com.google.gwt.dev.shell.rewrite.HasAnnotation
hasAnnotation(byte[], Class<? extends Annotation>) - Static method in class com.google.gwt.dev.shell.rewrite.HasAnnotation
A utility method to determine if the class defined in
classBytes
has a particular annotation.
HasAnnotations - Interface in com.google.gwt.core.ext.typeinfo
Interface implemented by elements that can have annotations.
hasAnonymousClasses() - Method in class com.google.gwt.dev.javac.CompilationUnit
Deprecated.
HasArguments - Interface in com.google.gwt.dev.js.ast
Implemented by JavaScript objects that accept arguments.
hasAssignment() - Method in class com.google.gwt.dev.jjs.impl.ExpressionAnalyzer
Does this expression make assignments to variables within the scope of the
expression?
hasAssignmentToField() - Method in class com.google.gwt.dev.jjs.impl.ExpressionAnalyzer
Does this expression make assignments to fields within the scope of the
expression?
hasAssignmentToLocal() - Method in class com.google.gwt.dev.jjs.impl.ExpressionAnalyzer
Does this expression make assignments to locals within the scope of the
expression?
hasAssignmentToParameter() - Method in class com.google.gwt.dev.jjs.impl.ExpressionAnalyzer
Does this expression make assignments to parameters within the scope of the
expression?
hasAssumption(JVariable) - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption
Check if we have constant (i.e.
hasAssumption(JVariable) - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption.Updater
hasBreakContinueStatements() - Method in class com.google.gwt.dev.jjs.impl.DeadCodeElimination.FindBreakContinueStatementsVisitor
hasBreakContinueStatements() - Method in class com.google.gwt.dev.js.JsStaticEval.FindBreakContinueStatementsVisitor
hasCallback(UiEvent.Type<? extends UiCallback>) - Method in class com.google.gwt.dev.ui.DevModeUI
Returns true if a callback has been registered for an event.
hasCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
hasCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
hasCapability() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.CapabilityOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
hasCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
hasCapability() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
hasCapability() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.CapabilityOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
hasCapabilityExchange() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
hasChildren() - Method in class com.google.gwt.dev.js.rhino.Node
hasClientId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
optional string clientId = 1;
hasClientId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
optional string clientId = 1;
hasClientId() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
optional string clientId = 1;
hasClinit() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Returns true
when this class's clinit must be run dynamically.
hasClinit() - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
hasCompileErrors(String) - Method in interface com.google.gwt.dev.javac.CompilationErrorsIndex
Returns whether a given type has any recorded compile errors.
hasCompileErrors(String) - Method in class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
hasCompileFunctionsWithDynamicScope() - Method in class com.google.gwt.dev.js.rhino.Context
Return whether functions are compiled by this context using
dynamic scope.
hasDefaultMethods() - Method in class com.google.gwt.dev.jjs.ast.JInterfaceType
HasDependencies - Interface in com.google.gwt.core.ext.soyc
A tag interface for Members to indicate that they have a static dependency on
another Member.
hasDetails() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string details = 4;
hasDetails() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional string details = 4;
hasDetails() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional string details = 4;
hasDevModeRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
hasDevModeRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
hasDevModeRequest() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
hasDevModeResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
hasDevModeResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
hasDevModeResponse() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.ResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
hasDisconnectLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
hasDisconnectLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
hasDisconnectLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
HasEnclosing - Interface in com.google.gwt.core.ext.soyc
A tag interface for Members to indicate that they have an enclosing
ClassMember.
HasEnclosingType - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by anything that can be enclosed by a type.
hasErrors() - Method in class com.google.gwt.dev.javac.CompilationState
Whether any errors were encountered while building this compilation state.
hasExplicitClassLiteral() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
Returns true if the corresponding GWT.runAsync call had a class literal.
hasFailure() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
hasFailure() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
hasFailure() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
hasFeature(int) - Method in class com.google.gwt.dev.js.rhino.Context
Controls certain aspects of script semantics.
hashCode() - Method in class com.google.gwt.core.ext.DefaultConfigurationProperty
hashCode() - Method in class com.google.gwt.core.ext.DefaultSelectionProperty
hashCode() - Method in class com.google.gwt.core.ext.linker.Artifact
hashCode() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
hashCode() - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
hashCode() - Method in class com.google.gwt.core.ext.linker.CompilationResult
hashCode() - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
hashCode() - Method in class com.google.gwt.core.ext.linker.impl.PropertiesMappingArtifact
hashCode() - Method in class com.google.gwt.core.ext.linker.impl.SelectionInformation
hashCode() - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
hashCode() - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
hashCode() - Method in class com.google.gwt.core.ext.linker.ScriptReference
hashCode() - Method in class com.google.gwt.core.ext.linker.StylesheetReference
hashCode() - Method in class com.google.gwt.core.ext.soyc.impl.StoryImpl
Identity is based on the id
field.
hashCode() - Method in class com.google.gwt.core.ext.soyc.Range
hashCode() - Method in class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
hashCode() - Method in class com.google.gwt.dev.cfg.BindingProperty
hashCode() - Method in class com.google.gwt.dev.cfg.CompoundCondition
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionAll
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionAny
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionNone
hashCode() - Method in class com.google.gwt.dev.cfg.Conditions
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionWhenLinkerAdded
Deprecated.
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionWhenPropertyIs
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeAssignableTo
hashCode() - Method in class com.google.gwt.dev.cfg.ConditionWhenTypeIs
hashCode() - Method in class com.google.gwt.dev.cfg.ConfigurationProperty
hashCode() - Method in class com.google.gwt.dev.cfg.PropertyCombinations.PermutationDescription
hashCode() - Method in class com.google.gwt.dev.cfg.PropertyProvider
hashCode() - Method in class com.google.gwt.dev.cfg.RuleGenerateWith
hashCode() - Method in class com.google.gwt.dev.GwtVersion
hashCode() - Method in class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
hashCode() - Method in class com.google.gwt.dev.javac.CompilationUnit
Overridden to finalize; always returns identity hash code.
hashCode() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
All types use identity for comparison.
hashCode() - Method in class com.google.gwt.dev.jjs.Correlation
hashCode() - Method in class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis.CombinedAssumption
hashCode() - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption
hashCode() - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption
hashCode() - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessAssumption
hashCode() - Method in class com.google.gwt.dev.jjs.SourceOrigin
hashCode() - Method in class com.google.gwt.dev.js.ast.JsArrayLiteral
hashCode() - Method in class com.google.gwt.dev.js.ast.JsNumberLiteral
hashCode() - Method in class com.google.gwt.dev.js.ast.JsObjectLiteral
hashCode() - Method in class com.google.gwt.dev.js.ast.JsPropertyInitializer
hashCode() - Method in class com.google.gwt.dev.js.ast.JsRegExp
hashCode() - Method in class com.google.gwt.dev.js.ast.JsStringLiteral
hashCode() - Method in class com.google.gwt.dev.js.rhino.Node
Not usefully implemented.
hashCode() - Method in class com.google.gwt.dev.resource.impl.ClassPathEntry
hashCode() - Method in class com.google.gwt.dev.resource.impl.PathPrefix
hashCode() - Method in class com.google.gwt.dev.resource.impl.ResourceResolution
hashCode() - Method in class com.google.gwt.dev.resource.Resource
Overridden to finalize; always returns identity hash code.
hashCode() - Method in class com.google.gwt.dev.shell.BrowserChannel.JavaObjectRef
hashCode() - Method in class com.google.gwt.dev.shell.BrowserChannel.JsObjectRef
hashCode() - Method in class com.google.gwt.dev.shell.MethodAdaptor
hashCode() - Method in class com.google.gwt.dev.util.collect.HashMap
hashCode() - Method in class com.google.gwt.dev.util.collect.IntMultimap
hashCode() - Method in class com.google.gwt.dev.util.JsniRef
hashCode() - Method in class com.google.gwt.dev.util.Pair
hashCode() - Method in class com.google.gwt.dev.util.StringKey
HASHCODE_METHOD_NAME - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
hasHelpInfo() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
hasHelpInfo() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
hasHelpInfo() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
hasHiddenConstructorArg() - Method in enum com.google.gwt.dev.javac.asm.CollectClassData.ClassType
HashMap <K ,V > - Class in com.google.gwt.dev.util.collect
A memory-efficient hash map.
HashMap() - Constructor for class com.google.gwt.dev.util.collect.HashMap
HashMap(boolean) - Constructor for class com.google.gwt.dev.util.collect.HashMap
HashMap(Map<? extends K, ? extends V>) - Constructor for class com.google.gwt.dev.util.collect.HashMap
HashSet <E > - Class in com.google.gwt.dev.util.collect
A memory-efficient hash set.
HashSet() - Constructor for class com.google.gwt.dev.util.collect.HashSet
HashSet(Collection<? extends E>) - Constructor for class com.google.gwt.dev.util.collect.HashSet
hasIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional bytes icon = 2;
hasIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional bytes icon = 2;
hasIcon() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional bytes icon = 2;
hasIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
optional bytes icon = 2;
hasIcon() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
optional bytes icon = 2;
hasIcon() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLogOrBuilder
optional bytes icon = 2;
hasIndexInLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 indexInLog = 2;
hasIndexInLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required uint32 indexInLog = 2;
hasIndexInLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required uint32 indexInLog = 2;
hasIndexInParent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 indexInParent = 2;
hasIndexInParent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required uint32 indexInParent = 2;
hasIndexInParent() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required uint32 indexInParent = 2;
hasInitialize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
hasInitialize() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
hasInitialize() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
hasInitializer() - Method in interface com.google.gwt.dev.jjs.ast.CanHaveInitializer
hasInitializer() - Method in class com.google.gwt.dev.jjs.ast.JVariable
hasJs(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
hasJs(String) - Method in class com.google.gwt.dev.NullRebuildCache
HasJsInfo - Interface in com.google.gwt.dev.jjs.ast
Abstracts JsInterop information for the AST nodes.
HasJsInfo.JsMemberType - Enum in com.google.gwt.dev.jjs.ast
Indicates type of JsMember.
hasJsInteropEntryPoints() - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
HasJsName - Interface in com.google.gwt.dev.jjs.ast
Abstracts JsInterop name related information for the AST nodes.
hasLevel() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string level = 2;
hasLevel() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional string level = 2;
hasLevel() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional string level = 2;
hasLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
hasLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
hasLogData() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
hasLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
hasLogData() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
hasLogData() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry
required uint32 logHandle = 1;
hasLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog
required uint32 logHandle = 1;
hasLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLogOrBuilder
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
required uint32 logHandle = 1;
hasLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch
required uint32 logHandle = 1;
hasLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranchOrBuilder
required uint32 logHandle = 1;
hasLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogOrBuilder
required uint32 logHandle = 1;
hasMainLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
hasMainLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
hasMainLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
hasMessage() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string message = 1;
hasMessage() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
optional string message = 1;
hasMessage() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.FailureOrBuilder
optional string message = 1;
hasMessageId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
required uint32 messageId = 3;
hasMessageId() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
required uint32 messageId = 3;
hasMessageId() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
required uint32 messageId = 3;
hasMessageType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
hasMessageType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
hasMessageType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
hasModuleLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
hasModuleLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
hasModuleLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
hasMultipleValues() - Method in interface com.google.gwt.core.ext.linker.ConfigurationProperty
Returns true if this property has more than one value.
hasMultipleValues() - Method in class com.google.gwt.core.ext.linker.impl.StandardConfigurationProperty
HasName - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by named entities.
HasName - Interface in com.google.gwt.dev.js.ast
Implemented by JavaScript objects that have a name.
hasName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
required string name = 1;
hasName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
required string name = 1;
hasName() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
required string name = 1;
hasName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
required string name = 1;
hasName() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog
required string name = 1;
hasName() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLogOrBuilder
required string name = 1;
HasName.Util - Class in com.google.gwt.dev.jjs.ast
Collection of utilities to deal with HasName objects.
hasNeedsAttention() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional bool needsAttention = 3;
hasNeedsAttention() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
optional bool needsAttention = 3;
hasNeedsAttention() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
optional bool needsAttention = 3;
hasNoExternalName() - Method in enum com.google.gwt.dev.javac.asm.CollectClassData.ClassType
hasNoExternalName() - Method in class com.google.gwt.dev.javac.asm.CollectClassData
hasParentLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 parentLogHandle = 1;
hasParentLogHandle() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch
required uint32 parentLogHandle = 1;
hasParentLogHandle() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder
required uint32 parentLogHandle = 1;
hasPreambleTypeNames() - Method in class com.google.gwt.dev.MinimalRebuildCache
hasPreambleTypeNames() - Method in class com.google.gwt.dev.NullRebuildCache
hasProtocolVersion() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional string protocolVersion = 1;
hasProtocolVersion() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional string protocolVersion = 1;
hasProtocolVersion() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional string protocolVersion = 1;
hasRemoteHost() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string remoteHost = 7;
hasRemoteHost() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string remoteHost = 7;
hasRemoteHost() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string remoteHost = 7;
hasRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
hasRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
hasRequest() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
hasRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
hasRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
hasRequestType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
hasRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
hasRequestType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
hasRequestType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
hasResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
hasResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
hasResponse() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.MessageOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
hasResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
hasResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
hasResponseType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
hasResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
hasResponseType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
hasResponseType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
hasRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
hasRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
hasRestartWebServer() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
hasRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
hasRestartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
hasRestartWebServer() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
hasSameContent(JTypeOracle.ImmediateTypeRelations) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle.ImmediateTypeRelations
hasSameContent(ResolveRuntimeTypeReferences.IntTypeMapper) - Method in class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.IntTypeMapper
hasSameContent(JsIncrementalNamer.JsIncrementalNamerState) - Method in class com.google.gwt.dev.js.JsIncrementalNamer.JsIncrementalNamerState
hasServerLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
hasServerLog() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
hasServerLog() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
hasServiceType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
hasServiceType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
hasServiceType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
hasSessionKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string sessionKey = 3;
hasSessionKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string sessionKey = 3;
hasSessionKey() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string sessionKey = 3;
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JArrayLength
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JArrayRef
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JBinaryOperation
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JCastMap
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JCastOperation
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JConditional
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JExpression
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JInstanceOf
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JLiteral
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JLocalRef
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JMethod
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JNameOf
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JNewArray
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JNewInstance
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JNumericEntry
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JParameterRef
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JRunAsync
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JRuntimeTypeReference
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodRef
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.js.JsonArray
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JThisRef
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JUnaryOperation
hasSideEffects() - Method in class com.google.gwt.dev.jjs.ast.JUnsafeTypeCoercion
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsArrayAccess
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsArrayLiteral
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsConditional
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsExpression
Determines whether the expression can cause side effects.
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsFunction
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsInvocation
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsNameOf
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsNameRef
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsNew
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsNumericEntry
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsObjectLiteral
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsPropertyInitializer
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsUnaryOperation
hasSideEffects() - Method in class com.google.gwt.dev.js.ast.JsValueLiteral
hasSideEffects(Node) - Static method in class com.google.gwt.dev.js.rhino.IRFactory
HasSourceInfo - Interface in com.google.gwt.dev.jjs
Abstract view of a class that has source info.
hasStackTrace() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string stackTrace = 2;
hasStackTrace() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
optional string stackTrace = 2;
hasStackTrace() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.FailureOrBuilder
optional string stackTrace = 2;
hasSummary() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
required string summary = 1;
hasSummary() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
required string summary = 1;
hasSummary() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
required string summary = 1;
hasTabKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string tabKey = 6;
hasTabKey() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string tabKey = 6;
hasTabKey() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string tabKey = 6;
hasText() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string text = 2;
hasText() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
optional string text = 2;
hasText() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder
optional string text = 2;
HasType - Interface in com.google.gwt.dev.jjs.ast
Interface implemented by Java entities that have a type associated with them.
hasType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
hasType() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
hasType() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
HasTypeParameters - Interface in com.google.gwt.core.ext.typeinfo
Interface implemented by elements that can have can have type parameters,
namely classes and methods.
hasTypeReferences(String) - Method in interface com.google.gwt.dev.javac.CompilationErrorsIndex
Returns whether a given type has any recorded type references.
hasTypeReferences(String) - Method in class com.google.gwt.dev.javac.CompilationErrorsIndexImpl
hasUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string url = 5;
hasUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string url = 5;
hasUrl() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string url = 5;
hasUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string url = 1;
hasUrl() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo
optional string url = 1;
hasUrl() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder
optional string url = 1;
hasUserAgent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string userAgent = 4;
hasUserAgent() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
optional string userAgent = 4;
hasUserAgent() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder
optional string userAgent = 4;
hasViewerRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
hasViewerRequest() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
hasViewerRequest() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.RequestOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
hasViewerResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
hasViewerResponse() - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
hasViewerResponse() - Method in interface com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.ResponseOrBuilder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
haveAccessedPropertiesChanged() - Method in class com.google.gwt.dev.cfg.DynamicPropertyOracle
HeadlessUI - Class in com.google.gwt.dev
UI used in headless operation.
HeadlessUI(DevModeBase.HostedModeBaseOptions) - Constructor for class com.google.gwt.dev.HeadlessUI
headSet(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
HelpInfo() - Constructor for class com.google.gwt.core.ext.TreeLogger.HelpInfo
helpInfo - Variable in class com.google.gwt.dev.shell.log.SwingTreeLogger.LogEvent
Extra info for this message, or null if none.
HELPINFO_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
HEX_CHARS - Static variable in class com.google.gwt.util.tools.shared.StringUtils
hideFindBox() - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
HINT_CHECK_CLASSPATH_SOURCE_ENTRIES - Static variable in class com.google.gwt.dev.util.Messages
HINT_CHECK_INHERIT_CORE - Static variable in class com.google.gwt.dev.util.Messages
HINT_CHECK_INHERIT_USER - Static variable in class com.google.gwt.dev.util.Messages
HINT_CHECK_MODULE_INHERITANCE - Static variable in class com.google.gwt.dev.util.Messages
HINT_CHECK_MODULE_NONCLIENT_SOURCE_DECL - Static variable in class com.google.gwt.dev.util.Messages
HINT_CHECK_TYPENAME - Static variable in class com.google.gwt.dev.util.Messages
HOOK - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
host - Variable in class com.google.gwt.dev.shell.ModuleSpace
HOSTED_MODE_REFERENCE - Static variable in class com.google.gwt.dev.shell.JsValueGlue
HostedHtmlVersion - Class in com.google.gwt.dev.shell
Holds the expected version number for the hosted.html file and a check
for it.
HostedMode - Class in com.google.gwt.dev
Deprecated.
HostedMode() - Constructor for class com.google.gwt.dev.HostedMode
Deprecated.
HostedModeBaseOptionsImpl() - Constructor for class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
HostedModeClassRewriter - Class in com.google.gwt.dev.shell.rewrite
This class performs any and all byte code rewriting needed to make hosted
mode work.
HostedModeClassRewriter(Set<String>, Map<String, List<String>>, HostedModeClassRewriter.SingleJsoImplData, HostedModeClassRewriter.InstanceMethodOracle) - Constructor for class com.google.gwt.dev.shell.rewrite.HostedModeClassRewriter
HostedModeClassRewriter.InstanceMethodOracle - Interface in com.google.gwt.dev.shell.rewrite
Maps instance methods to the class in which they are declared.
HostedModeClassRewriter.SingleJsoImplData - Interface in com.google.gwt.dev.shell.rewrite
Contains data about how SingleJsoImpl methods are to be dispatched.
HostedModeException - Exception in com.google.gwt.dev.shell
An exception that can only occur in Development Mode, but may indicate
potential problems in Production Mode.
HostedModeException(String) - Constructor for exception com.google.gwt.dev.shell.HostedModeException
HostedModeLinker - Class in com.google.gwt.core.ext.linker.impl
This is a partial implementation of the Linker interface to support hosted
mode.
HostedModeLinker() - Constructor for class com.google.gwt.core.ext.linker.impl.HostedModeLinker
HostedModeOptionsImpl() - Constructor for class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
HostedModePluginObject - Class in com.google.gwt.dev.shell
HTMLUnit object that represents the hosted-mode plugin.
HostedModePluginObject(JavaScriptEngine, TreeLogger) - Constructor for class com.google.gwt.dev.shell.HostedModePluginObject
Creates a HostedModePluginObject with the passed-in JavaScriptEngine.
HtmlTextOutput - Class in com.google.gwt.dev.util
An implementation of TextOutput that will produce HTML-escaped output.
HtmlTextOutput(PrintWriter, boolean) - Constructor for class com.google.gwt.dev.util.HtmlTextOutput
HtmlUnitSessionHandler - Class in com.google.gwt.dev.shell
Handle session tasks for HtmlUnit.
HttpHeaders - Class in com.google.gwt.dev.util
HTTP header strings defined by RFCs.
HttpHeaders() - Constructor for class com.google.gwt.dev.util.HttpHeaders
hyperlinkUpdate(HyperlinkEvent) - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
JAbstractMethod - Interface in com.google.gwt.core.ext.typeinfo
JAbstractMethod - Class in com.google.gwt.dev.javac.typemodel
JAbstractMethodBody - Class in com.google.gwt.dev.jjs.ast
Represents a the body of a method.
JAbstractMethodBody(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JAbstractMethodBody
JAnnotationMethod - Interface in com.google.gwt.core.ext.typeinfo
Method declared on an annotation type.
JAnnotationMethod - Class in com.google.gwt.dev.javac.typemodel
Method declared on an annotation type.
JAnnotationType - Interface in com.google.gwt.core.ext.typeinfo
Type representing an annotation type.
JAnnotationType - Class in com.google.gwt.dev.javac.typemodel
Type representing an annotation type.
JarEntryEmittedArtifact - Class in com.google.gwt.core.ext.linker.impl
A BinaryEmittedArtifact
that reads a jar entry.
JarEntryEmittedArtifact(String, File, JarEntry) - Constructor for class com.google.gwt.core.ext.linker.impl.JarEntryEmittedArtifact
JArrayLength - Class in com.google.gwt.dev.jjs.ast
Java array length expression.
JArrayLength(SourceInfo, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JArrayLength
JArrayRef - Class in com.google.gwt.dev.jjs.ast
Java array reference expression.
JArrayRef(SourceInfo, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JArrayRef
JArrayType - Interface in com.google.gwt.core.ext.typeinfo
Type representing a Java array.
JArrayType - Class in com.google.gwt.dev.javac.typemodel
Type representing a Java array.
JArrayType - Class in com.google.gwt.dev.jjs.ast
Instances are shared.
JArrayType(JType) - Constructor for class com.google.gwt.dev.jjs.ast.JArrayType
JAssertStatement - Class in com.google.gwt.dev.jjs.ast
Java assert statement.
JAssertStatement(SourceInfo, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JAssertStatement
Java7MockResources - Class in com.google.gwt.dev.javac.testing.impl
Contains Java 7 source files used for testing.
Java7MockResources() - Constructor for class com.google.gwt.dev.javac.testing.impl.Java7MockResources
JAVA_COMMAND_PROPERTY - Static variable in class com.google.gwt.dev.ExternalPermutationWorkerFactory
A system property that can be used to override the command used to invoke a
JVM instance.
JavaAstVerifier - Class in com.google.gwt.dev.jjs.impl
Verifies that all the references from AST nodes to AST nodes are reachable from the
top of the AST.
JavaDispatch - Interface in com.google.gwt.dev.shell
Abstracts the process of interacting with lazily-bound object manipulation.
JavaDispatchImpl - Class in com.google.gwt.dev.shell
Class for wrapping Java things for JavaScript.
JavaDispatchImpl(CompilingClassLoader) - Constructor for class com.google.gwt.dev.shell.JavaDispatchImpl
This constructor initializes a dispatcher for handling static members.
JavaDispatchImpl(CompilingClassLoader, Object) - Constructor for class com.google.gwt.dev.shell.JavaDispatchImpl
This constructor initializes a dispatcher around a particular instance.
javahSignatureFromName(String) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Mangles a qualified name into a Javah signature.
JavaLong - Class in com.google.gwt.dev.shell
Hosted mode wrapper for a Java long value.
JavaLong(long) - Constructor for class com.google.gwt.dev.shell.JavaLong
JavaObject - Class in com.google.gwt.dev.shell
Class to encapsulate JavaObject on the server side.
JavaObject(Context, SessionData, int) - Constructor for class com.google.gwt.dev.shell.JavaObject
JavaObjectRef(int) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.JavaObjectRef
JavaResourceBase - Class in com.google.gwt.dev.javac.testing.impl
Contains standard Java source files for testing.
JavaResourceBase() - Constructor for class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JAVASCRIPTEXCEPTION - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JavaScriptException - Exception in com.google.gwt.dev.js.rhino
Java reflection of JavaScript exceptions.
JavaScriptException(Object) - Constructor for exception com.google.gwt.dev.js.rhino.JavaScriptException
Create a JavaScript exception wrapping the given JavaScript value.
JavaScriptHost - Class in com.google.gwt.dev.shell
This class contains a set of static methods that can be used to interact with
the browser in hosted mode.
JavaScriptHost() - Constructor for class com.google.gwt.dev.shell.JavaScriptHost
JAVASCRIPTOBJECT - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JAVASCRIPTOBJECT - Static variable in class com.google.gwt.dev.jjs.ast.JProgram
javaScriptString(String) - Static method in class com.google.gwt.util.tools.shared.StringUtils
Generate JavaScript code that evaluates to the supplied string.
JavaScriptVerifier - Class in com.google.gwt.dev.js.ast
Verifies that the JavaScript AST and the map are consistent.
JavaSource - Class in com.google.gwt.dev.javac.testing
Convenience base class for java sources used during testing.
JavaSource(String) - Constructor for class com.google.gwt.dev.javac.testing.JavaSource
Constructs a new source with the given fully qualified java type name.
JavaSourceParser - Class in com.google.gwt.dev.javac
Methods to do direct parsing of Java source -- currently the only uses are
for finding actual method parameter names on request.
JavaSourceParser() - Constructor for class com.google.gwt.dev.javac.JavaSourceParser
JavaToJavaScriptCompiler - Class in com.google.gwt.dev.jjs
A base for classes that compile Java JProgram
representations into corresponding Js
source.
Work is split between a precompile() stage which is only called once and compilePerms() stage
which is called once per permutation.
JavaToJavaScriptCompiler(TreeLogger, CompilerContext) - Constructor for class com.google.gwt.dev.jjs.JavaToJavaScriptCompiler
JavaToJavaScriptMap - Interface in com.google.gwt.dev.jjs.impl
A map between chunks of JavaScript to chunks of Java.
JavaToJavaScriptMapImpl - Class in com.google.gwt.dev.jjs.impl
The default implementation of a JavaToJavaScriptMap.
JavaToJavaScriptMapImpl(List<JDeclaredType>, Map<HasName, JsName>, Map<JsStatement, JDeclaredType>, Map<JsStatement, JMethod>) - Constructor for class com.google.gwt.dev.jjs.impl.JavaToJavaScriptMapImpl
JBinaryOperation - Class in com.google.gwt.dev.jjs.ast
Binary operator expression.
JBinaryOperation(SourceInfo, JType, JBinaryOperator, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JBinaryOperation
JBinaryOperator - Enum in com.google.gwt.dev.jjs.ast
For precedence indices, see the Java Programming Language, 4th Edition, p.
JBlock - Class in com.google.gwt.dev.jjs.ast
A list of JStatements
.
JBlock(SourceInfo, JStatement...) - Constructor for class com.google.gwt.dev.jjs.ast.JBlock
JBooleanLiteral - Class in com.google.gwt.dev.jjs.ast
Java boolean literal expression.
JBreakStatement - Class in com.google.gwt.dev.jjs.ast
Java break statement.
JBreakStatement(SourceInfo, JLabel) - Constructor for class com.google.gwt.dev.jjs.ast.JBreakStatement
JCaseStatement - Class in com.google.gwt.dev.jjs.ast
Java case statement.
JCaseStatement(SourceInfo, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JCaseStatement
JCastMap - Class in com.google.gwt.dev.jjs.ast
A low-level node representing a castable type map.
JCastMap(SourceInfo, JClassType, Collection<JReferenceType>) - Constructor for class com.google.gwt.dev.jjs.ast.JCastMap
JCastOperation - Class in com.google.gwt.dev.jjs.ast
Java cast expression.
JCastOperation(SourceInfo, JType, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JCastOperation
JChangeTrackingVisitor - Class in com.google.gwt.dev.jjs.impl
A visitor for optimizing an AST.
JChangeTrackingVisitor(OptimizerContext) - Constructor for class com.google.gwt.dev.jjs.impl.JChangeTrackingVisitor
JCharLiteral - Class in com.google.gwt.dev.jjs.ast
Java character literal expression.
JCharLiteral(SourceInfo, char) - Constructor for class com.google.gwt.dev.jjs.ast.JCharLiteral
JClassLiteral - Class in com.google.gwt.dev.jjs.ast
Java class literal expression.
JClassLiteral(SourceInfo, JType) - Constructor for class com.google.gwt.dev.jjs.ast.JClassLiteral
JClassType - Interface in com.google.gwt.core.ext.typeinfo
Type used to represent any non-primitive type.
JClassType - Class in com.google.gwt.dev.javac.typemodel
Type used to represent any non-primitive type.
JClassType() - Constructor for class com.google.gwt.dev.javac.typemodel.JClassType
JClassType - Class in com.google.gwt.dev.jjs.ast
Java class type reference expression.
JClassType(SourceInfo, String, boolean, boolean) - Constructor for class com.google.gwt.dev.jjs.ast.JClassType
JConditional - Class in com.google.gwt.dev.jjs.ast
Conditional expression.
JConditional(SourceInfo, JType, JExpression, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JConditional
JConstructor - Interface in com.google.gwt.core.ext.typeinfo
Represents a constructor declaration.
JConstructor - Class in com.google.gwt.dev.javac.typemodel
Represents a constructor declaration.
JConstructor - Class in com.google.gwt.dev.jjs.ast
A Java constructor method.
JConstructor(SourceInfo, JClassType, AccessModifier) - Constructor for class com.google.gwt.dev.jjs.ast.JConstructor
JContinueStatement - Class in com.google.gwt.dev.jjs.ast
Java continue statement.
JContinueStatement(SourceInfo, JLabel) - Constructor for class com.google.gwt.dev.jjs.ast.JContinueStatement
JDBCUnloader - Class in com.google.gwt.dev.shell.jetty
Workaround hack for the unfortunate architecture of JDBC drivers.
JDebuggerStatement - Class in com.google.gwt.dev.jjs.ast.js
Represents a JavaScript debugger statement.
JDebuggerStatement(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.js.JDebuggerStatement
JDeclarationStatement - Class in com.google.gwt.dev.jjs.ast
Java initialized local variable statement.
JDeclarationStatement(SourceInfo, JVariableRef, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JDeclarationStatement
JDeclaredType - Class in com.google.gwt.dev.jjs.ast
Base class for any declared type.
JDeclaredType(SourceInfo, String) - Constructor for class com.google.gwt.dev.jjs.ast.JDeclaredType
JDeclaredType.NestedClassDisposition - Enum in com.google.gwt.dev.jjs.ast
The types of nested classes, https://docs.oracle.com/javase/tutorial/java/javaOO/nested.html
JDoStatement - Class in com.google.gwt.dev.jjs.ast
Java do statement.
JDoStatement(SourceInfo, JExpression, JStatement) - Constructor for class com.google.gwt.dev.jjs.ast.JDoStatement
JDoubleLiteral - Class in com.google.gwt.dev.jjs.ast
Java double literal expression.
JDoubleLiteral(SourceInfo, double) - Constructor for class com.google.gwt.dev.jjs.ast.JDoubleLiteral
JdtCompiler - Class in com.google.gwt.dev.javac
JdtCompiler(CompilerContext, JdtCompiler.UnitProcessor) - Constructor for class com.google.gwt.dev.javac.JdtCompiler
JdtCompiler.AdditionalTypeProviderDelegate - Interface in com.google.gwt.dev.javac
Provides hooks for changing the behavior of the JdtCompiler when unknown
types are encountered during compilation.
JdtCompiler.DefaultUnitProcessor - Class in com.google.gwt.dev.javac
A default processor that simply collects build units.
JdtCompiler.UnitProcessor - Interface in com.google.gwt.dev.javac
Interface for processing units on the fly during compilation.
JdtUtil - Class in com.google.gwt.dev.javac
Utility functions to interact with JDT classes.
JEnumConstant - Interface in com.google.gwt.core.ext.typeinfo
An enumeration constant declared in an enumerated type.
JEnumConstant - Class in com.google.gwt.dev.javac.typemodel
An enumeration constant declared in an enumerated type.
JEnumField - Class in com.google.gwt.dev.jjs.ast
A field that is an enum constant.
JEnumField(SourceInfo, String, int, JEnumType, JClassType, AccessModifier) - Constructor for class com.google.gwt.dev.jjs.ast.JEnumField
JEnumType - Interface in com.google.gwt.core.ext.typeinfo
Type representing a Java enumerated type.
JEnumType - Class in com.google.gwt.dev.javac.typemodel
Type representing a Java enumerated type.
JEnumType - Class in com.google.gwt.dev.jjs.ast
Java enum type reference expression.
JEnumType(SourceInfo, String, boolean) - Constructor for class com.google.gwt.dev.jjs.ast.JEnumType
JettyLauncher - Class in com.google.gwt.dev.shell.jetty
JettyLauncher() - Constructor for class com.google.gwt.dev.shell.jetty.JettyLauncher
JettyLauncher.JettyRequestLogger - Class in com.google.gwt.dev.shell.jetty
Log jetty requests/responses to TreeLogger.
JettyLauncher.JettyServletContainer - Class in com.google.gwt.dev.shell.jetty
JettyLauncher.JettyTreeLogger - Class in com.google.gwt.dev.shell.jetty
An adapter for the Jetty logging system to GWT's TreeLogger.
JettyLauncher.WebAppContextWithReload - Class in com.google.gwt.dev.shell.jetty
A WebAppContext
tailored to GWT hosted mode.
JettyRequestLogger(TreeLogger, TreeLogger.Type) - Constructor for class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyRequestLogger
JettyServletContainer(TreeLogger, Server, WebAppContext, int, File) - Constructor for class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyServletContainer
JettyTreeLogger(TreeLogger) - Constructor for class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyTreeLogger
JExpression - Class in com.google.gwt.dev.jjs.ast
Base class for all Java expressions.
JExpression(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JExpression
JExpressionStatement - Class in com.google.gwt.dev.jjs.ast
Represents a statement that is an expression.
JField - Interface in com.google.gwt.core.ext.typeinfo
Represents a field declaration.
JField - Class in com.google.gwt.dev.javac.typemodel
Represents a field declaration.
JField - Class in com.google.gwt.dev.jjs.ast
Java field definition.
JField(SourceInfo, String, JDeclaredType, JType, boolean, JField.Disposition, AccessModifier) - Constructor for class com.google.gwt.dev.jjs.ast.JField
JField(SourceInfo, String, JDeclaredType, JType, boolean, JField.Disposition) - Constructor for class com.google.gwt.dev.jjs.ast.JField
JField.Disposition - Enum in com.google.gwt.dev.jjs.ast
Determines whether the variable is final, volatile, or neither.
JFieldRef - Class in com.google.gwt.dev.jjs.ast
Java field reference expression.
JFieldRef(SourceInfo, JExpression, JField, JDeclaredType) - Constructor for class com.google.gwt.dev.jjs.ast.JFieldRef
JFieldRef(SourceInfo, JExpression, JField, JDeclaredType, JType) - Constructor for class com.google.gwt.dev.jjs.ast.JFieldRef
JFloatLiteral - Class in com.google.gwt.dev.jjs.ast
Java literal typed as a float.
JFloatLiteral(SourceInfo, double) - Constructor for class com.google.gwt.dev.jjs.ast.JFloatLiteral
JForStatement - Class in com.google.gwt.dev.jjs.ast
AST node representing a Java for
statement.
JForStatement(SourceInfo, List<JStatement>, JExpression, JExpression, JStatement) - Constructor for class com.google.gwt.dev.jjs.ast.JForStatement
Creates an AST node that represents a Java for statement.
JGenericType - Interface in com.google.gwt.core.ext.typeinfo
Type declaration that has type parameters.
JGenericType - Class in com.google.gwt.dev.javac.typemodel
Type declaration that has type parameters.
JGenericType(TypeOracle, JPackage, String, String, boolean, JTypeParameter[]) - Constructor for class com.google.gwt.dev.javac.typemodel.JGenericType
JIfStatement - Class in com.google.gwt.dev.jjs.ast
Java if statement.
JIfStatement(SourceInfo, JExpression, JStatement, JStatement) - Constructor for class com.google.gwt.dev.jjs.ast.JIfStatement
JInstanceOf - Class in com.google.gwt.dev.jjs.ast
Java instance of expression.
JInstanceOf(SourceInfo, JReferenceType, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JInstanceOf
JInterfaceType - Class in com.google.gwt.dev.jjs.ast
Java interface type definition.
JInterfaceType(SourceInfo, String) - Constructor for class com.google.gwt.dev.jjs.ast.JInterfaceType
JIntLiteral - Class in com.google.gwt.dev.jjs.ast
Java integer literal expression.
JIntLiteral(SourceInfo, int) - Constructor for class com.google.gwt.dev.jjs.ast.JIntLiteral
JJSOptions - Interface in com.google.gwt.dev.jjs
JJSOptionsImpl - Class in com.google.gwt.dev.jjs
Concrete class to implement all JJS options.
JJSOptionsImpl() - Constructor for class com.google.gwt.dev.jjs.JJSOptionsImpl
JjsPredicates - Class in com.google.gwt.dev.jjs.impl
General predicates for Java AST nodes.
JjsUtils - Class in com.google.gwt.dev.jjs.impl
General utilities related to Java AST manipulation.
JLabel - Class in com.google.gwt.dev.jjs.ast
Should we have a JLabelRef also?
JLabel(SourceInfo, String) - Constructor for class com.google.gwt.dev.jjs.ast.JLabel
JLabeledStatement - Class in com.google.gwt.dev.jjs.ast
Java statement that has an associated label.
JLabeledStatement(SourceInfo, JLabel, JStatement) - Constructor for class com.google.gwt.dev.jjs.ast.JLabeledStatement
JLiteral - Class in com.google.gwt.dev.jjs.ast
Base class for any Java literal expression.
JLiteral(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JLiteral
JLocal - Class in com.google.gwt.dev.jjs.ast
Java local variable definition.
JLocalRef - Class in com.google.gwt.dev.jjs.ast
Java local variable reference.
JLongLiteral - Class in com.google.gwt.dev.jjs.ast
Java literal expression that evaluates to a Long.
JLongLiteral(SourceInfo, long) - Constructor for class com.google.gwt.dev.jjs.ast.JLongLiteral
JMember - Interface in com.google.gwt.dev.jjs.ast
Abstracts class members (i.e.
JMethod - Interface in com.google.gwt.core.ext.typeinfo
Represents a method declaration.
JMethod - Class in com.google.gwt.dev.javac.typemodel
Represents a method declaration.
JMethod - Class in com.google.gwt.dev.jjs.ast
A Java method implementation.
JMethod(SourceInfo, String, JDeclaredType, JType, boolean, boolean, boolean, AccessModifier) - Constructor for class com.google.gwt.dev.jjs.ast.JMethod
These are only supposed to be constructed by JProgram.
JMethod.Specialization - Class in com.google.gwt.dev.jjs.ast
AST representation of @SpecializeMethod.
JMethodBody - Class in com.google.gwt.dev.jjs.ast
Represents a the body of a method.
JMethodBody(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JMethodBody
JMethodCall - Class in com.google.gwt.dev.jjs.ast
Java method call expression.
JMethodCall(JMethodCall, JExpression, JExpression...) - Constructor for class com.google.gwt.dev.jjs.ast.JMethodCall
Initialize a new method call equivalent to another one.
JMethodCall(JMethodCall, JExpression, List<JExpression>) - Constructor for class com.google.gwt.dev.jjs.ast.JMethodCall
Initialize a new method call equivalent to another one.
JMethodCall(SourceInfo, JExpression, JMethod, List<JExpression>) - Constructor for class com.google.gwt.dev.jjs.ast.JMethodCall
Create a method call.
JMethodCall(SourceInfo, JExpression, JMethod, JExpression...) - Constructor for class com.google.gwt.dev.jjs.ast.JMethodCall
Create a method call.
JModVisitor - Class in com.google.gwt.dev.jjs.ast
A visitor for iterating through and modifying an AST.
JModVisitor() - Constructor for class com.google.gwt.dev.jjs.ast.JModVisitor
JModVisitorWithTemporaryVariableCreation - Class in com.google.gwt.dev.jjs.impl
A JModVisitor capable of creating temporary local variables and placing their declarations in an
appropriate preceding place.
JModVisitorWithTemporaryVariableCreation(OptimizerContext) - Constructor for class com.google.gwt.dev.jjs.impl.JModVisitorWithTemporaryVariableCreation
JMultiExpression - Class in com.google.gwt.dev.jjs.ast.js
Represents multiple ordered expressions as a single compound expression.
JMultiExpression(SourceInfo, JExpression...) - Constructor for class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Construct a multi expression containing expressions
if any.
JMultiExpression(SourceInfo, Collection<JExpression>) - Constructor for class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Construct a multi expression containing expressions
.
JNameOf - Class in com.google.gwt.dev.jjs.ast
An AST node whose evaluation results in the string name of its node.
JNameOf(SourceInfo, JClassType, HasName) - Constructor for class com.google.gwt.dev.jjs.ast.JNameOf
JNewArray - Class in com.google.gwt.dev.jjs.ast
New array expression.
JNewArray(SourceInfo, JArrayType, List<JExpression>, List<JExpression>, JClassLiteral) - Constructor for class com.google.gwt.dev.jjs.ast.JNewArray
JNewInstance - Class in com.google.gwt.dev.jjs.ast
A new instance expression.
JNewInstance(JNewInstance) - Constructor for class com.google.gwt.dev.jjs.ast.JNewInstance
Initialize a new instance operation equivalent to another one.
JNewInstance(SourceInfo, JConstructor) - Constructor for class com.google.gwt.dev.jjs.ast.JNewInstance
JniConstants - Class in com.google.gwt.core.ext.typeinfo
Constants used with JNI type descriptors.
JniConstants() - Constructor for class com.google.gwt.core.ext.typeinfo.JniConstants
JNode - Class in com.google.gwt.dev.jjs.ast
Base class for all visitable AST nodes.
JNode(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JNode
JNullLiteral - Class in com.google.gwt.dev.jjs.ast
Java null literal expression.
JNumericEntry - Class in com.google.gwt.dev.jjs.ast
A place order a numeric value in the AST.
JNumericEntry(SourceInfo, String, int) - Constructor for class com.google.gwt.dev.jjs.ast.JNumericEntry
JobChangeListener - Interface in com.google.gwt.dev.codeserver
A callback for receiving events when a GWT compile job changes status.
JobEvent - Class in com.google.gwt.dev.codeserver
The status of a compile job submitted to Super Dev Mode.
JobEvent.Builder - Class in com.google.gwt.dev.codeserver
Creates a JobEvent.
JobEvent.CompileStrategy - Enum in com.google.gwt.dev.codeserver
The approach taken to do the compile.
JobEvent.Status - Enum in com.google.gwt.dev.codeserver
Defines the lifecycle of a job.
JobRunner - Class in com.google.gwt.dev.codeserver
Executes requests to compile modules using Super Dev Mode.
join(char[][], String) - Static method in class com.google.gwt.dev.javac.JdtUtil
Returns a string name from an array of names using separator
.
join(Self) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Assumption
Compute least upper bound.
join(A, A) - Static method in class com.google.gwt.dev.jjs.impl.gflow.AssumptionUtil
Join assumptions.
join(List<E>, AssumptionMap<E, A>) - Static method in class com.google.gwt.dev.jjs.impl.gflow.AssumptionUtil
join(CombinedIntegratedAnalysis.CombinedAssumption) - Method in class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis.CombinedAssumption
Joins combined assumption by joining all individual components.
join(ConstantsAssumption) - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption
join(CopyAssumption) - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAssumption
join(LivenessAssumption) - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessAssumption
Computes union of all live variables.
join(UnreachableAssumptions) - Method in class com.google.gwt.dev.jjs.impl.gflow.unreachable.UnreachableAssumptions
JPackage - Interface in com.google.gwt.core.ext.typeinfo
Represents a logical package.
JPackage - Class in com.google.gwt.dev.javac.typemodel
Represents a logical package.
JParameter - Interface in com.google.gwt.core.ext.typeinfo
Represents a parameter in a declaration.
JParameter - Class in com.google.gwt.dev.javac.typemodel
Represents a parameter in a declaration.
JParameter - Class in com.google.gwt.dev.jjs.ast
Java method parameter definition.
JParameter(SourceInfo, String, JType, boolean) - Constructor for class com.google.gwt.dev.jjs.ast.JParameter
JParameterizedType - Interface in com.google.gwt.core.ext.typeinfo
Represents a parameterized type in a declaration.
JParameterizedType - Class in com.google.gwt.dev.javac.typemodel
Represents a parameterized type in a declaration.
JParameterRef - Class in com.google.gwt.dev.jjs.ast
Java method parameter reference expression.
JPermutationDependentValue - Class in com.google.gwt.dev.jjs.ast
Represents a GWT.create() or a GWT.getProperty call before deferred binding decisions are
finalized.
JPostfixOperation - Class in com.google.gwt.dev.jjs.ast
Java postfix operation expression.
JPostfixOperation(SourceInfo, JUnaryOperator, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JPostfixOperation
JPrefixOperation - Class in com.google.gwt.dev.jjs.ast
Java prefix operation expression.
JPrefixOperation(SourceInfo, JUnaryOperator, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JPrefixOperation
JPrimitiveType - Enum in com.google.gwt.core.ext.typeinfo
Represents a primitive type in a declaration.
JPrimitiveType - Class in com.google.gwt.dev.jjs.ast
Base class for all Java primitive types.
JProgram - Class in com.google.gwt.dev.jjs.ast
Root for the AST representing an entire Java program.
JProgram(MinimalRebuildCache) - Constructor for class com.google.gwt.dev.jjs.ast.JProgram
JProgram.DispatchType - Enum in com.google.gwt.dev.jjs.ast
Encapsulates all information necessary to deal with native represented types in an
generic fashion used throughout GWT.
JRawType - Interface in com.google.gwt.core.ext.typeinfo
Represents a raw type; that is a generic type with no type arguments.
JRawType - Class in com.google.gwt.dev.javac.typemodel
Represents a raw type; that is a generic type with no type arguments.
JRealClassType - Interface in com.google.gwt.core.ext.typeinfo
Type representing a Java class or interface type that a user would declare.
JRealClassType - Class in com.google.gwt.dev.javac.typemodel
Type representing a Java class or interface type that a user would declare.
JReferenceType - Class in com.google.gwt.dev.jjs.ast
Base class for any reference type.
JReferenceType(SourceInfo, String) - Constructor for class com.google.gwt.dev.jjs.ast.JReferenceType
JReturnStatement - Class in com.google.gwt.dev.jjs.ast
Java method return statement.
JReturnStatement(SourceInfo, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JReturnStatement
JRunAsync - Class in com.google.gwt.dev.jjs.ast
Represents a GWT.runAsync() call.
JRunAsync(SourceInfo, int, String, boolean, JExpression, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JRunAsync
Constructs a runAsync call node; explicitClassLiteral is set if the corresponding
GWT.runAsync() call has a class literal.
JRuntimeTypeReference - Class in com.google.gwt.dev.jjs.ast
An AST node whose evaluation results in a runtime type reference of its node.
JRuntimeTypeReference(SourceInfo, JType, JReferenceType) - Constructor for class com.google.gwt.dev.jjs.ast.JRuntimeTypeReference
js - Variable in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
JsAbstractSymbolResolver - Class in com.google.gwt.dev.js
Base class for any recursive resolver classes.
JsAbstractSymbolResolver() - Constructor for class com.google.gwt.dev.js.JsAbstractSymbolResolver
JsAbstractTextTransformer - Class in com.google.gwt.dev.jjs.impl
Base class for transforming program text.
JsAbstractTextTransformer(JsAbstractTextTransformer) - Constructor for class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
JsAbstractTextTransformer(String, StatementRanges, JsSourceMap) - Constructor for class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
JsArrayAccess - Class in com.google.gwt.dev.js.ast
Represents a javascript expression for array access.
JsArrayAccess(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsArrayAccess
JsArrayAccess(SourceInfo, JsExpression, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsArrayAccess
JsArrayLiteral - Class in com.google.gwt.dev.js.ast
Represents a JavaScript expression for array literals.
JsArrayLiteral(SourceInfo, Iterable<JsExpression>) - Constructor for class com.google.gwt.dev.js.ast.JsArrayLiteral
JsArrayLiteral(SourceInfo, JsExpression...) - Constructor for class com.google.gwt.dev.js.ast.JsArrayLiteral
JsBinaryOperation - Class in com.google.gwt.dev.js.ast
Represents a JavaScript binary operation.
JsBinaryOperation(SourceInfo, JsBinaryOperator) - Constructor for class com.google.gwt.dev.js.ast.JsBinaryOperation
JsBinaryOperation(SourceInfo, JsBinaryOperator, JsExpression, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsBinaryOperation
JsBinaryOperator - Enum in com.google.gwt.dev.js.ast
Represents the operator in a JavaScript binary operation.
JsBlock - Class in com.google.gwt.dev.js.ast
Represents a JavaScript block statement.
JsBlock(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsBlock
JsBooleanLiteral - Class in com.google.gwt.dev.js.ast
Represents a JavaScript literal boolean expression.
JsBreak - Class in com.google.gwt.dev.js.ast
Represents the JavaScript break statement.
JsBreak(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsBreak
JsBreak(SourceInfo, JsNameRef) - Constructor for class com.google.gwt.dev.js.ast.JsBreak
JsBreakUpLargeVarStatements - Class in com.google.gwt.dev.js
Divides large var statements into smaller ones.
JsCase - Class in com.google.gwt.dev.js.ast
Represents the JavaScript case statement.
JsCase(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsCase
JsCatch - Class in com.google.gwt.dev.js.ast
Represents a JavaScript catch clause.
JsCatch(SourceInfo, JsScope, String) - Constructor for class com.google.gwt.dev.js.ast.JsCatch
JsCatchScope - Class in com.google.gwt.dev.js.ast
A special scope used only for catch blocks.
JsCatchScope(JsScope, String) - Constructor for class com.google.gwt.dev.js.ast.JsCatchScope
JsConditional - Class in com.google.gwt.dev.js.ast
Represents a JavaScript conditional expression.
JsConditional(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsConditional
JsConditional(SourceInfo, JsExpression, JsExpression, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsConditional
JsConstructExpressionVisitor - Class in com.google.gwt.dev.js
Searches for method invocations in constructor expressions that would not
normally be surrounded by parentheses.
JSCONSTRUCTOR - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsContext - Interface in com.google.gwt.dev.js.ast
The context in which a JsNode visitation occurs.
JsContinue - Class in com.google.gwt.dev.js.ast
Represents the JavaScript continue statement.
JsContinue(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsContinue
JsContinue(SourceInfo, JsNameRef) - Constructor for class com.google.gwt.dev.js.ast.JsContinue
JsDebugger - Class in com.google.gwt.dev.js.ast
Represents a JavaScript debugger statement.
JsDebugger(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsDebugger
JsDefault - Class in com.google.gwt.dev.js.ast
Represents the default option in a JavaScript swtich statement.
JsDefault(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsDefault
JsDoWhile - Class in com.google.gwt.dev.js.ast
Represents a JavaScript do..while statement.
JsDoWhile(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsDoWhile
JsDoWhile(SourceInfo, JsExpression, JsStatement) - Constructor for class com.google.gwt.dev.js.ast.JsDoWhile
JsDuplicateCaseFolder - Class in com.google.gwt.dev.js
Combine case labels with identical bodies.
JsDuplicateCaseFolder() - Constructor for class com.google.gwt.dev.js.JsDuplicateCaseFolder
JsDuplicateFunctionRemover - Class in com.google.gwt.dev.js
Replace references to functions which have post-obfuscation duplicate bodies
by reference to a canonical one.
JsDuplicateFunctionRemover(JsProgram, FreshNameGenerator) - Constructor for class com.google.gwt.dev.js.JsDuplicateFunctionRemover
JsEmpty - Class in com.google.gwt.dev.js.ast
Represents an empty statement in JavaScript.
JsEmpty(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsEmpty
JsExpression - Class in com.google.gwt.dev.js.ast
An abstract base class for all JavaScript expressions.
JsExpression(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsExpression
JsExprStmt - Class in com.google.gwt.dev.js.ast
Represents a JavaScript expression statement.
JsExprStmt(SourceInfo, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsExprStmt
JsFirstExpressionVisitor - Class in com.google.gwt.dev.js
Determines if an expression statement needs to be surrounded by parentheses.
JsFor - Class in com.google.gwt.dev.js.ast
A for
statement.
JsFor(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsFor
JsForceInliningChecker - Class in com.google.gwt.dev.js
Makes sure methods marked with @ForceInline are actually inlined in optimized mode.
JsForIn - Class in com.google.gwt.dev.js.ast
Represents a JavaScript for..in statement.
JsForIn(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsForIn
JsForIn(SourceInfo, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsForIn
JSFUNCTION - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsFunction - Class in com.google.gwt.dev.js.ast
Represents a JavaScript function expression.
JsFunction(SourceInfo, JsScope) - Constructor for class com.google.gwt.dev.js.ast.JsFunction
Creates an anonymous function.
JsFunction(SourceInfo, JsScope, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsFunction
Creates a function that is not derived from Java source.
JsFunction(SourceInfo, JsScope, JsName, boolean) - Constructor for class com.google.gwt.dev.js.ast.JsFunction
Creates a named function, possibly derived from Java source.
JsFunctionClusterer - Class in com.google.gwt.dev.jjs.impl
Re-orders function declarations according to a given metric and clustering
algorithm in order to boost gzip/deflation compression efficiency.
JsFunctionClusterer(JsAbstractTextTransformer) - Constructor for class com.google.gwt.dev.jjs.impl.JsFunctionClusterer
JsGlobalBlock - Class in com.google.gwt.dev.js.ast
Represnts a JavaScript block in the global scope.
JsGlobalBlock(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsGlobalBlock
JsIf - Class in com.google.gwt.dev.js.ast
Represents a JavaScript if statement.
JsIf(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsIf
JsIf(SourceInfo, JsExpression, JsStatement, JsStatement) - Constructor for class com.google.gwt.dev.js.ast.JsIf
JSIGNORE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsIncrementalNamer - Class in com.google.gwt.dev.js
A namer that creates short but readable identifiers wherever possible.
JsIncrementalNamer(JsProgram, ConfigurationProperties, JsIncrementalNamer.JsIncrementalNamerState, JavaToJavaScriptMap, boolean) - Constructor for class com.google.gwt.dev.js.JsIncrementalNamer
JsIncrementalNamer.JsIncrementalNamerState - Class in com.google.gwt.dev.js
Encapsulates the complete state of this namer so that state can be persisted and reused.
JsIncrementalNamerState() - Constructor for class com.google.gwt.dev.js.JsIncrementalNamer.JsIncrementalNamerState
JsInliner - Class in com.google.gwt.dev.js
Perform inlining optimizations on the JavaScript AST.
JsInteropExportsGenerator - Interface in com.google.gwt.dev.jjs.impl
Generates codes to handle @JsExport.
JsInteropRestrictionChecker - Class in com.google.gwt.dev.jjs.impl
Checks and throws errors for invalid JsInterop constructs.
JsInteropUtil - Class in com.google.gwt.dev.javac
Utility functions to interact with JDT classes for JsInterop.
JsInteropUtil() - Constructor for class com.google.gwt.dev.javac.JsInteropUtil
JsInvocation - Class in com.google.gwt.dev.js.ast
Represents a JavaScript invocation.
JsInvocation(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsInvocation
JsInvocation(SourceInfo, JsFunction, JsExpression...) - Constructor for class com.google.gwt.dev.js.ast.JsInvocation
JsInvocation(SourceInfo, JsExpression, JsExpression...) - Constructor for class com.google.gwt.dev.js.ast.JsInvocation
JsInvocation(SourceInfo, JsFunction, Iterable<JsExpression>) - Constructor for class com.google.gwt.dev.js.ast.JsInvocation
JsInvocation(SourceInfo, JsExpression, Iterable<JsExpression>) - Constructor for class com.google.gwt.dev.js.ast.JsInvocation
JsLabel - Class in com.google.gwt.dev.js.ast
Represents a JavaScript label statement.
JsLabel(SourceInfo, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsLabel
JsLiteral - Class in com.google.gwt.dev.js.ast
A JavaScript string literal expression.
JsLiteral(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsLiteral
JsLiteralInterner - Class in com.google.gwt.dev.js
Interns conditionally either all literals in a JsProgram, or literals
which exceed a certain usage count.
JSMETHOD - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsModVisitor - Class in com.google.gwt.dev.js.ast
A visitor for iterating through and modifying an AST.
JsModVisitor() - Constructor for class com.google.gwt.dev.js.ast.JsModVisitor
JsName - Class in com.google.gwt.dev.js.ast
A named JavaScript object.
JsName(JsScope, String, String) - Constructor for class com.google.gwt.dev.js.ast.JsName
JsNameOf - Class in com.google.gwt.dev.js.ast
An AST node whose evaluation results in the string name of its node.
JsNameOf(SourceInfo, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsNameOf
JsNamer - Class in com.google.gwt.dev.js
A class that allocates unique identifiers for JsNames.
JsNamer(JsProgram, ConfigurationProperties) - Constructor for class com.google.gwt.dev.js.JsNamer
JsNamer.IllegalNameException - Exception in com.google.gwt.dev.js
Indicates the presence of a naming problem that prevents further compilation.
JsNameRef - Class in com.google.gwt.dev.js.ast
Represents a JavaScript expression that references a name.
JsNameRef(SourceInfo, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsNameRef
JsNameRef(SourceInfo, String) - Constructor for class com.google.gwt.dev.js.ast.JsNameRef
JsNamespaceChooser - Class in com.google.gwt.dev.js
A compiler pass that creates a namespace for each Java package
with at least one global variable or function.
JsNamespaceOption - Enum in com.google.gwt.dev.js
An option that controls how the GWT compiler splits up JavaScript globals
into namespaces.
JsNestingScope - Class in com.google.gwt.dev.js.ast
A normal scope that has a parent and children.
JsNestingScope(JsScope, String) - Constructor for class com.google.gwt.dev.js.ast.JsNestingScope
Create a scope with parent.
JsNew - Class in com.google.gwt.dev.js.ast
Represents the JavaScript new expression.
JsNew(SourceInfo, JsExpression, JsExpression...) - Constructor for class com.google.gwt.dev.js.ast.JsNew
JsNew(SourceInfo, JsExpression, Collection<JsExpression>) - Constructor for class com.google.gwt.dev.js.ast.JsNew
Jsni - Class in com.google.gwt.dev.shell
Helper methods working with JSNI.
Jsni() - Constructor for class com.google.gwt.dev.shell.Jsni
jsniCallLoggingEnabled() - Static method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger
Returns true if JSNI calls and callbacks are being logged.
JsniClassLiteral - Class in com.google.gwt.dev.jjs.ast.js
JSNI reference to a Java class literal.
JsniClassLiteral(SourceInfo, String, JType) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsniClassLiteral
JsniClassLiteral(SourceInfo, JType) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsniClassLiteral
JsniFieldRef - Class in com.google.gwt.dev.jjs.ast.js
JSNI reference to a Java field.
JsniFieldRef(SourceInfo, String, JField, JDeclaredType, boolean) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsniFieldRef
JsniMethod - Class in com.google.gwt.dev.javac
Represents a single JsniMethod in a compiled class file.
JsniMethod() - Constructor for class com.google.gwt.dev.javac.JsniMethod
JsniMethodBody - Class in com.google.gwt.dev.jjs.ast.js
Represents a the body of a method.
JsniMethodBody(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
JsniMethodBody(SourceInfo, JsFunction, List<JsniClassLiteral>, List<JsniFieldRef>, List<JsniMethodRef>, Set<String>) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
JsniMethodCollector - Class in com.google.gwt.dev.javac
Adapts compilation units containing JSNI-accessible code by rewriting the
source.
JsniMethodRef - Class in com.google.gwt.dev.jjs.ast.js
A call to a JSNI method.
JsniMethodRef(SourceInfo, String, JMethod, JClassType) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsniMethodRef
JsniRef - Class in com.google.gwt.dev.util
A parsed Java reference from within a JSNI method.
JsniRef(String, int, String, String, String[]) - Constructor for class com.google.gwt.dev.util.JsniRef
JsniReferenceResolver - Class in com.google.gwt.dev.javac
Resolves JSNI references to fields and methods and gives a informative errors if the references
cannot be resolved.
JsniReferenceResolver.TypeResolver - Interface in com.google.gwt.dev.javac
A call-back interface to resolve types.
JsniRefLookup - Class in com.google.gwt.dev.jjs.impl
JsniRefLookup() - Constructor for class com.google.gwt.dev.jjs.impl.JsniRefLookup
Deprecated.
JsniRefLookup.ErrorReporter - Interface in com.google.gwt.dev.jjs.impl
Deprecated.
A callback used to indicate the reason for a failed JSNI lookup.
JsniRestrictionChecker - Class in com.google.gwt.dev.jjs.impl
Checks and throws errors for invalid JSNI constructs.
JsNode - Class in com.google.gwt.dev.js.ast
Base class for all JS AST elements.
JsNode(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsNode
JsNoopTransformer - Class in com.google.gwt.dev.jjs.impl
A TextTransformer that makes no modifications.
JsNoopTransformer(String, StatementRanges, JsSourceMap) - Constructor for class com.google.gwt.dev.jjs.impl.JsNoopTransformer
JsNormalizer - Class in com.google.gwt.dev.js
Fixes any semantic errors introduced by JS AST gen.
JsNormalScope - Class in com.google.gwt.dev.js.ast
A normal scope that has a parent and children.
JsNormalScope(JsScope, String) - Constructor for class com.google.gwt.dev.js.ast.JsNormalScope
Create a scope with parent.
JsNullLiteral - Class in com.google.gwt.dev.js.ast
A JavaScript null literal.
JsNumberLiteral - Class in com.google.gwt.dev.js.ast
Represents a JavaScript literal decimal expression.
JsNumberLiteral(SourceInfo, double) - Constructor for class com.google.gwt.dev.js.ast.JsNumberLiteral
JsNumericEntry - Class in com.google.gwt.dev.js.ast
Represent an index that can be replacable by the compiler at compile time.
JsNumericEntry(SourceInfo, String, int) - Constructor for class com.google.gwt.dev.js.ast.JsNumericEntry
JSO_CLASS - Static variable in class com.google.gwt.dev.shell.BrowserChannelServer
Full qualified class name of JavaScriptObject.
JSO_CLASS - Static variable in class com.google.gwt.dev.shell.JsValueGlue
JSO_IMPL_CLASS - Static variable in class com.google.gwt.dev.shell.JsValueGlue
JsObfuscateNamer - Class in com.google.gwt.dev.js
A namer that uses short, unrecognizable idents to minimize generated code
size.
JsObfuscateNamer(JsProgram, ConfigurationProperties) - Constructor for class com.google.gwt.dev.js.JsObfuscateNamer
JsObjectLiteral - Class in com.google.gwt.dev.js.ast
A JavaScript object literal.
JsObjectLiteral.Builder - Class in com.google.gwt.dev.js.ast
Builder class for JsObjectLiterals.
JsObjectRef(int) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.JsObjectRef
JsoEval - Class in com.google.gwt.core.ext.debug
Provides facilities for debuggers to call methods on
JavaScriptObjects
.
JsonArray - Class in com.google.gwt.dev.jjs.ast.js
A JSON-style list of JS expressions.
JsonArray(SourceInfo, JType, List<JExpression>) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsonArray
JsonArray(SourceInfo, JType, JExpression...) - Constructor for class com.google.gwt.dev.jjs.ast.js.JsonArray
JsonArray - Class in com.google.gwt.dev.json
A JSON Array.
JsonArray() - Constructor for class com.google.gwt.dev.json.JsonArray
JsonBoolean - Class in com.google.gwt.dev.json
JSON boolean.
JsonException - Exception in com.google.gwt.dev.json
JSON exception.
JsonException() - Constructor for exception com.google.gwt.dev.json.JsonException
JsonException(String) - Constructor for exception com.google.gwt.dev.json.JsonException
JsonNumber - Class in com.google.gwt.dev.json
JSON Number.
JsonObject - Class in com.google.gwt.dev.json
JSON object.
JsonObject() - Constructor for class com.google.gwt.dev.json.JsonObject
JsonString - Class in com.google.gwt.dev.json
JSON String.
JsonValue - Interface in com.google.gwt.dev.json
All specific JSON types in this package implement this interface.
JsOperator - Interface in com.google.gwt.dev.js.ast
A JavaScript operator.
JSOPTIONAL - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JSORestrictionsChecker - Class in com.google.gwt.dev.javac
Check a compilation unit for violations of
JavaScriptObject
(JSO)
restrictions.
JSORestrictionsChecker.CheckerState - Class in com.google.gwt.dev.javac
The order in which the checker will process types is undefined, so this
type accumulates the information necessary for sanity-checking the JSO
types.
JsOutputOption - Enum in com.google.gwt.dev.jjs
Possibly options for JavaScript output format.
JSOVERLAY - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JSPACKAGE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsParameter - Class in com.google.gwt.dev.js.ast
A JavaScript parameter.
JsParameter(SourceInfo, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsParameter
JsParser - Class in com.google.gwt.dev.js
Parses JavaScript source.
JsParserException - Exception in com.google.gwt.dev.js
Indicates inability to parse JavaScript source.
JsParserException(String, int, String, int, String) - Constructor for exception com.google.gwt.dev.js.JsParserException
JsParserException(String, JsParserException.SourceDetail) - Constructor for exception com.google.gwt.dev.js.JsParserException
JsParserException.SourceDetail - Class in com.google.gwt.dev.js
Represents the location of a parser exception.
JsPositionMarker - Class in com.google.gwt.dev.js.ast
Represents the starting boundary for statements that make up one class.
JsPositionMarker(SourceInfo, String, JsPositionMarker.Type) - Constructor for class com.google.gwt.dev.js.ast.JsPositionMarker
JsPositionMarker.Type - Enum in com.google.gwt.dev.js.ast
Categories of markers that can be placed in a JS AST.
JsPostfixOperation - Class in com.google.gwt.dev.js.ast
A JavaScript postfix operation.
JsPostfixOperation(SourceInfo, JsUnaryOperator) - Constructor for class com.google.gwt.dev.js.ast.JsPostfixOperation
JsPostfixOperation(SourceInfo, JsUnaryOperator, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsPostfixOperation
JsPrefixOperation - Class in com.google.gwt.dev.js.ast
A JavaScript prefix operation.
JsPrefixOperation(SourceInfo, JsUnaryOperator) - Constructor for class com.google.gwt.dev.js.ast.JsPrefixOperation
JsPrefixOperation(SourceInfo, JsUnaryOperator, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsPrefixOperation
JsPrettyNamer - Class in com.google.gwt.dev.js
A namer that keeps the short ("pretty") identifier wherever possible.
JsPrettyNamer(JsProgram, ConfigurationProperties) - Constructor for class com.google.gwt.dev.js.JsPrettyNamer
JsProgram - Class in com.google.gwt.dev.js.ast
A JavaScript program.
JsProgram() - Constructor for class com.google.gwt.dev.js.ast.JsProgram
JsProgram(CorrelationFactory) - Constructor for class com.google.gwt.dev.js.ast.JsProgram
Constructs a JavaScript program object.
JsProgramFragment - Class in com.google.gwt.dev.js.ast
One independently loadable fragment of a
JsProgram
.
JsProgramFragment(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsProgramFragment
JSPROPERTY - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsPropertyInitializer - Class in com.google.gwt.dev.js.ast
Used in object literals to specify property values by name.
JsPropertyInitializer(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsPropertyInitializer
JsPropertyInitializer(SourceInfo, JsExpression, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsPropertyInitializer
JsProtectedNames - Class in com.google.gwt.dev.js
Determines whether or not a particular string is a JavaScript keyword or an illegal name.
JSR - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
JsRegExp - Class in com.google.gwt.dev.js.ast
A JavaScript regular expression.
JsRegExp(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsRegExp
JsReportGenerationVisitor - Class in com.google.gwt.dev.js
A variation on the standard source generation visitor that records the
locations of SourceInfo objects in the output.
JsReportGenerationVisitor(TextOutput, JavaToJavaScriptMap, boolean) - Constructor for class com.google.gwt.dev.js.JsReportGenerationVisitor
JsRequiresSemiVisitor - Class in com.google.gwt.dev.js
Determines if a statement at the end of a block requires a semicolon.
JsReturn - Class in com.google.gwt.dev.js.ast
A JavaScript return statement.
JsReturn(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsReturn
JsReturn(SourceInfo, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsReturn
JsRootName - Class in com.google.gwt.dev.js.ast
A well-known name in the root scope.
JsRootScope - Class in com.google.gwt.dev.js.ast
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.
JsRootScope() - Constructor for class com.google.gwt.dev.js.ast.JsRootScope
JsSafeCloner - Class in com.google.gwt.dev.js
A utility class to clone JsExpression AST members.
JsSafeCloner.Cloner - Class in com.google.gwt.dev.js
Implements actual cloning logic.
JsScope - Class in com.google.gwt.dev.js.ast
A scope is a factory for creating and allocating
JsName
s.
JsScope(String) - Constructor for class com.google.gwt.dev.js.ast.JsScope
JsSourceGenerationVisitor - Class in com.google.gwt.dev.js
Generates JavaScript source from an AST.
JsSourceGenerationVisitor(TextOutput) - Constructor for class com.google.gwt.dev.js.JsSourceGenerationVisitor
Generate the output source code using short identifiers.
JsSourceGenerationVisitor(TextOutput, boolean) - Constructor for class com.google.gwt.dev.js.JsSourceGenerationVisitor
Generate the output source code using short or long identifiers.
JsSourceGenerationVisitorWithSizeBreakdown - Class in com.google.gwt.dev.js
JsSourceGenerationVisitorWithSizeBreakdown(TextOutput, JavaToJavaScriptMap) - Constructor for class com.google.gwt.dev.js.JsSourceGenerationVisitorWithSizeBreakdown
JsSourceMap - Class in com.google.gwt.dev.jjs
An unmodifiable container of Ranges that map from JavaScript to the Java it came from.
JsSourceMap(List<Range>, int, int) - Constructor for class com.google.gwt.dev.jjs.JsSourceMap
JsSourceMapBuilder - Class in com.google.gwt.core.ext.linker.impl
A builder for combining existing JS source maps.
JsSourceMapBuilder() - Constructor for class com.google.gwt.core.ext.linker.impl.JsSourceMapBuilder
JsSourceMapExtractor - Class in com.google.gwt.core.ext.linker.impl
An efficient JS source map chunk extractor.
JsSourceMapExtractor(List<Range>) - Constructor for class com.google.gwt.core.ext.linker.impl.JsSourceMapExtractor
JsStackEmulator - Class in com.google.gwt.dev.js
Emulates the JS stack in order to provide useful stack traces on browsers that
do not provide useful stack information.
JsStackEmulator.StackMode - Enum in com.google.gwt.dev.js
Corresponds to property compiler.stackMode in EmulateJsStack.gwt.xml
module.
JsStatement - Class in com.google.gwt.dev.js.ast
Abstract base class for JavaScript statement objects.
JsStatement(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsStatement
JsStaticEval - Class in com.google.gwt.dev.js
Removes JsFunctions that are never referenced in the program.
JsStaticEval(JsProgram) - Constructor for class com.google.gwt.dev.js.JsStaticEval
JsStaticEval.FindBreakContinueStatementsVisitor - Class in com.google.gwt.dev.js
Examines code to find out whether it contains any break or continue
statements.
JsStringLiteral - Class in com.google.gwt.dev.js.ast
A JavaScript string literal expression.
JsStringLiteral(SourceInfo, String) - Constructor for class com.google.gwt.dev.js.ast.JsStringLiteral
JsSuperVisitor - Class in com.google.gwt.dev.js.ast
A visitor that walks up the type hierarchy.
JsSuperVisitor() - Constructor for class com.google.gwt.dev.js.ast.JsSuperVisitor
JsSwitch - Class in com.google.gwt.dev.js.ast
A JavaScript switch statement.
JsSwitch(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsSwitch
JsSwitchMember - Class in com.google.gwt.dev.js.ast
A member/case in a JavaScript switch object.
JsSwitchMember(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsSwitchMember
JsSymbolResolver - Class in com.google.gwt.dev.js
Resolves any unresolved JsNameRefs.
JStatement - Class in com.google.gwt.dev.jjs.ast
Java program statement.
JStatement(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JStatement
JsThisRef - Class in com.google.gwt.dev.js.ast
A JavaScript this
reference.
JsThisRef(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsThisRef
JsThrow - Class in com.google.gwt.dev.js.ast
A JavaScript throw
statement.
JsThrow(SourceInfo, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsThrow
JsToStringGenerationVisitor - Class in com.google.gwt.dev.js
Produces text output from a JavaScript AST.
JsToStringGenerationVisitor(TextOutput) - Constructor for class com.google.gwt.dev.js.JsToStringGenerationVisitor
Generate the output string using short identifiers.
JStringLiteral - Class in com.google.gwt.dev.jjs.ast
Java literal expression that evaluates to a string.
JStringLiteral(SourceInfo, String, JClassType) - Constructor for class com.google.gwt.dev.jjs.ast.JStringLiteral
JsTry - Class in com.google.gwt.dev.js.ast
A JavaScript try
statement.
JsTry(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsTry
JSTYPE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
JsTypeLinker - Class in com.google.gwt.dev.jjs.impl
Transforms program JS source by performing a per-type link.
JsTypeLinker(TreeLogger, JsAbstractTextTransformer, List<NamedRange>, NamedRange, MinimalRebuildCache, JTypeOracle) - Constructor for class com.google.gwt.dev.jjs.impl.JsTypeLinker
JsUnaryOperation - Class in com.google.gwt.dev.js.ast
A JavaScript prefix or postfix operation.
JsUnaryOperation(SourceInfo, JsUnaryOperator, JsExpression) - Constructor for class com.google.gwt.dev.js.ast.JsUnaryOperation
JsUnaryOperator - Enum in com.google.gwt.dev.js.ast
A JavaScript unary operator.
JsUnusedFunctionRemover - Class in com.google.gwt.dev.js
Removes JsFunctions that are never referenced in the program.
JsUnusedFunctionRemover(JsProgram) - Constructor for class com.google.gwt.dev.js.JsUnusedFunctionRemover
JsUtils - Class in com.google.gwt.dev.js
Utils for JS AST.
JsUtils.InvocationStyle - Enum in com.google.gwt.dev.js
Invocation styles.
JsValue - Class in com.google.gwt.dev.shell
Represents a JavaScript value.
JsValue() - Constructor for class com.google.gwt.dev.shell.JsValue
JsValue.DispatchMethod - Interface in com.google.gwt.dev.shell
Provides interface for methods to be exposed on JavaScript side.
JsValue.DispatchObject - Interface in com.google.gwt.dev.shell
Provides interface for objects to be exposed on JavaScript side.
JsValueGlue - Class in com.google.gwt.dev.shell
Glue layer that performs GWT-specific operations on JsValues.
JsValueLiteral - Class in com.google.gwt.dev.js.ast
A JavaScript string literal expression.
JsValueLiteral(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsValueLiteral
JsValueOOPHM - Class in com.google.gwt.dev.shell
Represents a JavaScript value in OOPHM.
JsValueOOPHM() - Constructor for class com.google.gwt.dev.shell.JsValueOOPHM
Create a JsValueMoz object representing the undefined value.
JsVar(SourceInfo, JsName) - Constructor for class com.google.gwt.dev.js.ast.JsVars.JsVar
JsVars - Class in com.google.gwt.dev.js.ast
A JavaScript var
statement.
JsVars(SourceInfo, JsVars.JsVar...) - Constructor for class com.google.gwt.dev.js.ast.JsVars
JsVars.JsVar - Class in com.google.gwt.dev.js.ast
A var declared using the JavaScript var
statement.
JsVerboseNamer - Class in com.google.gwt.dev.js
A namer that uses long, fully qualified names for maximum unambiguous
debuggability.
JsVerboseNamer(JsProgram, ConfigurationProperties) - Constructor for class com.google.gwt.dev.js.JsVerboseNamer
JsVisitable - Interface in com.google.gwt.dev.js.ast
Abstracts the idea that a class can be traversed.
JsVisitor - Class in com.google.gwt.dev.js.ast
Implemented by nodes that will visit child nodes.
JsVisitor() - Constructor for class com.google.gwt.dev.js.ast.JsVisitor
JsWhile - Class in com.google.gwt.dev.js.ast
A JavaScript while
statement.
JsWhile(SourceInfo) - Constructor for class com.google.gwt.dev.js.ast.JsWhile
JsWhile(SourceInfo, JsExpression, JsStatement) - Constructor for class com.google.gwt.dev.js.ast.JsWhile
JSwitchStatement - Class in com.google.gwt.dev.jjs.ast
Java switch statement.
JSwitchStatement(SourceInfo, JExpression, JBlock) - Constructor for class com.google.gwt.dev.jjs.ast.JSwitchStatement
JThisRef - Class in com.google.gwt.dev.jjs.ast
Java method this (or super) expression.
JThisRef(SourceInfo, JDeclaredType) - Constructor for class com.google.gwt.dev.jjs.ast.JThisRef
JTHROW - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
JThrowStatement - Class in com.google.gwt.dev.jjs.ast
Java throw expression.
JThrowStatement(SourceInfo, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JThrowStatement
JTransformer <T > - Class in com.google.gwt.dev.jjs.ast
A base class for transformers from JNode.
JTransformer() - Constructor for class com.google.gwt.dev.jjs.ast.JTransformer
JTryStatement - Class in com.google.gwt.dev.jjs.ast
Java try statement.
JTryStatement(SourceInfo, JBlock, List<JTryStatement.CatchClause>, JBlock) - Constructor for class com.google.gwt.dev.jjs.ast.JTryStatement
Construct a Java try statement.
JTryStatement.CatchClause - Class in com.google.gwt.dev.jjs.ast
Represents the catch clause parts of the try statement.
JType - Interface in com.google.gwt.core.ext.typeinfo
Super interface for types.
JType - Class in com.google.gwt.dev.jjs.ast
Base class for any types entity.
JType(SourceInfo, String) - Constructor for class com.google.gwt.dev.jjs.ast.JType
Base type for AST type definitions.
JTypeOracle - Class in com.google.gwt.dev.jjs.ast
Oracle that can answer questions regarding the types in a program.
JTypeOracle(ArrayTypeCreator, MinimalRebuildCache) - Constructor for class com.google.gwt.dev.jjs.ast.JTypeOracle
Constructs a new JTypeOracle.
JTypeOracle.ImmediateTypeRelations - Class in com.google.gwt.dev.jjs.ast
All authorative information about the current program.
JTypeOracle.StandardTypes - Class in com.google.gwt.dev.jjs.ast
A collection of types that are required to correctly run JTypeOracle.
JTypeParameter - Interface in com.google.gwt.core.ext.typeinfo
Represents one of the type parameters in a generic type.
JTypeParameter - Class in com.google.gwt.dev.javac.typemodel
Represents one of the type parameters in a generic type.
JTypeParameter(String, int) - Constructor for class com.google.gwt.dev.javac.typemodel.JTypeParameter
JUnaryOperation - Class in com.google.gwt.dev.jjs.ast
Java prefix or postfix operation expression.
JUnaryOperation(SourceInfo, JUnaryOperator, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JUnaryOperation
JUnaryOperator - Enum in com.google.gwt.dev.jjs.ast
An enumeration of the available unary operators.
JUnitCreator - Class in com.google.gwt.dev
The executable class for JUnitCreator has been moved to
com.google.gwt.junit.tools.JUnitCreator
.
JUnitCreator() - Constructor for class com.google.gwt.dev.JUnitCreator
JUnsafeTypeCoercion - Class in com.google.gwt.dev.jjs.ast
An unsafe type coercion (mostly resulting form the UncheckedCast annotation).
JUnsafeTypeCoercion(SourceInfo, JType, JExpression) - Constructor for class com.google.gwt.dev.jjs.ast.JUnsafeTypeCoercion
JValueLiteral - Class in com.google.gwt.dev.jjs.ast
Base class for any Java literal expression.
JValueLiteral(SourceInfo) - Constructor for class com.google.gwt.dev.jjs.ast.JValueLiteral
JVariable - Class in com.google.gwt.dev.jjs.ast
Base class for any storage location.
JVariableRef - Class in com.google.gwt.dev.jjs.ast
Base class for any reference to a JVariable
derived class.
JVariableRef(SourceInfo, JVariable) - Constructor for class com.google.gwt.dev.jjs.ast.JVariableRef
JVisitor - Class in com.google.gwt.dev.jjs.ast
A visitor for iterating through an AST.
JVisitor() - Constructor for class com.google.gwt.dev.jjs.ast.JVisitor
JVM_ARGS_PROPERTY - Static variable in class com.google.gwt.dev.ExternalPermutationWorkerFactory
A system property that can be used to override the JVM args passed to the
subprocess.
JWhileStatement - Class in com.google.gwt.dev.jjs.ast
Java while statement.
JWhileStatement(SourceInfo, JExpression, JStatement) - Constructor for class com.google.gwt.dev.jjs.ast.JWhileStatement
JWildcardType - Interface in com.google.gwt.core.ext.typeinfo
Represents a wildcard type argument to a parameterized type.
JWildcardType - Class in com.google.gwt.dev.javac.typemodel
Represents a wildcard type argument to a parameterized type.
JWildcardType.BoundType - Enum in com.google.gwt.core.ext.typeinfo
Type of wildcard bound.
randomString() - Static method in class com.google.gwt.dev.DevModeBase
Produce a random string that has low probability of collisions.
Range - Class in com.google.gwt.core.ext.soyc
Represents a contiguous region of characters in the compiler output.
Range(int, int) - Constructor for class com.google.gwt.core.ext.soyc.Range
Constructor.
Range(int, int, SourceInfo) - Constructor for class com.google.gwt.core.ext.soyc.Range
Constructor.
Range(int, int, int, int, int, int, SourceInfo) - Constructor for class com.google.gwt.core.ext.soyc.Range
A range whose start and end are specified both as character positions and as
line numbers and columns.
RapidTypeAnalyzer - Class in com.google.gwt.dev.jjs.impl
Uses method and type control flow indexes to compute a reachable types set.
RapidTypeAnalyzer(RapidTypeAnalyzer.AnalyzableTypeEnvironment) - Constructor for class com.google.gwt.dev.jjs.impl.RapidTypeAnalyzer
RapidTypeAnalyzer.AnalyzableTypeEnvironment - Interface in com.google.gwt.dev.jjs.impl
An interface for a type environment sufficient for rapid type analysis.
RB - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
RC - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
REACHABLE - Static variable in class com.google.gwt.dev.jjs.impl.gflow.unreachable.UnreachableAssumptions
reactToMessages(BrowserChannelServer.SessionHandlerServer) - Method in class com.google.gwt.dev.shell.BrowserChannelServer
React to messages from the other side, where no return value is expected.
reactToMessagesWhileWaitingForReturn(BrowserChannelClient.SessionHandlerClient) - Method in class com.google.gwt.dev.shell.BrowserChannelClient
reactToMessagesWhileWaitingForReturn(BrowserChannelServer.SessionHandlerServer) - Method in class com.google.gwt.dev.shell.BrowserChannelServer
React to messages from the other side, where a return value is expected.
readAnalyzeModuleOptionsFile(TreeLogger, File) - Static method in class com.google.gwt.dev.AnalyzeModule
Loads the AnalyzeModule.OPTIONS_FILENAME data.
readByteArray(long) - Method in class com.google.gwt.dev.util.DiskCache
Retrieve the underlying bytes.
readByteArray() - Method in class com.google.gwt.dev.util.DiskCacheToken
Retrieve the underlying bytes.
readDependencies(InputStream) - Method in class com.google.gwt.soyc.SoycDashboard
readFileAsBytes(File) - Static method in class com.google.gwt.dev.util.Util
readFileAsObject(File, Class<T>) - Static method in class com.google.gwt.dev.util.Util
readFileAsString(File) - Static method in class com.google.gwt.dev.util.Util
readFileToStringBuffer(String, TreeLogger) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
readJson(JSONObject) - Static method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptorJsonTranslator
readMessageType(DataInputStream) - Static method in class com.google.gwt.dev.shell.BrowserChannel.Message
readObject(long, Class<T>) - Method in class com.google.gwt.dev.util.DiskCache
Deserialize the underlying bytes as an object.
readObject(Class<T>) - Method in class com.google.gwt.dev.util.DiskCacheToken
Deserialize the underlying bytes as an object.
readResolve() - Method in class com.google.gwt.dev.js.ast.JsNestingScope
readSizeMaps(InputStream) - Method in class com.google.gwt.soyc.SoycDashboard
readSource(Resource) - Static method in class com.google.gwt.dev.javac.Shared
readSplitPoints(InputStream) - Method in class com.google.gwt.soyc.SoycDashboard
readStreamAsBytes(InputStream) - Static method in class com.google.gwt.dev.util.Util
Reads an entire input stream as bytes.
readStreamAsObject(InputStream, Class<T>) - Static method in class com.google.gwt.dev.util.Util
readStreamAsString(InputStream) - Static method in class com.google.gwt.dev.util.Util
Reads an entire input stream as String.
readString(long) - Method in class com.google.gwt.dev.util.DiskCache
Read the underlying bytes as a String.
readURLAsBytes(URL) - Static method in class com.google.gwt.dev.util.Util
readURLAsChars(URL) - Static method in class com.google.gwt.dev.util.Util
readURLAsString(URL) - Static method in class com.google.gwt.dev.util.Util
readURLConnectionAsBytes(URLConnection) - Static method in class com.google.gwt.dev.util.Util
readUtf8String(DataInputStream) - Static method in class com.google.gwt.dev.shell.BrowserChannel
readValue(DataInputStream) - Method in class com.google.gwt.dev.shell.BrowserChannel
readValueType(DataInputStream) - Static method in class com.google.gwt.dev.shell.BrowserChannel
realize(TreeLogger, StandardGeneratorContext, String) - Method in class com.google.gwt.dev.cfg.Rule
realize(TreeLogger, StandardGeneratorContext, String) - Method in class com.google.gwt.dev.cfg.RuleFail
realize(TreeLogger, StandardGeneratorContext, String) - Method in class com.google.gwt.dev.cfg.RuleGenerateWith
realize(TreeLogger, StandardGeneratorContext, String) - Method in class com.google.gwt.dev.cfg.RuleReplaceWith
rebind(TreeLogger, String) - Method in interface com.google.gwt.dev.jdt.RebindOracle
Determines which type should be substituted for the requested type.
rebind(String) - Method in class com.google.gwt.dev.shell.ModuleSpace
rebind(TreeLogger, String) - Method in class com.google.gwt.dev.shell.ShellModuleSpaceHost
rebind(TreeLogger, String) - Method in class com.google.gwt.dev.shell.StandardRebindOracle
rebind(TreeLogger, String, ArtifactAcceptor) - Method in class com.google.gwt.dev.shell.StandardRebindOracle
rebindAndCreate(String) - Method in class com.google.gwt.dev.shell.ModuleSpace
rebindAndCreate(String) - Method in interface com.google.gwt.dev.shell.ShellJavaScriptHost
Resolves a deferred binding request and create the requested object.
RebindCache - Class in com.google.gwt.dev
RebindCache() - Constructor for class com.google.gwt.dev.RebindCache
RebindMode - Enum in com.google.gwt.core.ext
A mode to indicate how incremental generator output should be integrated by
the deferred binding implementation.
RebindOracle - Interface in com.google.gwt.dev.jdt
Abstracts the implementation of making deferred binding decisions.
RebindPermutationOracle - Interface in com.google.gwt.dev.jdt
Abstract the process of determining all of the possible deferred binding
answers for a given type.
RebindResult - Class in com.google.gwt.core.ext
A class for returning the result of a rebind operation.
RebindResult(RebindMode, String) - Constructor for class com.google.gwt.core.ext.RebindResult
Constructs a result using the provided rebindMode and resultTypeName.
RebindRuleResolver - Interface in com.google.gwt.core.ext
An interface for encapsulating rebind rule resolution.
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.CheckVersionsMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.ChooseTransportMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.FatalErrorMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.FreeMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnClientMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnServerMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.InvokeSpecialMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.LoadJsniMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.OldLoadModuleMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.ProtocolVersionMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.QuitMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.RequestIconMessage
Receive a RequestIconMessage, assuming the message tag has already been
read.
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.ReturnMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.SwitchTransportMessage
receive(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.UserAgentIconMessage
RecompileListener - Interface in com.google.gwt.dev.codeserver
Recompiler - Class in com.google.gwt.dev.codeserver
Recompiles a GWT module on demand.
recomputeAfterOptimizations(Collection<JDeclaredType>) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
This method should be called after altering the types that are live in the
associated JProgram.
recomputeJsAndStatementRanges(int[]) - Method in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
Dump functions and fragments back into a new JS string, and calculate a new
StatementRanges object.
recordBuildResources(ModuleDef) - Method in class com.google.gwt.dev.MinimalRebuildCache
Records the resource paths and modification dates of build resources in the current compile and
builds a list of known modified resource paths by comparing the resource paths and modification
dates of build resources in the previous compile with those of the current compile.
recordBuildResources(ModuleDef) - Method in class com.google.gwt.dev.NullRebuildCache
recordClassLiteralFields(Map<JType, JField>) - Method in class com.google.gwt.dev.jjs.ast.JProgram
recordDependenciesImpl(TreeLogger, JProgram) - Method in class com.google.gwt.core.ext.soyc.impl.DependencyRecorder
Used to record dependencies of a program.
recordDiskSourceResources(Map<String, Long>) - Method in class com.google.gwt.dev.MinimalRebuildCache
Records the paths and modification dates of source resources in the current compile and builds
a list of known modified paths by comparing the paths and modification dates of source
resources in the previous compile with those of the current compile.
recordDiskSourceResources(ModuleDef) - Method in class com.google.gwt.dev.MinimalRebuildCache
Records the paths and modification dates of source resources in the current compile and builds
a list of known modified paths by comparing the paths and modification dates of source
resources in the previous compile with those of the current compile.
recordDiskSourceResources(Map<String, Long>) - Method in class com.google.gwt.dev.NullRebuildCache
recordDiskSourceResources(ModuleDef) - Method in class com.google.gwt.dev.NullRebuildCache
recordError(ASTNode, CompilationUnitDeclaration, String, TreeLogger.HelpInfo) - Static method in class com.google.gwt.dev.javac.GWTProblem
recordExportedMethodInType(String, String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordExportedStaticReferenceInType(String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordGeneratedUnits(Collection<GeneratedUnit>) - Method in class com.google.gwt.dev.MinimalRebuildCache
Records the paths and content ids of generated source resources in the current compile and
updates a list of known modified paths by comparing the paths and content ids of generated
source resources in the previous compile with those of the current compile.
recordGeneratedUnits(Collection<GeneratedUnit>) - Method in class com.google.gwt.dev.NullRebuildCache
recordMap(TreeLogger, OutputStream, SizeBreakdown[], JavaToJavaScriptMap, Map<JsName, JsLiteral>) - Static method in class com.google.gwt.core.ext.soyc.impl.SizeMapRecorder
recordMethodCallsMethod(String, String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordMethodInstantiatesType(String, String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordMethodOverridesMethod(String, String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordModified() - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
Increment the number of times the tree was modified.
recordModified(int) - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
Increment the number of times the tree was modified.
recordModuleGwtXmlFile(String, String) - Method in class com.google.gwt.dev.cfg.ModuleDef
recordNestedTypeName(String, String) - Method in class com.google.gwt.dev.MinimalRebuildCache
recordNestedTypeName(String, String) - Method in class com.google.gwt.dev.NullRebuildCache
recordNestedTypeNamesPerType(CompilationUnit) - Method in class com.google.gwt.dev.MinimalRebuildCache
recordNestedTypeNamesPerType(CompilationUnit) - Method in class com.google.gwt.dev.NullRebuildCache
recordProblem(ASTNode, CompilationResult, String, TreeLogger.HelpInfo, int) - Static method in class com.google.gwt.dev.javac.GWTProblem
recordProblem(SourceInfo, int, CompilationResult, String, TreeLogger.HelpInfo, int) - Static method in class com.google.gwt.dev.javac.GWTProblem
recordRebinderTypeForReboundType(String, String) - Method in class com.google.gwt.dev.MinimalRebuildCache
Records that rebinder type Foo contains a GWT.create(ReboundTypeBar.class) call.
recordRebinderTypeForReboundType(String, String) - Method in class com.google.gwt.dev.NullRebuildCache
RecordRebinds - Class in com.google.gwt.dev.jjs.impl
Records all live rebinds.
recordSplitPoints(JProgram, OutputStream, TreeLogger) - Static method in class com.google.gwt.core.ext.soyc.impl.SplitPointRecorder
Used to record (runAsync) split points of a program.
recordStaticReferenceInMethod(String, String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordStories(TreeLogger, OutputStream, List<JsSourceMap>, String[]) - Static method in class com.google.gwt.core.ext.soyc.impl.StoryRecorder
Used to record dependencies of a program.
recordStoriesImpl(TreeLogger, OutputStream, List<JsSourceMap>, String[]) - Method in class com.google.gwt.core.ext.soyc.impl.StoryRecorder
recordTypeEnclosesMethod(String, String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
recordVisit() - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
Increment the number of times tree nodes were visited.
recordVisits(int) - Method in class com.google.gwt.dev.jjs.impl.OptimizerStats
Increment the number of times tree nodes were visited.
recursiveDelete(File, boolean) - Static method in class com.google.gwt.dev.util.Util
Deletes a file or recursively deletes a directory.
recursiveDelete(File, boolean, FileFilter) - Static method in class com.google.gwt.dev.util.Util
Selectively deletes a file or recursively deletes a directory.
referenced - Variable in class com.google.gwt.dev.js.JsNamer
referencedTypes - Variable in class com.google.gwt.dev.javac.asm.CollectReferencesVisitor
ReferenceMapper - Class in com.google.gwt.dev.jjs.impl
Creates unresolved references to types, fields, and methods.
ReferenceMapper() - Constructor for class com.google.gwt.dev.jjs.impl.ReferenceMapper
ReflectiveParser - Class in com.google.gwt.dev.util.xml
Somewhat general-purpose SAX-style XML parser that uses reflection and calls
into your "schema" classes.
ReflectiveParser() - Constructor for class com.google.gwt.dev.util.xml.ReflectiveParser
refresh() - Method in class com.google.gwt.core.ext.ServletContainer
Causes the web app to pick up changes made within the app root dir while
running.
refresh() - Method in class com.google.gwt.dev.cfg.ModuleDef
refresh() - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyServletContainer
RegexFilter - Class in com.google.gwt.util.regexfilter
This class implements filters that are configured with a sequence of regexes.
RegexFilter() - Constructor for class com.google.gwt.util.regexfilter.RegexFilter
RegexFilter(TreeLogger, List<String>) - Constructor for class com.google.gwt.util.regexfilter.RegexFilter
REGEXP - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
REGEXP_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
registerAllExtensions(ExtensionRegistry) - Static method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto
registerAttributeConverter(Class<?>, AttributeConverter) - Method in class com.google.gwt.dev.util.xml.Schema
registerClass(Class<?>) - Static method in class com.google.gwt.dev.util.xml.HandlerClassInfo
registerEntry() - Static method in class com.google.gwt.lang.ModuleUtils
registerHandler(ArgHandler) - Method in class com.google.gwt.util.tools.ToolBase
registerSchemaLevel(Class<? extends Schema>) - Static method in class com.google.gwt.dev.util.xml.ReflectiveParser
Can safely register the same class recursively.
releaseThreadLocalBuf(byte[]) - Static method in class com.google.gwt.dev.util.Util
relink(TreeLogger, LinkerContext, ArtifactSet) - Method in class com.google.gwt.core.ext.Linker
Re-invoke the Linker with newly generated artifacts.
RELOP - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
remap(JType) - Method in class com.google.gwt.dev.jjs.impl.TypeRemapper
Override to return a possibly-different type.
RemoteDeathError(Throwable) - Constructor for error com.google.gwt.dev.shell.BrowserChannel.RemoteDeathError
REMOTEHOST_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
RemoteMessageProto - Class in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message
RemoteMessageProto.Message.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message
RemoteMessageProto.Message.Failure - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Failure
RemoteMessageProto.Message.Failure.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Failure
RemoteMessageProto.Message.FailureOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.MessageType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.MessageType
RemoteMessageProto.Message.Request - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request
RemoteMessageProto.Message.Request.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request
RemoteMessageProto.Message.Request.DevModeRequest - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest
RemoteMessageProto.Message.Request.DevModeRequest.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest
RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange
RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange
RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchangeOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.DevModeRequest.RequestType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType
RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer
RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer
RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServerOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.DevModeRequestOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ServiceType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType
RemoteMessageProto.Message.Request.ViewerRequest - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest
RemoteMessageProto.Message.Request.ViewerRequest.AddLog - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLogOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLogOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLogOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch
RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch
RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranchOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry
RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry
RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntryOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.AddLogOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest
RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange
RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange
RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchangeOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog
RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog
RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLogOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.Initialize - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize
RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize
RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.LogData - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData
RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Request.ViewerRequest.RequestType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType
RemoteMessageProto.Message.Request.ViewerRequestOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.RequestOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response
RemoteMessageProto.Message.Response.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response
RemoteMessageProto.Message.Response.DevModeResponse - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse
RemoteMessageProto.Message.Response.DevModeResponse.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.CapabilityOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchangeOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.DevModeResponse.ResponseType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType
RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer
RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer
RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServerOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.DevModeResponseOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.ViewerResponse - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse
RemoteMessageProto.Message.Response.ViewerResponse.AddLog - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog
RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog
RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch
RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch
RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranchOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.ViewerResponse.AddLogOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.ViewerResponse.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder - Class in com.google.gwt.dev.shell.remoteui
Protobuf type com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.CapabilityOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchangeOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.Response.ViewerResponse.ResponseType - Enum in com.google.gwt.dev.shell.remoteui
Protobuf enum com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType
RemoteMessageProto.Message.Response.ViewerResponseOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.Message.ResponseOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteMessageProto.MessageOrBuilder - Interface in com.google.gwt.dev.shell.remoteui
RemoteObjectTable <T extends BrowserChannel.RemoteObjectRef > - Class in com.google.gwt.dev.shell
Keeps track of references to remote objects.
RemoteObjectTable() - Constructor for class com.google.gwt.dev.shell.RemoteObjectTable
Create a new RemoteObjectTable.
RemoteUI - Class in com.google.gwt.dev.shell.remoteui
An implementation of a UI for the development mode server that sends UI
events over the network to a remote viewer.
RemoteUI(String, int, String) - Constructor for class com.google.gwt.dev.shell.remoteui.RemoteUI
remove(Object) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
remove(CompilationUnit) - Method in class com.google.gwt.dev.javac.MemoryUnitCache
remove(String...) - Method in class com.google.gwt.dev.javac.testing.impl.MockResourceOracle
remove(CompilationUnit) - Method in interface com.google.gwt.dev.javac.UnitCache
remove(JField) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
remove(JMethod) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
remove(JField) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Remove field from the modification information.
remove(JMethod) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Remove method from both the dependence and modification information.
remove(int) - Method in class com.google.gwt.dev.js.rhino.ObjArray
remove(Object) - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
remove(Object) - Method in class com.google.gwt.dev.util.collect.HashMap
remove(Object) - Method in class com.google.gwt.dev.util.collect.HashSet
remove(Set<T>, T) - Static method in class com.google.gwt.dev.util.collect.IdentitySets
remove(int) - Method in class com.google.gwt.dev.util.collect.IntMultimap
remove(int, int) - Method in class com.google.gwt.dev.util.collect.IntMultimap
remove(List<T>, int) - Static method in class com.google.gwt.dev.util.collect.Lists
remove(Map<K, V>, K) - Static method in class com.google.gwt.dev.util.collect.Maps
removeAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
removeAll() - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
removeCalleeMethod(JMethod) - Method in class com.google.gwt.dev.jjs.impl.CallGraph
Remove a callee method and all its caller methods in both
calleeCallersPairs
and callerCalleesPairs
.
removeCallerMethod(JMethod) - Method in class com.google.gwt.dev.jjs.impl.CallGraph
Remove a caller method and all its callee methods in both
callerCalleesPairs
and calleeCallersPairs
.
removeCapabilities(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
removeCapabilities(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
removeChild(Node) - Method in class com.google.gwt.dev.js.rhino.Node
removeControlFlowIndexesFor(String) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
Remove control flow index entries that are created by the processing of the given type.
RemoveEmptySuperCalls - Class in com.google.gwt.dev.jjs.impl
Removes calls to no-op super constructors.
RemoveEmptySuperCalls() - Constructor for class com.google.gwt.dev.jjs.impl.RemoveEmptySuperCalls
RemoveEmptySuperCalls.EmptySuperCallVisitor - Class in com.google.gwt.dev.jjs.impl
Removes calls to no-op super constructors.
removeExportedNames(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
removeExpression(int) - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Removes the expression at index
from this multi expression.
removeField(int) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Removes the field at the specified index.
removeField(JField) - Method in class com.google.gwt.dev.jjs.impl.FieldReferencesGraph
For removing a field, remove the {referencedFields <-> methods} pairs that are related to the
field.
removeFields(Collection<JField>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
removeFields(Collection<JField>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Remove fields from the modification information.
removeLocal(int) - Method in class com.google.gwt.dev.jjs.ast.JMethodBody
Removes a local from this method body.
removeMe() - Method in interface com.google.gwt.dev.jjs.ast.Context
removeMe() - Method in interface com.google.gwt.dev.js.ast.JsContext
removeMethod(int) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Removes the method at the specified index.
removeMethod(JMethod) - Method in class com.google.gwt.dev.jjs.impl.FieldReferencesGraph
For removing a method, remove the {referencedFields <-> methods} pairs that are related to the
method.
removeMethods(Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
removeMethods(Collection<JMethod>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Remove methods from the modification information.
removeParam(int) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Removes the parameter at the specified index.
removeProp(int) - Method in class com.google.gwt.dev.js.rhino.Node
removeReferenceOnlyType(JDeclaredType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
removeReferencesFrom(String) - Method in class com.google.gwt.dev.MinimalRebuildCache
removeReferencesFrom(String) - Method in class com.google.gwt.dev.NullRebuildCache
removeSourceArtifacts(TreeLogger) - Method in class com.google.gwt.dev.Precompilation
Removes saved source code from the generated artifacts.
removeSpecialization() - Method in class com.google.gwt.dev.jjs.ast.JMethod
RemoveSpecializations - Class in com.google.gwt.dev.jjs.impl
Remove all method specializations before final pruning pass.
RemoveSpecializations(JProgram) - Constructor for class com.google.gwt.dev.jjs.impl.RemoveSpecializations
removeStaticImplMapping(JMethod) - Method in class com.google.gwt.dev.jjs.ast.JProgram
removeStmt(int) - Method in class com.google.gwt.dev.jjs.ast.JBlock
Removes the statement from this block at the specified index.
removeSubtype(JClassType) - Method in class com.google.gwt.dev.javac.typemodel.JArrayType
removeSubtype(JClassType) - Method in class com.google.gwt.dev.javac.typemodel.JClassType
removeSubtype(JClassType) - Method in class com.google.gwt.dev.javac.typemodel.JRealClassType
removeTab(ModuleTabPanel) - Method in interface com.google.gwt.dev.SwingUI.TabPanelCollection
Remove the tab containing a ModuleTabpanel.
removeThreadLocal(Object) - Method in class com.google.gwt.dev.js.rhino.Context
Remove values from thread-local storage.
replace(Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
Possibly replace an existing Artifact.
replace(Resource...) - Method in class com.google.gwt.dev.javac.testing.impl.MockResourceOracle
replaceAll(StringBuffer, String, String) - Static method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
ReplaceCallsToNativeJavaLangObjectOverrides - Class in com.google.gwt.dev.jjs.impl
Replaces direct calls to native methods that override methods from java.lang.Object to directly
call them through java.lang.Object.
ReplaceCallsToNativeJavaLangObjectOverrides() - Constructor for class com.google.gwt.dev.jjs.impl.ReplaceCallsToNativeJavaLangObjectOverrides
replaceChild(Node, Node) - Method in class com.google.gwt.dev.js.rhino.Node
replaceChildAfter(Node, Node) - Method in class com.google.gwt.dev.js.rhino.Node
ReplaceGetClassOverrides - Class in com.google.gwt.dev.jjs.impl
Prune all overrides of Object.getClass() and inline all method calls to Object.getClass()
as Object.___clazz.
ReplaceGetClassOverrides() - Constructor for class com.google.gwt.dev.jjs.impl.ReplaceGetClassOverrides
replaceMe(JNode) - Method in interface com.google.gwt.dev.jjs.ast.Context
replaceMe(JsVisitable) - Method in interface com.google.gwt.dev.js.ast.JsContext
replaceMethodBody(JMethod, JExpression) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
ReplaceRunAsyncs - Class in com.google.gwt.dev.jjs.impl.codesplitter
Replaces calls to
com.google.gwt.core.client.GWT#runAsync(com.google.gwt.core.client.RunAsyncCallback)
and
com.google.gwt.core.client.GWT#runAsync(Class, com.google.gwt.core.client.RunAsyncCallback)
by calls to a fragment loader.
replaces(JType) - Method in class com.google.gwt.dev.jjs.ast.JArrayType
replaces(JType) - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
replaces(JType) - Method in class com.google.gwt.dev.jjs.ast.JType
Checks type replacement from an external type to a resolved canonical type.
reportError(String) - Method in interface com.google.gwt.dev.jjs.impl.JsniRefLookup.ErrorReporter
Deprecated.
reportError(String, String, int, String, int) - Static method in class com.google.gwt.dev.js.rhino.Context
Report an error using the error reporter for the current thread.
reportErrors(TreeLogger, CompilationUnit, boolean) - Static method in class com.google.gwt.dev.javac.CompilationProblemReporter
Logs errors to the console.
reportErrorsAndWarnings(TreeLogger) - Method in class com.google.gwt.dev.jjs.impl.AbstractRestrictionChecker
reportJsniError(SourceInfo, AbstractMethodDeclaration, String) - Static method in class com.google.gwt.dev.javac.JsniMethodCollector
reportJsniWarning(SourceInfo, MethodDeclaration, String) - Static method in class com.google.gwt.dev.javac.JsniMethodCollector
reportSyntaxError(String, Object[]) - Method in class com.google.gwt.dev.js.rhino.TokenStream
reportWarning(String, String, int, String, int) - Static method in class com.google.gwt.dev.js.rhino.Context
Report a warning using the error reporter for the current thread.
REQUEST_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
REQUEST_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.MessageType
REQUEST = 0;
RequestException(RemoteMessageProto.Message.Failure) - Constructor for exception com.google.gwt.dev.shell.remoteui.MessageTransport.RequestException
Create a new instance with the given failure message.
RequestIconMessage(BrowserChannel) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.RequestIconMessage
RequestProcessor - Interface in com.google.gwt.dev.shell.remoteui
Handles in-bound client requests.
REQUESTTYPE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
REQUESTTYPE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest
requiresBoxing(int) - Static method in class com.google.gwt.dev.javac.JdtUtil
requiresJsConstructor() - Method in enum com.google.gwt.dev.jjs.impl.TypeCategory
requiresJsName(JMember) - Static method in class com.google.gwt.dev.jjs.impl.JjsUtils
Whether or not to use the JsName when implementing this member.
requiresTypeId() - Method in enum com.google.gwt.dev.jjs.impl.TypeCategory
requiresUnboxing(int) - Static method in class com.google.gwt.dev.javac.JdtUtil
reserved - Variable in class com.google.gwt.dev.js.JsNamer
RESERVED - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
RESERVED_IDENT_SUFFIX - Static variable in class com.google.gwt.dev.js.JsIncrementalNamer
reset() - Method in class com.google.gwt.dev.cfg.DynamicPropertyOracle
Clears state in preparation for another round of rebind analysis on the same generator.
reset() - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Clears all accumulated artifacts and state so that the context can be used
as if from scratch.
reset() - Method in class com.google.gwt.dev.jjs.impl.FieldReferencesGraph
Reset the graph.
reset() - Method in class com.google.gwt.dev.js.JsIncrementalNamer
reset() - Method in class com.google.gwt.dev.js.JsNamer
reset() - Method in class com.google.gwt.dev.js.JsObfuscateNamer
reset() - Method in class com.google.gwt.dev.js.JsPrettyNamer
reset() - Method in class com.google.gwt.dev.js.JsVerboseNamer
resetCallGraph() - Method in class com.google.gwt.dev.jjs.impl.CallGraph
resetClassLoaderLoadWarningCount() - Static method in class com.google.gwt.core.ext.impl.ResourceLocatorImpl
resetGeneratedValues() - Method in class com.google.gwt.dev.cfg.BindingProperty
Undo any value restrictions that have been put in place specifically on the set of values used
for code generation as opposed to being present in the actual module definition.
resetMetricMap() - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
Clears this logger's MetricMap.
resetTracker() - Static method in class com.google.gwt.dev.jjs.impl.EnumOrdinalizer
resolve(CompilationUnitDeclaration, List<ImportReference>, Map<MethodDeclaration, JsniMethod>, Map<String, Binding>, JsniReferenceResolver.TypeResolver) - Static method in class com.google.gwt.dev.javac.JsniReferenceResolver
Resolve JSNI references in an entire
CompilationUnitDeclaration
.
resolve(JType) - Method in class com.google.gwt.dev.jjs.ast.JCastOperation
Resolve an external reference during AST stitching.
resolve(JType) - Method in class com.google.gwt.dev.jjs.ast.JClassLiteral
Resolve an external reference during AST stitching.
resolve(List<JInterfaceType>, JDeclaredType) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Resolves external references during AST stitching.
resolve(JField) - Method in class com.google.gwt.dev.jjs.ast.JFieldRef
Resolve an external reference during AST stitching.
resolve(JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JInstanceOf
Resolve an external reference during AST stitching.
resolve(JType, List<JType>, JType, List<JClassType>) - Method in class com.google.gwt.dev.jjs.ast.JMethod
Resolve an external references during AST stitching.
resolve(List<JType>, JType, JMethod) - Method in class com.google.gwt.dev.jjs.ast.JMethod.Specialization
resolve(JMethod) - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
Resolve an external reference during AST stitching.
resolve(HasName, JClassType) - Method in class com.google.gwt.dev.jjs.ast.JNameOf
Resolve external references during AST stitching.
resolve(JMethod, JClassType) - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodRef
Resolve an external references during AST stitching.
resolve(JType) - Method in class com.google.gwt.dev.jjs.ast.js.JsonArray
Resolve an external references during AST stitching.
resolve(JClassType) - Method in class com.google.gwt.dev.jjs.ast.JStringLiteral
Resolve an external references during AST stitching.
resolve(JType) - Method in class com.google.gwt.dev.jjs.ast.JUnsafeTypeCoercion
Resolve an external reference during AST stitching.
resolve(JsName) - Method in class com.google.gwt.dev.js.ast.JsNameRef
resolveAnnotations(TreeLogger, List<CollectAnnotationData>, Map<Class<? extends Annotation>, Annotation>) - Method in interface com.google.gwt.dev.javac.Resolver
resolveClass(TreeLogger, JRealClassType) - Method in interface com.google.gwt.dev.javac.Resolver
ResolveClassSignature - Class in com.google.gwt.dev.javac.asm
Signature visitor that resolves all the type variables and their bounds for a
given class.
ResolveClassSignature(Resolver, TreeLogger, JRealClassType, TypeParameterLookup) - Constructor for class com.google.gwt.dev.javac.asm.ResolveClassSignature
ResolveMethodSignature - Class in com.google.gwt.dev.javac.asm
Resolve a method given its generic signature, including return type,
parameter types, and exceptions thrown.
ResolveMethodSignature(Resolver, TreeLogger, JAbstractMethod, TypeParameterLookup, boolean, CollectMethodData, Type[], String[], boolean, MethodArgNamesLookup) - Constructor for class com.google.gwt.dev.javac.asm.ResolveMethodSignature
Resolve a method signature.
resolveObject(Object) - Method in class com.google.gwt.dev.util.StringInterningObjectInputStream
ResolvePermutationDependentValues - Class in com.google.gwt.dev.jjs.impl
Replaces any "GWT.create()" calls with a new expression for the actual result of the deferred
binding decision and System.getProperty() with the actual value for that property.
resolveQualifiedName(JsNameRef) - Method in class com.google.gwt.dev.js.JsAbstractSymbolResolver
Resolver - Interface in com.google.gwt.dev.javac
Interface for resolving various aspects of a class.
ResolveRuntimeTypeReferences - Class in com.google.gwt.dev.jjs.impl
Assigns and replaces JRuntimeTypeReference nodes with a type id literal.
ResolveRuntimeTypeReferences.ClosureUniqueIdTypeMapper - Class in com.google.gwt.dev.jjs.impl
Predictably creates String type id literals for castable and instantiable types
by using closure uniqueid generation in JsInterop CLOSURE mode.
ResolveRuntimeTypeReferences.IntTypeMapper - Class in com.google.gwt.dev.jjs.impl
Sequentially creates int type ids for types.
ResolveRuntimeTypeReferences.StringTypeMapper - Class in com.google.gwt.dev.jjs.impl
Predictably creates String type id literals for castable and instantiable types.
ResolveRuntimeTypeReferences.TypeMapper <T extends JExpression > - Interface in com.google.gwt.dev.jjs.impl
Maps a type into a type id literal.
ResolveRuntimeTypeReferences.TypeOrder - Enum in com.google.gwt.dev.jjs.impl
Identifies a way of sorting types when generating ids.
resolveType(String) - Method in class com.google.gwt.dev.javac.JdtCompiler
resolveType(String) - Method in interface com.google.gwt.dev.javac.JsniReferenceResolver.TypeResolver
ResolveTypeSignature - Class in com.google.gwt.dev.javac.asm
Resolve a single parameterized type.
ResolveTypeSignature(Resolver, TreeLogger, JType[], TypeParameterLookup, JClassType) - Constructor for class com.google.gwt.dev.javac.asm.ResolveTypeSignature
Resolve a parameterized type.
ResolveTypeSignature(Resolver, TreeLogger, JType[], TypeParameterLookup, JClassType, char) - Constructor for class com.google.gwt.dev.javac.asm.ResolveTypeSignature
resolveUnqualifiedName(JsNameRef) - Method in class com.google.gwt.dev.js.JsAbstractSymbolResolver
Resource - Class in com.google.gwt.dev.resource
Provides information about a file-like resource.
Resource() - Constructor for class com.google.gwt.dev.resource.Resource
ResourceFilter - Interface in com.google.gwt.dev.resource.impl
Used to decide whether or not a resource name should be included.
ResourceGeneratorUtilImpl - Class in com.google.gwt.core.ext.impl
Provides private and temporary compiler support for user space generator
ResourceGeneratorUtil.addNamedFile().
Normally resources should be created with generatorContext.tryCreateResource() but it does not
well support the use case where the created resource should not be an output artifact and should
instead be made available as input to other generators.
ResourceGeneratorUtilImpl() - Constructor for class com.google.gwt.core.ext.impl.ResourceGeneratorUtilImpl
ResourceInjectionUtil - Class in com.google.gwt.core.ext.linker.impl
Utility class to help linkers do resource injection.
ResourceInjectionUtil() - Constructor for class com.google.gwt.core.ext.linker.impl.ResourceInjectionUtil
ResourceLoader - Interface in com.google.gwt.dev.cfg
A classpath-like way of loading files.
ResourceLoaders - Class in com.google.gwt.dev.cfg
ResourceLocatorImpl - Class in com.google.gwt.core.ext.impl
Temporary internal utility functions for locating Resources.
ResourceLocatorImpl() - Constructor for class com.google.gwt.core.ext.impl.ResourceLocatorImpl
ResourceOracle - Interface in com.google.gwt.dev.resource
An abstraction for finding and retrieving
Resource
s by abstract path
name.
ResourceOracleImpl - Class in com.google.gwt.dev.resource.impl
The normal implementation of ResourceOracle
.
ResourceOracleImpl(List<ClassPathEntry>) - Constructor for class com.google.gwt.dev.resource.impl.ResourceOracleImpl
ResourceOracleImpl(TreeLogger) - Constructor for class com.google.gwt.dev.resource.impl.ResourceOracleImpl
ResourceOracleImpl(TreeLogger, ResourceLoader) - Constructor for class com.google.gwt.dev.resource.impl.ResourceOracleImpl
ResourceResolution - Class in com.google.gwt.dev.resource.impl
Describes how a PathPrefixSet resolved a Resource.
ResourceResolution() - Constructor for class com.google.gwt.dev.resource.impl.ResourceResolution
RESPONSE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message
RESPONSE_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.MessageType
RESPONSE = 1;
Responses - Class in com.google.gwt.dev.codeserver
Common HTTP responses other than HTML pages, which are in Pages
.
Responses() - Constructor for class com.google.gwt.dev.codeserver.Responses
RESPONSETYPE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
RESPONSETYPE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse
RESTART_WEB_SERVER_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.RequestType
RESTART_WEB_SERVER = 1;
RESTART_WEB_SERVER_VALUE - Static variable in enum com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.ResponseType
RESTART_WEB_SERVER = 1;
restartServer(TreeLogger) - Method in interface com.google.gwt.dev.WebServerPanel.RestartAction
RestartServerCallback - Interface in com.google.gwt.dev.ui
Callback for "restart server" from the UI.
RestartServerEvent - Class in com.google.gwt.dev.ui
Event used to request a restart of the server.
RestartServerEvent() - Constructor for class com.google.gwt.dev.ui.RestartServerEvent
restartWebServer() - Method in class com.google.gwt.dev.shell.remoteui.RemoteUI
RESTARTWEBSERVER_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest
RESTARTWEBSERVER_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse
retainAll(Collection<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
retainValidUnits(TreeLogger, Collection<CompilationUnit>, Map<String, CompiledClass>, CompilationErrorsIndex) - Static method in class com.google.gwt.dev.javac.CompilationUnitInvalidator
Mutates units
by retaining only valid units.
RETRY_TOKEN - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
RETSUB - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
RETURN - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
ReturnMessage(BrowserChannel, boolean, BrowserChannel.Value) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.ReturnMessage
rewrite(TypeOracle, String, byte[], Map<String, String>) - Method in class com.google.gwt.dev.shell.rewrite.HostedModeClassRewriter
Performs rewriting transformations on a class.
RewriteConstructorCallsForUnboxedTypes - Class in com.google.gwt.dev.jjs.impl
Rewrite instantiations of Boolean, Double, and String to use static helper methods which return
unboxed versions.
RewriteConstructorCallsForUnboxedTypes(JProgram) - Constructor for class com.google.gwt.dev.jjs.impl.RewriteConstructorCallsForUnboxedTypes
RewriteJsniMethods - Class in com.google.gwt.dev.shell.rewrite
Turns native method declarations into normal Java functions which perform the
corresponding JSNI dispatch.
RewriteJsniMethods(ClassVisitor, Map<String, String>) - Constructor for class com.google.gwt.dev.shell.rewrite.RewriteJsniMethods
RewriteSingleJsoImplDispatches - Class in com.google.gwt.dev.shell.rewrite
Effects the renaming of @SingleJsoImpl
methods from their original
name to their mangled name.
RewriteSingleJsoImplDispatches(ClassVisitor, TypeOracle, HostedModeClassRewriter.SingleJsoImplData) - Constructor for class com.google.gwt.dev.shell.rewrite.RewriteSingleJsoImplDispatches
RIGHT - Static variable in class com.google.gwt.dev.js.rhino.Node
right - Variable in class com.google.gwt.dev.util.Pair
rparen() - Method in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
RSH - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
Rule - Class in com.google.gwt.dev.cfg
Abstract base class for various kinds of deferred binding rules.
Rule() - Constructor for class com.google.gwt.dev.cfg.Rule
RuleFail - Class in com.google.gwt.dev.cfg
A rule to explicitly fail during a deferred binding request.
RuleFail() - Constructor for class com.google.gwt.dev.cfg.RuleFail
RuleGenerateWith - Class in com.google.gwt.dev.cfg
A rule to replace the type being rebound with a class whose name is determined by a generator
class.
RuleGenerateWith(Class<? extends Generator>) - Constructor for class com.google.gwt.dev.cfg.RuleGenerateWith
RuleReplaceWith - Class in com.google.gwt.dev.cfg
A rule to replace the type being rebound with an explicitly named class.
RuleReplaceWith(String) - Constructor for class com.google.gwt.dev.cfg.RuleReplaceWith
run(TreeLogger) - Method in class com.google.gwt.dev.AnalyzeModule
run(TreeLogger) - Method in class com.google.gwt.dev.CompileOnePerm
run(TreeLogger) - Method in class com.google.gwt.dev.CompilePerms
run(CompilePermsServer.CompileServerOptions, TreeLogger) - Static method in class com.google.gwt.dev.CompilePermsServer
run(TreeLogger) - Method in interface com.google.gwt.dev.CompileTaskRunner.CompileTask
run() - Method in class com.google.gwt.dev.DevModeBase
Sets up all the major aspects of running the shell graphically, including
creating the main window and optionally starting an embedded web server.
run(TreeLogger) - Method in class com.google.gwt.dev.Link
run(TreeLogger) - Method in class com.google.gwt.dev.Precompile
run(TreeLogger) - Method in class com.google.gwt.dev.PrecompileOnePerm
run() - Method in class com.google.gwt.dev.RunWebApp
run() - Method in class com.google.gwt.dev.shell.BrowserChannelServer
RUN_ASYNC_CALLBACK_ON_SUCCESS - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUN_ASYNC_CODE_FOR_SPLIT_POINT_NUMBER - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUN_IN_JVM - Static variable in class com.google.gwt.lang.LongLib
Allow standalone Java tests such as LongLibTest/LongLibJreTest to run this
code.
runGenerator(TreeLogger, Class<? extends Generator>, String) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
This method is maintained for backwards compatibility.
runGeneratorIncrementally(TreeLogger, Class<? extends Generator>, String) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Runs a generator incrementally, with support for managing the returned
RebindResult
object, which can contain cached results.
RUNTIME - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
Runtime - Class in com.google.gwt.lang
Utility class that provides methods for dealing with the runtime representation of Java classes
and bootstraping code.
Runtime() - Constructor for class com.google.gwt.lang.Runtime
RUNTIME_BOOTSTRAP - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_COPY_OBJECT_PROPERTIES - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_DEFINE_CLASS - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_DEFINE_PROPERTIES - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_EMPTY_METHOD - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_EXCEPTION - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
RUNTIME_EXCEPTION - Static variable in class com.google.gwt.dev.jjs.impl.gflow.cfg.CfgOptionalThrowNode
Edge role for throwing RuntimeException.
RUNTIME_GET_CLASS_PROTOTYPE - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_MAKE_LAMBDA_FUNCTION - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_PROVIDE - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_TO_STRING - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_TYPE_MARKER_FN - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RUNTIME_UNIQUE_ID - Static variable in class com.google.gwt.dev.jjs.ast.RuntimeConstants
RuntimeConstants - Class in com.google.gwt.dev.jjs.ast
Provides access to known types, methods and fields.
RuntimeConstants() - Constructor for class com.google.gwt.dev.jjs.ast.RuntimeConstants
runtimeError(String, String, int, String, int) - Method in interface com.google.gwt.dev.js.rhino.ErrorReporter
Creates an EvaluatorException that may be thrown.
RunWebApp - Class in com.google.gwt.dev
An utility class for running web apps with Jetty and launching the default
browser.
RunWebApp(RunWebApp.RunWebAppOptions) - Constructor for class com.google.gwt.dev.RunWebApp
runWithAppropriateLogger(CompileTaskOptions, CompileTaskRunner.CompileTask) - Static method in class com.google.gwt.dev.CompileTaskRunner
Runs the main action with an appropriate logger.
SafeASTVisitor - Class in com.google.gwt.dev.jdt
Avoids visiting invalid local types due to compile errors or unreachability.
SafeASTVisitor() - Constructor for class com.google.gwt.dev.jdt.SafeASTVisitor
SameParameterValueOptimizer - Class in com.google.gwt.dev.jjs.impl
Detects when same literal is passed as parameter value, and uses literal
instead of parameter.
scanResources(TreeLogger) - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
Scans the associated paths to recompute the available resources.
Schema - Class in com.google.gwt.dev.util.xml
Abstract base class for reflection-based push-parsing of XML.
Schema() - Constructor for class com.google.gwt.dev.util.xml.Schema
scope - Variable in class com.google.gwt.dev.js.ast.JsCatch
scope - Variable in class com.google.gwt.dev.js.ast.JsFunction
SCOPE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
Script - Class in com.google.gwt.dev.cfg
Represents configuration for a dynamically-injected script.
Script(String) - Constructor for class com.google.gwt.dev.cfg.Script
SCRIPT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
ScriptFragmentEditsArtifact(String, int) - Constructor for class com.google.gwt.core.linker.SymbolMapsLinker.ScriptFragmentEditsArtifact
ScriptReference - Class in com.google.gwt.core.ext.linker
An external script file referenced in the module manifest.
ScriptReference(Class<? extends Linker>, String, int) - Constructor for class com.google.gwt.core.ext.linker.ScriptReference
ScriptRuntime - Class in com.google.gwt.dev.js.rhino
This is the class that implements the runtime.
ScriptRuntime() - Constructor for class com.google.gwt.dev.js.rhino.ScriptRuntime
Scripts - Class in com.google.gwt.dev.cfg
Manages a list of
Script
objects.
Scripts() - Constructor for class com.google.gwt.dev.cfg.Scripts
SEC_DAY - Static variable in class com.google.gwt.dev.util.HttpHeaders
SEC_HR - Static variable in class com.google.gwt.dev.util.HttpHeaders
SEC_MIN - Static variable in class com.google.gwt.dev.util.HttpHeaders
SEC_YR - Static variable in class com.google.gwt.dev.util.HttpHeaders
SelectionInformation - Class in com.google.gwt.core.ext.linker.impl
SelectionInformation(String, int, TreeMap<String, String>) - Constructor for class com.google.gwt.core.ext.linker.impl.SelectionInformation
SelectionProperty - Interface in com.google.gwt.core.ext.linker
Represents a deferred binding property.
SelectionProperty - Interface in com.google.gwt.core.ext
A named deferred binding (property, value) pair for use in generators.
SelectionScriptLinker - Class in com.google.gwt.core.ext.linker.impl
A base class for Linkers that use an external script to boostrap the GWT module.
SelectionScriptLinker() - Constructor for class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
semi() - Method in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
SEMI - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.CheckVersionsMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.ChooseTransportMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.FatalErrorMessage
send(BrowserChannel, int[]) - Static method in class com.google.gwt.dev.shell.BrowserChannel.FreeMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.FreeMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnClientMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeOnServerMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.InvokeSpecialMessage
send(BrowserChannel, String) - Static method in class com.google.gwt.dev.shell.BrowserChannel.LoadJsniMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadJsniMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.LoadModuleMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.Message
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.OldLoadModuleMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.ProtocolVersionMessage
send(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.QuitMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.QuitMessage
send(BrowserChannel) - Static method in class com.google.gwt.dev.shell.BrowserChannel.RequestIconMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.RequestIconMessage
send(BrowserChannel, boolean, BrowserChannel.Value) - Static method in class com.google.gwt.dev.shell.BrowserChannel.ReturnMessage
send(BrowserChannel, BrowserChannel.SessionHandler.ExceptionOrReturnValue) - Static method in class com.google.gwt.dev.shell.BrowserChannel.ReturnMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.ReturnMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.SwitchTransportMessage
send(BrowserChannel, byte[]) - Static method in class com.google.gwt.dev.shell.BrowserChannel.UserAgentIconMessage
send() - Method in class com.google.gwt.dev.shell.BrowserChannel.UserAgentIconMessage
sendFreedValues() - Method in class com.google.gwt.dev.shell.BrowserChannel
SERIALIZABLE - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
SerializableCategorizedProblem - Class in com.google.gwt.dev.javac
Provides a way to serialize a CategorizedProblem
.
serializeTypes(List<JDeclaredType>, ObjectOutputStream) - Static method in class com.google.gwt.dev.jjs.ast.JProgram
SERVERLOG_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog
ServerMethods - Class in com.google.gwt.dev.shell
A class to encapsulate function invocations of objects on the server side.
ServerMethods() - Constructor for class com.google.gwt.dev.shell.ServerMethods
ServerObjectsTable - Class in com.google.gwt.dev.shell
A class that keeps track of Java objects which have been exposed to the other
side and assigns unique ids.
ServerObjectsTable() - Constructor for class com.google.gwt.dev.shell.ServerObjectsTable
SERVICETYPE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request
ServletContainer - Class in com.google.gwt.core.ext
An instance of a servlet container that can be used by the shell.
ServletContainer() - Constructor for class com.google.gwt.core.ext.ServletContainer
ServletContainerLauncher - Class in com.google.gwt.core.ext
Defines the service provider interface for launching servlet containers that
can be used by the GWT development mode.
ServletContainerLauncher() - Constructor for class com.google.gwt.core.ext.ServletContainerLauncher
ServletContextTreeLogger - Class in com.google.gwt.dev.shell.log
Tree logger that logs servlet context information.
ServletContextTreeLogger(ServletContext) - Constructor for class com.google.gwt.dev.shell.log.ServletContextTreeLogger
Session(String) - Constructor for class com.google.gwt.dev.ModuleTabPanel.Session
SessionData - Class in com.google.gwt.dev.shell
A class to encapsulate data needed by JavaObject
.
SessionData(HtmlUnitSessionHandler, BrowserChannelClient) - Constructor for class com.google.gwt.dev.shell.SessionData
SessionHandler() - Constructor for class com.google.gwt.dev.shell.BrowserChannel.SessionHandler
SessionHandlerClient() - Constructor for class com.google.gwt.dev.shell.BrowserChannelClient.SessionHandlerClient
SessionHandlerServer() - Constructor for class com.google.gwt.dev.shell.BrowserChannelServer.SessionHandlerServer
SESSIONKEY_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog
set(JVariable, JValueLiteral) - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAssumption.Updater
set(int, Object) - Method in class com.google.gwt.dev.js.rhino.ObjArray
set(JsValue, CompilingClassLoader, Class<?>, Object) - Static method in class com.google.gwt.dev.shell.JsValueGlue
Set the underlying value.
set(List<T>, int, T) - Static method in class com.google.gwt.dev.util.collect.Lists
set(TreeLogger, T) - Method in class com.google.gwt.dev.util.FileBackedObject
set(TreeLogger, T) - Method in class com.google.gwt.dev.util.MemoryBackedObject
set(TreeLogger, T) - Method in interface com.google.gwt.dev.util.PersistenceBackedObject
Serializes the provided object to the intended path.
setAbstract(boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setAdditionalTypeProviderDelegate(JdtCompiler.AdditionalTypeProviderDelegate) - Method in class com.google.gwt.dev.javac.JdtCompiler
setAddLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
setAddLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog addLog = 3;
setAddLog(RemoteMessageProto.Message.Response.ViewerResponse.AddLog) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
setAddLog(RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLog addLog = 3;
setAddLogBranch(RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
setAddLogBranch(RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogBranch addLogBranch = 4;
setAddLogBranch(RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
setAddLogBranch(RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.AddLogBranch addLogBranch = 4;
setAddLogEntry(RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
setAddLogEntry(RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLogEntry addLogEntry = 5;
setAddRuntimeChecks(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setAddRuntimeChecks(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setAddRuntimeChecks(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionCheckedMode
setAmount(MetricName, long) - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
setAmount(MetricName, long) - Method in class com.google.gwt.dev.util.log.CompositeTreeLogger
setAmount(MetricName, long) - Method in class com.google.gwt.dev.util.log.MetricMap
setAmount(TreeLogger, long) - Method in enum com.google.gwt.dev.util.log.MetricName
Adds the given amount to the counter.
setArg(int, JExpression) - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
Sets the argument at the specified index.
setArg(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsUnaryOperation
setArg(String, String) - Method in class com.google.gwt.dev.util.xml.HandlerArgs
setArg1(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
setArg2(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsBinaryOperation
setArguments(List<String>) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
setArrayExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsArrayAccess
setAssumption(E, A) - Method in interface com.google.gwt.dev.jjs.impl.gflow.AssumptionMap
setAssumptions(List<E>, List<A>, AssumptionMap<E, A>) - Static method in class com.google.gwt.dev.jjs.impl.gflow.AssumptionUtil
setAssumptions(List<E>, A, AssumptionMap<E, A>) - Static method in class com.google.gwt.dev.jjs.impl.gflow.AssumptionUtil
setAstTypes(String[]) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
setBaseRequestLogLevel(TreeLogger.Type) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
setBindAddress(String) - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Set the bind address for the web server socket.
setBindAddress(String) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setBindAddress(String) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
setBindAddress(String) - Method in interface com.google.gwt.dev.util.arg.OptionBindAddress
setBindings(Map<String, String>) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
The bindings passed to the compiler.
setBody(JAbstractMethodBody) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setBody(JsBlock) - Method in class com.google.gwt.dev.js.ast.JsCatch
setBody(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsDoWhile
setBody(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsFor
setBody(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsForIn
setBody(JsBlock) - Method in class com.google.gwt.dev.js.ast.JsFunction
setBody(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsWhile
setBoolean(boolean) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setBoolean(boolean) - Method in class com.google.gwt.dev.shell.JsValue
Sets the JS object to be a boolean value.
setBoolean(boolean) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setBounds(JClassType[]) - Method in class com.google.gwt.dev.javac.typemodel.JTypeParameter
setByte(byte) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setByte(byte) - Method in class com.google.gwt.dev.shell.JsValue
Sets the JS object to be a number, passed as an byte.
setByte(byte) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setCachedGeneratorResult(CachedGeneratorResult) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Set previously cached rebind result for currently active generator.
setCallback(CloseButton.Callback) - Method in class com.google.gwt.dev.shell.CloseButton
Set the callback for when this button is clicked.
setCallback(UiEvent.Type<C>, C) - Method in class com.google.gwt.dev.ui.DevModeUI
Sets the callback for a given event type..
setCannotBePolymorphic() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
setCapabilities(int, RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
setCapabilities(int, RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange.Capability capabilities = 2;
setCapabilities(int, RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
setCapabilities(int, RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder
repeated .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange.Capability capabilities = 2;
setCapability(RemoteMessageProto.Message.Request.DevModeRequest.RequestType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType capability = 1;
setCapability(RemoteMessageProto.Message.Request.ViewerRequest.RequestType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Capability.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType capability = 1;
setCapabilityExchange(RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
setCapabilityExchange(RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange = 2;
setCaseExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsCase
setChar(char) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setChar(char) - Method in class com.google.gwt.dev.shell.JsValue
Sets the JS object to be a number, passed as a char.
setChar(char) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setCheck(Object, int, Object) - Static method in class com.google.gwt.lang.Array
Performs an array assignment, after validating the type of the value being
stored.
setClassDisposition(JDeclaredType.NestedClassDisposition) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
setClassDispositionFromBinding(SourceTypeBinding, JDeclaredType) - Static method in class com.google.gwt.dev.javac.JdtUtil
setClasses(List<CompiledClass>) - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
setClassMetadataDisabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setClassMetadataDisabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setClassMetadataDisabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionDisableClassMetadata
setClientId(String) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setClientId(String) - Method in interface com.google.gwt.dev.DevModeBase.OptionRemoteUI
setClientId(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
optional string clientId = 1;
setClientIdBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
optional string clientId = 1;
setCloseHandler(SwingLoggerPanel.CloseHandler) - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
Sets a callback for handling a close request, which also makes the close
button visible.
setClosureCompilerFormatEnabled(boolean) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setClosureCompilerFormatEnabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setClosureCompilerFormatEnabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setClosureCompilerFormatEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionClosureFormattedOutput
setClusterSimilarFunctions(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setClusterSimilarFunctions(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setClusterSimilarFunctions(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionClusterSimilarFunctions
Sets whether or not the compiler should cluster similar functions.
setCodeServerPort(int) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setCodeServerPort(int) - Method in interface com.google.gwt.dev.DevModeBase.OptionCodeServerPort
setCollapseAllProperties(boolean) - Method in class com.google.gwt.dev.cfg.ModuleDef
Mainly for testing and decreasing compile times.
setCompileDir(CompileDir) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
The directory where the GWT compiler will write its output.
setCompileElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
setCompileFunctionsWithDynamicScope(boolean) - Method in class com.google.gwt.dev.js.rhino.Context
Set whether functions compiled by this context should use
dynamic scope.
setCompileHost(String) - Method in interface com.google.gwt.dev.CompilePermsServer.CompileServerOptions
setCompilePort(int) - Method in interface com.google.gwt.dev.CompilePermsServer.CompileServerOptions
setCompilerMetricsEnabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setCompilerMetricsEnabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setCompilerMetricsEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionCompilerMetricsEnabled
Sets whether or not the compiler should output compilation metrics.
setCompileStrategy(JobEvent.CompileStrategy) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
The strategy used to perform the compile.
setCondition(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsCatch
setCondition(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsDoWhile
setCondition(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsFor
setCondition(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsWhile
setConnectAddress(String) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setConnectAddress(String) - Method in interface com.google.gwt.dev.util.arg.OptionBindAddress
setCookie(String) - Method in interface com.google.gwt.dev.CompilePermsServer.CompileServerOptions
setCurrentGenerator(Class<? extends Generator>) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
setCurrentRebindBinaryTypeName(String) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
setDebugEnabled(boolean) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyTreeLogger
setDefaultConstructor() - Method in class com.google.gwt.dev.jjs.ast.JConstructor
setDefaultMethod(boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setDependencies(Dependencies) - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
setDependencyRecorder(ControlFlowAnalyzer.DependencyRecorder) - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
setDeployDir(File) - Method in class com.google.gwt.dev.CompilerOptionsImpl
setDeployDir(File) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setDeployDir(File) - Method in interface com.google.gwt.dev.util.arg.OptionDeployDir
Sets the deploy directory.
setDetails(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string details = 4;
setDetailsBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string details = 4;
setDevModeRequest(RemoteMessageProto.Message.Request.DevModeRequest) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
setDevModeRequest(RemoteMessageProto.Message.Request.DevModeRequest.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest devModeRequest = 3;
setDevModeResponse(RemoteMessageProto.Message.Response.DevModeResponse) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
setDevModeResponse(RemoteMessageProto.Message.Response.DevModeResponse.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse devModeResponse = 2;
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDeployDir
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerExtraDir
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenDir
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerOutDir
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSourceOutput
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerWarDir
setDir(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerWorkDirOptional
setDir(File) - Method in class com.google.gwt.util.tools.ArgHandlerDir
setDisableUpdateCheck(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setDisableUpdateCheck(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionDisableUpdateCheck
Sets the disable update check flag.
setDisconnectLog(RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
setDisconnectLog(RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.DisconnectLog disconnectLog = 6;
setDisplayProperties(JLabel) - Method in class com.google.gwt.dev.shell.log.SwingTreeLogger.LogEvent
Set the properties of a label to match this log entry.
setDone() - Method in class com.google.gwt.dev.DevModeBase
setDouble(double) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setDouble(double) - Method in class com.google.gwt.dev.shell.JsValue
Sets the JS object to be a number, passed as a double.
setDouble(double) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setEdgeData(CfgEdge, Object) - Method in class com.google.gwt.dev.jjs.impl.gflow.cfg.Cfg
setEdgeData(EdgeType, Object) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Graph
setElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
setElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
setElapsedMilliseconds(long) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
SETELEM - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
setElseExpression(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsConditional
setElseStmt(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsIf
setEnableAssertions(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setEnableAssertions(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setEnableAssertions(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionEnableAssertions
Sets whether or not the compiler should generate code to check assertions.
setEnabledGeneratingOnShards(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setEnabledGeneratingOnShards(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionEnableGeneratingOnShards
Sets whether generation may happen on shards.
setEnclosingType(JRealClassType, JClassType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracleUpdater
setEnclosingType(JDeclaredType) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Sets the type which encloses this types.
setEndLineNumber(int) - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
setEndPosition(int) - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
setEnhanced() - Method in interface com.google.gwt.core.ext.typeinfo.JClassType
Indicates that the type may be enhanced on the server to contain extra
fields that are unknown to client code.
setEnhanced() - Method in class com.google.gwt.dev.javac.typemodel.JClassType
Indicates that the type may be enhanced on the server to contain extra
fields that are unknown to client code.
setEntryMethodNames(List<String>) - Method in class com.google.gwt.dev.MinimalRebuildCache
setEntryMethodNames(List<String>) - Method in class com.google.gwt.dev.StringAnalyzableTypeEnvironment
setErrorReporter(ErrorReporter) - Method in class com.google.gwt.dev.js.rhino.Context
Change the current error reporter.
setExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsReturn
setExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsSwitch
setExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsThrow
setExpression(int, JExpression) - Method in class com.google.gwt.dev.jjs.ast.js.JMultiExpression
Replaces the expression at index
by expression
.
setExpression(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsExprStmt
setExternal(boolean) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
setExtraDir(File) - Method in class com.google.gwt.dev.CompilerOptionsImpl
setExtraDir(File) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setExtraDir(File) - Method in interface com.google.gwt.dev.util.arg.OptionExtraDir
Sets the extra resource directory.
setFailure(RemoteMessageProto.Message.Failure) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
setFailure(RemoteMessageProto.Message.Failure.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Failure failure = 6;
setFallback(String) - Method in class com.google.gwt.dev.cfg.BindingProperty
setFallbackEvaluationCost(int) - Method in class com.google.gwt.dev.cfg.DeferredBindingQuery
setField(JField) - Method in class com.google.gwt.dev.jjs.ast.JClassLiteral
setField(FieldBinding, JField) - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
setField(int, JsValue) - Method in interface com.google.gwt.dev.shell.JsValue.DispatchObject
setField(String, JsValue) - Method in interface com.google.gwt.dev.shell.JsValue.DispatchObject
setFieldType(JField, JType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracleUpdater
setFieldValue(int, Object) - Method in interface com.google.gwt.dev.shell.JavaDispatch
setFieldValue(int, Object) - Method in class com.google.gwt.dev.shell.JavaDispatchImpl
setFile(File) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDumpSignatures
setFile(File) - Method in class com.google.gwt.util.tools.ArgHandlerFile
setFinal() - Method in interface com.google.gwt.dev.jjs.ast.CanBeSetFinal
setFinal() - Method in class com.google.gwt.dev.jjs.ast.JField
setFinal() - Method in class com.google.gwt.dev.jjs.ast.JMethod
setFinal(boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setFinal() - Method in class com.google.gwt.dev.jjs.ast.JVariable
setFinallyBlock(JsBlock) - Method in class com.google.gwt.dev.js.ast.JsTry
setFinalProperties(Properties) - Method in interface com.google.gwt.dev.util.arg.OptionFinalProperties
Sets the list of paths to input libraries.
setFinalTypeOracleTypes(List<String>) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
setFlag(boolean) - Method in class com.google.gwt.dev.DevMode.ArgHandlerSuperDevMode
setFlag(boolean) - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerNoServerFlag
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerClosureFormattedOutput
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompileReport
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerCompilerMetrics
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableCastChecking
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClassMetadata
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableClusterSimilarFunctions
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableGeneratingOnShards
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableInlineLiteralParameters
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOptimizeDataflow
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableOrdinalizeEnums
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRemoveDuplicateFunctions
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableRunAsync
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableSoycHtml
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDisableUpdateCheck
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerDraftCompile
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableAssertions
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerEnableGeneratorResultCaching
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerGenerateJsInteropExports
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerIncrementalCompile
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerJsonSoyc
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerSaveSource
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoyc
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerSoycDetailed
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerStrict
setFlag(boolean) - Method in class com.google.gwt.dev.util.arg.ArgHandlerValidateOnlyFlag
setFlag(boolean) - Method in class com.google.gwt.util.tools.ArgHandlerFlag
Takes the explicitly provided value and propagates it into whatever option settings this flag
controls.
setFlags(String) - Method in class com.google.gwt.dev.js.ast.JsRegExp
setForPruning() - Method in class com.google.gwt.dev.jjs.impl.ControlFlowAnalyzer
setForwarding() - Method in class com.google.gwt.dev.jjs.ast.JMethod
setFragmentCount(int) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setFragmentCount(int) - Method in class com.google.gwt.dev.js.ast.JsProgram
setFragmentCount(int) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setFragmentCount(int) - Method in interface com.google.gwt.dev.util.arg.OptionFragmentCount
setFragmentNumber(int) - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
setFragmentPartitioningResult(FragmentPartitioningResult) - Method in class com.google.gwt.dev.jjs.ast.JProgram
setFragmentsMerge(int) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setFragmentsMerge(int) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setFragmentsMerge(int) - Method in interface com.google.gwt.dev.util.arg.OptionFragmentsMerge
setFromJava(boolean) - Method in class com.google.gwt.dev.js.ast.JsFunction
setFunc(JsFunction) - Method in class com.google.gwt.dev.jjs.ast.js.JsniMethodBody
setGenDir(File) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setGenDir(File) - Method in interface com.google.gwt.dev.util.arg.OptionGenDir
Sets the generated resource directory.
setGenerateJsInteropExports(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setGenerateJsInteropExports(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setGenerateJsInteropExports(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionGenerateJsInteropExports
setGeneratorResultCachingEnabled(boolean) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
setGeneratorResultCachingEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionEnableGeneratorResultCaching
setGwtProperty(String, JavaScriptObject) - Static method in class com.google.gwt.lang.ModuleUtils
setHasSideEffects(boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setHeadless(boolean) - Method in class com.google.gwt.dev.DevModeBase
setHelpInfo(RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
setHelpInfo(RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
setHost(ShellJavaScriptHost) - Static method in class com.google.gwt.dev.shell.JavaScriptHost
This method is called via reflection from the
CompilingClassLoader
,
providing the hosted mode application with all of the methods it needs to
interface with the browser and the server (for deferred binding).
setIcon(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional bytes icon = 2;
setIcon(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
optional bytes icon = 2;
setId(int) - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
setIfExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsIf
setIgnoreRemoteDeath(boolean) - Method in class com.google.gwt.dev.shell.BrowserListener
Set any created BrowserChannelServers to ignore remote deaths.
setIgnoreRemoteDeath(boolean) - Method in interface com.google.gwt.dev.shell.CodeServerListener
Set any created BrowserChannelServers to ignore remote deaths.
setIgnoreRemoteDeath(boolean) - Method in class com.google.gwt.dev.shell.SuperDevListener
setIncrementalCompileEnabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setIncrementalCompileEnabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setIncrementalCompileEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionIncrementalCompile
Sets whether or not monolithic recompiles should process only changed files.
setIncrExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsFor
setIndexExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsArrayAccess
setIndexInLog(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 indexInLog = 2;
setIndexInParent(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 indexInParent = 2;
setInitExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsFor
setInitExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsVars.JsVar
setInitialAsyncSequence(LinkedHashSet<JRunAsync>) - Method in class com.google.gwt.dev.jjs.ast.JProgram
setInitialFragmentIdSequence(List<Integer>) - Method in class com.google.gwt.dev.jjs.ast.JProgram
setInitialGraphAssumptions(G, AssumptionMap<E, A>) - Method in interface com.google.gwt.dev.jjs.impl.gflow.Analysis
Gets assumptions for graph to start approximation from.
setInitialGraphAssumptions(G, AssumptionMap<E, CombinedIntegratedAnalysis.CombinedAssumption>) - Method in class com.google.gwt.dev.jjs.impl.gflow.CombinedIntegratedAnalysis
setInitialGraphAssumptions(Cfg, AssumptionMap<CfgEdge, ConstantsAssumption>) - Method in class com.google.gwt.dev.jjs.impl.gflow.constants.ConstantsAnalysis
setInitialGraphAssumptions(Cfg, AssumptionMap<CfgEdge, CopyAssumption>) - Method in class com.google.gwt.dev.jjs.impl.gflow.copy.CopyAnalysis
setInitialGraphAssumptions(G, AssumptionMap<E, A>) - Method in interface com.google.gwt.dev.jjs.impl.gflow.IntegratedAnalysis
Gets assumptions for graph incoming & outgoing edges to start approximation
from.
setInitialGraphAssumptions(Cfg, AssumptionMap<CfgEdge, LivenessAssumption>) - Method in class com.google.gwt.dev.jjs.impl.gflow.liveness.LivenessAnalysis
setInitialGraphAssumptions(Cfg, AssumptionMap<CfgEdge, UnreachableAssumptions>) - Method in class com.google.gwt.dev.jjs.impl.gflow.unreachable.UnreachableAnalysis
setInitialize(RemoteMessageProto.Message.Request.ViewerRequest.Initialize) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
setInitialize(RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.Initialize initialize = 7;
setInitializer(JDeclarationStatement) - Method in interface com.google.gwt.dev.jjs.ast.CanHaveInitializer
setInitializer(JDeclarationStatement) - Method in class com.google.gwt.dev.jjs.ast.JField
setInitializer(JDeclarationStatement) - Method in class com.google.gwt.dev.jjs.ast.JLocal
setInitializer(JDeclarationStatement) - Method in class com.google.gwt.dev.jjs.ast.JParameter
setInitialTypes(Collection<String>) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
setInitVars(JsVars) - Method in class com.google.gwt.dev.js.ast.JsFor
setInlineLiteralParameters(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setInlineLiteralParameters(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setInlineLiteralParameters(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionInlineLiteralParameters
Sets whether or not the compiler should inline literal parameters.
setInliningMode(InliningMode) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setInliningMode(InliningMode) - Method in class com.google.gwt.dev.js.ast.JsFunction
setInputModuleName(String) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
The name of the module as passed to the compiler.
setInstantiatedTypes(Set<JReferenceType>) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
setInt(int) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setInt(int) - Method in class com.google.gwt.dev.shell.JsValue
Sets the JS object to be a number, passed as an int.
setInt(int) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setInt(int) - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentCount
setInt(int) - Method in class com.google.gwt.dev.util.arg.ArgHandlerFragmentMerge
setInt(int) - Method in class com.google.gwt.dev.util.arg.ArgHandlerLocalWorkers
setInt(int) - Method in class com.google.gwt.dev.util.arg.ArgHandlerOptimize
setInt(int) - Method in class com.google.gwt.dev.util.arg.ArgHandlerPerm
setInt(int) - Method in class com.google.gwt.util.tools.ArgHandlerInt
setInternable() - Method in class com.google.gwt.dev.js.ast.JsArrayLiteral
setInternable() - Method in class com.google.gwt.dev.js.ast.JsObjectLiteral.Builder
setInternable() - Method in class com.google.gwt.dev.js.ast.JsObjectLiteral
setIsSyntheticBlock(boolean) - Method in class com.google.gwt.dev.js.rhino.Node
setIterExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsForIn
setJavaObject(BrowserChannel.JavaObjectRef) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setJavascriptObject(BrowserChannel.JsObjectRef) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setJobChangeListener(JobChangeListener) - Method in class com.google.gwt.dev.codeserver.Options
A Java application that embeds Super Dev Mode can use this hook to find out
when compile jobs change state.
setJobId(String) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
A unique id for this job.
setJsForType(TreeLogger, String, String) - Method in class com.google.gwt.dev.MinimalRebuildCache
setJsForType(TreeLogger, String, String) - Method in class com.google.gwt.dev.NullRebuildCache
setJsMemberInfo(HasJsInfo.JsMemberType, String, String, boolean) - Method in interface com.google.gwt.dev.jjs.ast.HasJsInfo
setJsMemberInfo(HasJsInfo.JsMemberType, String, String, boolean) - Method in class com.google.gwt.dev.jjs.ast.JField
setJsMemberInfo(HasJsInfo.JsMemberType, String, String, boolean) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setJsniMethods(Collection<? extends JsniMethod>) - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
setJsObject(BrowserChannel.JsObjectRef) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setJsonSoycEnabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setJsonSoycEnabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setJsonSoycEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionJsonSoycEnabled
Sets whether or not the compiler should record and emit Compile Report information in json
format.
setJsoTypeNames(Set<String>, Set<String>, Set<String>) - Method in class com.google.gwt.dev.MinimalRebuildCache
Records the names of JSO subtypes, single impl interfaces and dual impl interfaces as well as
keeps track of types that entered or left one of the lists in the most recent iteration.
setJsoTypeNames(Set<String>, Set<String>, Set<String>) - Method in class com.google.gwt.dev.NullRebuildCache
setJsOverlay() - Method in interface com.google.gwt.dev.jjs.ast.HasJsInfo
setJsOverlay() - Method in class com.google.gwt.dev.jjs.ast.JField
setJsOverlay() - Method in class com.google.gwt.dev.jjs.ast.JMethod
setJsSize(SizeBreakdown[]) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
setJsTypeInfo(boolean, boolean, boolean, String, String, boolean) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
setLanguageVersion(int) - Method in class com.google.gwt.dev.js.rhino.Context
Set the language version.
setLastLinkedJsBytes(int) - Method in class com.google.gwt.dev.MinimalRebuildCache
setLastStepFor(String, int) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
setLastStepFor(String, int) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Set the last modification step of a given optimizer.
setLevel(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string level = 2;
setLevelBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional string level = 2;
setLevelFilter(TreeLogger.Type) - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
setLineNumber(int) - Method in class com.google.gwt.dev.util.xml.Schema
setLocale(Locale) - Method in class com.google.gwt.dev.js.rhino.Context
Set the current locale.
setLocalWorkers(int) - Method in class com.google.gwt.dev.CompilerOptionsImpl
setLocalWorkers(int) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setLocalWorkers(int) - Method in interface com.google.gwt.dev.util.arg.OptionLocalWorkers
Sets the number of workers to run on this machine.
setLogData(RemoteMessageProto.Message.Request.ViewerRequest.LogData) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
setLogData(RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
setLogData(RemoteMessageProto.Message.Request.ViewerRequest.LogData) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
setLogData(RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData logData = 3;
setLogFile(String) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setLogFile(String) - Method in interface com.google.gwt.dev.DevModeBase.OptionLogDir
setLogHandle(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry.Builder
required uint32 logHandle = 1;
setLogHandle(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog.Builder
required uint32 logHandle = 1;
setLogHandle(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLog.Builder
required uint32 logHandle = 1;
setLogHandle(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch.Builder
required uint32 logHandle = 1;
setLogLevel(TreeLogger.Type) - Method in interface com.google.gwt.dev.util.arg.OptionLogLevel
Sets the tree logger level.
setLong(long) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setMainLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
setMainLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.MainLog mainLog = 4;
setMaxDetail(TreeLogger.Type) - Method in class com.google.gwt.dev.util.log.AbstractTreeLogger
setMessage(String) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
A message to describing the job's current state.
setMessage(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string message = 1;
setMessageBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string message = 1;
setMessageId(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
required uint32 messageId = 3;
setMessageType(RemoteMessageProto.Message.MessageType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.MessageType messageType = 2;
setMethod(JMethod) - Method in class com.google.gwt.dev.jjs.ast.JAbstractMethodBody
setMethod(MethodBinding, JMethod) - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
setMethodArgs(MethodArgNamesLookup) - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
setMethodNameDisplayMode(OptionMethodNameDisplayMode.Mode) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setMethodNameDisplayMode(OptionMethodNameDisplayMode.Mode) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setMethodNameDisplayMode(OptionMethodNameDisplayMode.Mode) - Method in interface com.google.gwt.dev.util.arg.OptionMethodNameDisplayMode
setMetricMap(Map<String, Long>) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
Sets a map containing metrics used for understanding compiler performance.
setModuleLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
setModuleLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog = 2;
setModuleMetrics(ModuleMetricsArtifact) - Method in class com.google.gwt.dev.jjs.UnifiedAst
Save some module load metrics in the AST.
setModuleNames(List<String>) - Method in interface com.google.gwt.dev.util.arg.OptionModuleName
Sets the list of module names.
setModulePathPrefix(String) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setModulePathPrefix(String) - Method in interface com.google.gwt.dev.util.arg.OptionModulePathPrefix
Sets the path to be prefixed to the module output.
setName(String) - Method in class com.google.gwt.dev.jjs.ast.JVariable
setName(JsName) - Method in class com.google.gwt.dev.js.ast.JsFunction
SETNAME - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
setName(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
required string name = 1;
setName(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
required string name = 1;
setNameBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder
required string name = 1;
setNameOverride(String) - Method in class com.google.gwt.dev.cfg.ModuleDef
Override the module's apparent name.
setNamespace(JsNamespaceOption) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setNamespace(JsName) - Method in class com.google.gwt.dev.js.ast.JsName
setNamespace(JsNamespaceOption) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setNamespace(JsNamespaceOption) - Method in interface com.google.gwt.dev.util.arg.OptionNamespace
setNeedsAttention(boolean) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
optional bool needsAttention = 3;
setNoServer(boolean) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setNoServer(boolean) - Method in interface com.google.gwt.dev.DevModeBase.OptionNoServer
setNull() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setNull() - Method in class com.google.gwt.dev.shell.JsValue
Set the JS object to be null.
setNull() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setObjExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsForIn
setOptimizationLevel(int) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setOptimizationLevel(int) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setOptimizationLevel(int) - Method in interface com.google.gwt.dev.util.arg.OptionOptimize
Sets the compiler's requested optimization level.
setOptimize(boolean) - Method in class com.google.gwt.dev.jjs.ast.JTypeOracle
setOptimizeDataflow(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setOptimizeDataflow(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setOptimizeDataflow(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionOptimizeDataflow
Sets whether or not the compiler should optimize dataflow.
setOptional() - Method in class com.google.gwt.dev.jjs.ast.JParameter
setOrdinalized() - Method in class com.google.gwt.dev.jjs.ast.JEnumType
setOrdinalizeEnums(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setOrdinalizeEnums(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setOrdinalizeEnums(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionOrdinalizeEnums
Sets whether or not the compiler should ordinalize enums.
setOriginalTypes(JType, List<JType>) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setOutDir(File) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
Deprecated.
setOutDir(File) - Method in interface com.google.gwt.dev.util.arg.OptionOutDir
Sets the output directory.
setOutput(JsOutputOption) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setOutput(JsOutputOption) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setOutput(JsOutputOption) - Method in interface com.google.gwt.dev.util.arg.OptionScriptStyle
Sets the compiler output style.
setOutputModuleName(String) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
The module name that the compiler returned (after rename).
SETPARENT - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
setParent(Schema) - Method in class com.google.gwt.dev.util.xml.Schema
setParentLogHandle(int) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch.Builder
required uint32 parentLogHandle = 1;
setPathPrefix(PathPrefix) - Method in class com.google.gwt.dev.resource.impl.ResourceResolution
setPathPrefixes(PathPrefixSet) - Method in class com.google.gwt.dev.resource.impl.ResourceOracleImpl
setPattern(String) - Method in class com.google.gwt.dev.js.ast.JsRegExp
setPermsToCompile(int[]) - Method in interface com.google.gwt.dev.CompilePerms.OptionPerms
Adds another permutation to compile.
setPermToCompile(int) - Method in interface com.google.gwt.dev.util.arg.OptionPerm
Sets a permutation to compile.
setPermutationDescription(String) - Method in class com.google.gwt.core.ext.linker.CompilationMetricsArtifact
setPermutationIds(int[]) - Method in class com.google.gwt.core.ext.linker.PrecompilationMetricsArtifact
setPort(int) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setPort(int) - Method in interface com.google.gwt.dev.DevModeBase.OptionPort
setPort(int) - Method in class com.google.gwt.dev.DevModeBase
setPreambleTypeNames(TreeLogger, Set<String>) - Method in class com.google.gwt.dev.MinimalRebuildCache
setPreambleTypeNames(TreeLogger, Set<String>) - Method in class com.google.gwt.dev.NullRebuildCache
setPrecompilationMetrics(PrecompilationMetricsArtifact) - Method in class com.google.gwt.dev.jjs.UnifiedAst
Save some precompilation metrics in the AST.
setPrintWriter(PrintWriter) - Method in class com.google.gwt.dev.util.AbstractTextOutput
setProblems(CategorizedProblem[]) - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
setProcessedStaleTypeNames(Set<String>) - Method in class com.google.gwt.dev.MinimalRebuildCache
SETPROP - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
setProperties(ListMultimap<String, String>) - Method in class com.google.gwt.dev.cfg.Properties
setProperty(BrowserChannelServer, int, int, BrowserChannel.Value) - Method in class com.google.gwt.dev.shell.BrowserChannelServer.SessionHandlerServer
setProperty(BrowserChannelServer, int, int, BrowserChannel.Value) - Method in class com.google.gwt.dev.shell.OophmSessionHandler
setPropertyOracle(PropertyOracle) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
Sets the current transient property oracle to answer current property
questions.
setPropertyValues(String, Iterable<String>) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setPropertyValues(String, Iterable<String>) - Method in interface com.google.gwt.dev.util.arg.OptionSetProperties
Set the value of property name
to be values
.
SETPROTO - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
setProtocolVersion(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional string protocolVersion = 1;
setProtocolVersionBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional string protocolVersion = 1;
setProvider(PropertyProvider) - Method in class com.google.gwt.dev.cfg.BindingProperty
setProviderGenerator(Class<? extends PropertyProviderGenerator>) - Method in class com.google.gwt.dev.cfg.BindingProperty
Set a provider generator for this property.
setQualifier(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsInvocation
setQualifier(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsNameRef
setRebindCache(RebindCache) - Method in class com.google.gwt.dev.shell.StandardRebindOracle
setRebindRuleResolver(RebindRuleResolver) - Method in class com.google.gwt.dev.javac.StandardGeneratorContext
setRecompileListener(RecompileListener) - Method in class com.google.gwt.dev.codeserver.Options
setRegexFilter(String) - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
setRemoteHost(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string remoteHost = 7;
setRemoteHostBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string remoteHost = 7;
setRemoteUIHost(String) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setRemoteUIHost(String) - Method in interface com.google.gwt.dev.DevModeBase.OptionRemoteUI
setRemoteUIHostPort(int) - Method in class com.google.gwt.dev.DevModeBase.HostedModeBaseOptionsImpl
setRemoteUIHostPort(int) - Method in interface com.google.gwt.dev.DevModeBase.OptionRemoteUI
setRemoveDuplicateFunctions(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setRemoveDuplicateFunctions(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setRemoveDuplicateFunctions(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionRemoveDuplicateFunctions
Sets whether or not the compiler should remove duplicate functions.
setRemoveUnusedImports(boolean) - Static method in class com.google.gwt.dev.javac.JdtCompiler
Sets whether the compiler should remove unused imports.
setRequest(RemoteMessageProto.Message.Request) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
setRequest(RemoteMessageProto.Message.Request.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request request = 4;
setRequestType(RemoteMessageProto.Message.Request.DevModeRequest.RequestType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RequestType requestType = 1;
setRequestType(RemoteMessageProto.Message.Request.ViewerRequest.RequestType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.RequestType requestType = 1;
setResolvedClassName(String) - Method in class com.google.gwt.dev.util.JsniRef
setResolvedMemberWithSignature(String) - Method in class com.google.gwt.dev.util.JsniRef
setResponse(RemoteMessageProto.Message.Response) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
setResponse(RemoteMessageProto.Message.Response.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response response = 5;
setResponseType(RemoteMessageProto.Message.Response.DevModeResponse.ResponseType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.ResponseType responseType = 1;
setResponseType(RemoteMessageProto.Message.Response.ViewerResponse.ResponseType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.ViewerResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse.ResponseType responseType = 1;
setRestartWebServer(RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
setRestartWebServer(RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.DevModeRequest.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.DevModeRequest.RestartWebServer restartWebServer = 3;
setRestartWebServer(RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
setRestartWebServer(RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.DevModeResponse.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.DevModeResponse.RestartWebServer restartWebServer = 3;
setReturnType(JAbstractMethod, JType) - Method in interface com.google.gwt.dev.javac.Resolver
setReturnType(JAbstractMethod, JType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracleUpdater
setRootGeneratedValues(String...) - Method in class com.google.gwt.dev.cfg.BindingProperty
Overrides the generated values for the root condition and clears the
generated values for other conditions.
setRootTypeNames(Collection<String>) - Method in class com.google.gwt.dev.MinimalRebuildCache
setRootTypeNames(Collection<String>) - Method in class com.google.gwt.dev.NullRebuildCache
setRunAsyncEnabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setRunAsyncEnabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setRunAsyncEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionRunAsyncEnabled
Sets whether or not the compiler should code-split at runAsync boundaries.
setRunAsyncs(List<JRunAsync>) - Method in class com.google.gwt.dev.jjs.ast.JProgram
setRunTomcat(boolean) - Method in class com.google.gwt.dev.DevModeBase
Sets - Class in com.google.gwt.dev.util.collect
Utility methods for operating on memory-efficient sets.
Sets() - Constructor for class com.google.gwt.dev.util.collect.Sets
setSaveSource(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setSaveSource(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionSaveSource
If set to true and sourcemaps are on, source code will be saved.
setSaveSourceOutput(File) - Method in class com.google.gwt.dev.CompilerOptionsImpl
setSaveSourceOutput(File) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setSaveSourceOutput(File) - Method in interface com.google.gwt.dev.util.arg.OptionSaveSourceOutput
Sets the directory or jar where the GWT compiler should write the source code,
or null to skip writing it.
setServerLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
setServerLog(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.ServerLog serverLog = 3;
setServiceType(RemoteMessageProto.Message.Request.ServiceType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ServiceType serviceType = 1;
setServletContainerLauncher(ServletContainerLauncher) - Method in interface com.google.gwt.dev.DevMode.HostedModeOptions
setServletContainerLauncher(ServletContainerLauncher) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setServletContainerLauncherArgs(String) - Method in interface com.google.gwt.dev.DevMode.HostedModeOptions
setServletContainerLauncherArgs(String) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setSessionData(SessionData) - Method in class com.google.gwt.dev.shell.HtmlUnitSessionHandler
setSessionKey(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string sessionKey = 3;
setSessionKeyBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string sessionKey = 3;
setShort(short) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setShort(short) - Method in class com.google.gwt.dev.shell.JsValue
Sets the JS object to be a number, passed as a short.
setShort(short) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setShortIdent(String) - Method in class com.google.gwt.dev.js.ast.JsName
setShortIdent(String) - Method in class com.google.gwt.dev.js.ast.JsRootName
setSize(int) - Method in class com.google.gwt.core.ext.soyc.coderef.EntityDescriptor.Fragment
setSize(int) - Method in class com.google.gwt.dev.js.rhino.ObjArray
setSourceEnd(int) - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
setSourceFiles(String[]) - Method in class com.google.gwt.core.ext.linker.ModuleMetricsArtifact
setSourceInfo(SourceInfo) - Method in class com.google.gwt.dev.jjs.ast.JNode
setSourceInfo(SourceInfo) - Method in class com.google.gwt.dev.js.ast.JsNode
setSourceLevel(SourceLevel) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setSourceLevel(SourceLevel) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setSourceLevel(SourceLevel) - Method in interface com.google.gwt.dev.util.arg.OptionSourceLevel
setSourceLineNumber(int) - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
setSourceMapFilePrefix(String) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setSourceMapFilePrefix(String) - Method in interface com.google.gwt.dev.util.arg.OptionSourceMapFilePrefix
Sets the prefix.
setSourceMapForType(String, JsSourceMap) - Method in class com.google.gwt.dev.MinimalRebuildCache
setSourceMapForType(String, JsSourceMap) - Method in class com.google.gwt.dev.NullRebuildCache
setSourceStart(int) - Method in class com.google.gwt.dev.javac.SerializableCategorizedProblem
setSourceType(SourceTypeBinding, JDeclaredType) - Method in class com.google.gwt.dev.jjs.impl.ReferenceMapper
setSoycEnabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setSoycEnabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setSoycEnabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionSoycEnabled
Sets whether or not the compiler should gather Story Of Your Compile data.
setSoycExtra(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setSoycExtra(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setSoycExtra(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionSoycDetailed
Sets whether or not the compiler should record and emit extra Compile Report
information.
setSoycHtmlDisabled(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setSoycHtmlDisabled(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setSoycHtmlDisabled(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionSoycHtmlDisabled
Sets whether or not the compiler should produce HTML compile reports in
addition to SOYC XML output.
setSpecialization(List<JType>, JType, String) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setStackTrace(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string stackTrace = 2;
setStackTraceBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure.Builder
optional string stackTrace = 2;
setStartLineNumber(int) - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
setStartPosition(int) - Method in class com.google.gwt.core.ext.linker.impl.NamedRange
setStartupURLs(int, String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize.Builder
repeated string startupURLs = 2;
setStartupUrls(Map<String, URL>) - Method in class com.google.gwt.dev.shell.remoteui.RemoteUI
setStartupUrls(Map<String, URL>) - Method in class com.google.gwt.dev.shell.ShellMainWindow
Create the UI to show available startup URLs.
setStartupUrls(Map<String, URL>) - Method in class com.google.gwt.dev.SwingUI
setStartupUrls(Map<String, URL>) - Method in class com.google.gwt.dev.ui.DevModeUI
Set the URLs that should be available to start.
setStatementLogger(FragmentExtractor.StatementLogger) - Method in class com.google.gwt.dev.jjs.impl.codesplitter.FragmentExtractor
setStatementRangesForType(String, StatementRanges) - Method in class com.google.gwt.dev.MinimalRebuildCache
setStatementRangesForType(String, StatementRanges) - Method in class com.google.gwt.dev.NullRebuildCache
setStaticDispatchOnly() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
setStaticRef(JsNode) - Method in class com.google.gwt.dev.js.ast.JsName
Should never be called except on immutable stuff.
setStaticRef(JsNode) - Method in class com.google.gwt.dev.js.ast.JsRootName
setStatus(JobEvent.Status) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
The job's current status.
setStmt(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsLabel
setStrict(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setStrict(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setStrict(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionStrict
Sets whether or not the compiler should strictly fail when any input file has compilation
errors.
setString(String) - Method in class com.google.gwt.dev.CompilePerms.ArgHandlerPerms
setString(String) - Method in class com.google.gwt.dev.DevMode.ArgHandlerServer
setString(String) - Method in class com.google.gwt.dev.DevMode.ArgHandlerStartupURLs
setString(String) - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerCodeServerPort
setString(String) - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerLogDir
setString(String) - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerPort
setString(String) - Method in class com.google.gwt.dev.DevModeBase.ArgHandlerRemoteUI
setString(String) - Method in class com.google.gwt.dev.js.rhino.Node
Can only be called when node has String context.
setString(String) - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setString(String) - Method in class com.google.gwt.dev.shell.JsValue
Set the JS object to the supplied string.
setString(String) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setString(String) - Method in class com.google.gwt.dev.util.arg.ArgHandlerBindAddress
setString(String) - Method in class com.google.gwt.dev.util.arg.ArgHandlerModulePathPrefix
setString(String) - Method in class com.google.gwt.dev.util.arg.ArgHandlerSetProperties
setString(String) - Method in class com.google.gwt.dev.util.arg.ArgHandlerSourceLevel
setString(String) - Method in class com.google.gwt.util.tools.ArgHandlerString
setSummary(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
required string summary = 1;
setSummaryBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.Builder
required string summary = 1;
setSuperClass(JRealClassType, JClassType) - Method in interface com.google.gwt.dev.javac.Resolver
setSuperClass(JRealClassType, JClassType) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracleUpdater
setSuperClass(JClassType) - Method in class com.google.gwt.dev.jjs.ast.JClassType
Sets this type's super class.
setSuperClinit(JsFunction) - Method in class com.google.gwt.dev.js.ast.JsFunction
setSuperDevMode(boolean) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setSuperDevMode(boolean) - Method in interface com.google.gwt.dev.DevMode.OptionSuperDevMode
setSuppressedWarnings(Set<String>) - Method in interface com.google.gwt.dev.jjs.ast.CanHaveSuppressedWarnings
setSuppressedWarnings(Set<String>) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
setSuppressedWarnings(Set<String>) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setSuppressedWarnings(Set<String>) - Method in class com.google.gwt.dev.jjs.ast.JVariable
setSymbolName(String) - Method in class com.google.gwt.core.ext.linker.impl.StandardSymbolData
setSynthetic() - Method in class com.google.gwt.dev.jjs.ast.JMethod
setSyntheticAccidentalOverride() - Method in class com.google.gwt.dev.jjs.ast.JMethod
setTabKey(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string tabKey = 6;
setTabKeyBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string tabKey = 6;
setTags(Iterable<String>) - Method in class com.google.gwt.dev.codeserver.JobEvent.Builder
setTestExpression(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsConditional
setText(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string text = 2;
setTextBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string text = 2;
setThenExpression(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsConditional
setThenStmt(JsStatement) - Method in class com.google.gwt.dev.js.ast.JsIf
setThrownJavaException(Throwable) - Static method in class com.google.gwt.dev.shell.ModuleSpace
setTreeLogger(TreeLogger) - Method in class com.google.gwt.dev.javac.testing.GeneratorContextBuilder
Sets a custom logger on for this generator context.
setTryBlock(JsBlock) - Method in class com.google.gwt.dev.js.ast.JsTry
setType(JType) - Method in class com.google.gwt.dev.jjs.ast.JBinaryOperation
setType(JType) - Method in class com.google.gwt.dev.jjs.ast.JConditional
setType(JType) - Method in class com.google.gwt.dev.jjs.ast.JMethod
setType(JArrayType) - Method in class com.google.gwt.dev.jjs.ast.JNewArray
setType(JType) - Method in class com.google.gwt.dev.jjs.ast.JPermutationDependentValue
setType(JType) - Method in class com.google.gwt.dev.jjs.ast.JVariable
setType(int) - Method in class com.google.gwt.dev.js.rhino.Node
setType(RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.AddLog.LogType type = 1;
setTypes(List<JDeclaredType>) - Method in class com.google.gwt.dev.javac.CompilationUnitBuilder
setUndefined() - Method in class com.google.gwt.dev.shell.BrowserChannel.Value
setUndefined() - Method in class com.google.gwt.dev.shell.JsValue
Set the JS object to be undefined (void).
setUndefined() - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setUniqueId(int) - Method in class com.google.gwt.core.ext.soyc.coderef.MethodDescriptor
setUnobfuscatable() - Method in class com.google.gwt.dev.js.ast.JsName
setUnobfuscatable() - Method in class com.google.gwt.dev.js.ast.JsRootName
setupPermutationsMap(ArtifactSet) - Method in class com.google.gwt.core.ext.linker.impl.PermutationsUtil
Find all instances of
SelectionInformation
and add them to the
internal map of selection information.
setUrl(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string url = 5;
setUrl(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string url = 1;
setUrlBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string url = 5;
setUrlBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo.Builder
optional string url = 1;
setUseDetailedTypeIds(boolean) - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
setUseDetailedTypeIds(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setUseDetailedTypeIds(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionUseDetailedTypeIds
Sets whether or not type ids should be detailed.
setUserAgent(String) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string userAgent = 4;
setUserAgentBytes(ByteString) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog.Builder
optional string userAgent = 4;
setValidateOnly(boolean) - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
setValidateOnly(boolean) - Method in interface com.google.gwt.dev.util.arg.OptionValidateOnly
Sets whether or not the compiler should only validate.
setValue(String) - Method in class com.google.gwt.dev.cfg.ConfigurationProperty
setValue(int) - Method in class com.google.gwt.dev.js.ast.JsNumericEntry
setValue(int) - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap.Iterator
setValue(JsValue) - Method in class com.google.gwt.dev.shell.JsValue
Make this JsValue refer to the same underlying object as another JsValue.
setValue(JsValue) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
setValue(TreeLogger.Type) - Method in class com.google.gwt.dev.util.arg.ArgHandlerLogLevel
setValue(OptionMethodNameDisplayMode.Mode) - Method in class com.google.gwt.dev.util.arg.ArgHandlerMethodNameDisplayMode
setValue(JsNamespaceOption) - Method in class com.google.gwt.dev.util.arg.ArgHandlerNamespace
setValue(JsOutputOption) - Method in class com.google.gwt.dev.util.arg.ArgHandlerScriptStyle
setValue(T) - Method in class com.google.gwt.util.tools.ArgHandlerEnum
Override to handle the setting of an enum value.
setValueExpr(JsExpression) - Method in class com.google.gwt.dev.js.ast.JsPropertyInitializer
setValues(Condition, String...) - Method in class com.google.gwt.dev.cfg.BindingProperty
Replaces the allowed and generated values for a condition.
SETVAR - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
setVarArgs(JAbstractMethod) - Method in class com.google.gwt.dev.javac.typemodel.TypeOracleUpdater
setViewerRequest(RemoteMessageProto.Message.Request.ViewerRequest) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
setViewerRequest(RemoteMessageProto.Message.Request.ViewerRequest.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest viewerRequest = 2;
setViewerResponse(RemoteMessageProto.Message.Response.ViewerResponse) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
setViewerResponse(RemoteMessageProto.Message.Response.ViewerResponse.Builder) - Method in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Response.Builder
optional .com.google.gwt.dev.shell.remoteui.Message.Response.ViewerResponse viewerResponse = 1;
setVisibility(EmittedArtifact.Visibility) - Method in class com.google.gwt.core.ext.linker.EmittedArtifact
setVolatile() - Method in class com.google.gwt.dev.jjs.ast.JMethodCall
setWarDir(File) - Method in class com.google.gwt.dev.CompilerOptionsImpl
setWarDir(File) - Method in class com.google.gwt.dev.DevMode.HostedModeOptionsImpl
setWarDir(File) - Method in interface com.google.gwt.dev.util.arg.OptionWarDir
Sets the output directory.
setWebServerSecure(TreeLogger) - Method in class com.google.gwt.dev.SwingUI
setWebServerSecure(TreeLogger) - Method in class com.google.gwt.dev.ui.DevModeUI
setWorkDir(File) - Method in interface com.google.gwt.dev.util.arg.OptionWorkDir
Sets the compiler work directory.
setWrappedFunction(String, JsValue.DispatchMethod) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
Wrap a function call to a Java method in this JavaScript value.
setWrappedJavaObject(CompilingClassLoader, T) - Method in class com.google.gwt.dev.shell.JsValue
Set the JS object to the supplied object, which will be wrapped in a
platform-dependent JavaScript class.
setWrappedJavaObject(CompilingClassLoader, T) - Method in class com.google.gwt.dev.shell.JsValueOOPHM
Shardable - Annotation Type in com.google.gwt.core.ext.linker
This annotation, when placed on a
Linker
class, indicates that the linker supports the shardable version of the Linker
API.
Shared - Class in com.google.gwt.dev.javac
A grab bag of utility functions useful for dealing with java files.
Shared() - Constructor for class com.google.gwt.dev.javac.Shared
ShellJavaScriptHost - Interface in com.google.gwt.dev.shell
This interface contains all of the methods that must be exposed to a hosted
mode application via its JavaScriptHost class.
ShellMainWindow - Class in com.google.gwt.dev.shell
Top-level window for the Swing DevMode UI.
ShellMainWindow(TreeLogger.Type, File) - Constructor for class com.google.gwt.dev.shell.ShellMainWindow
Create the main window with the top-level logger and launch controls.
ShellModuleSpaceHost - Class in com.google.gwt.dev.shell
Provides an environment for a
ModuleSpace
that works appropriately for the development shell.
ShellModuleSpaceHost(TreeLogger, CompilationState, ModuleDef, File, ArtifactAcceptor, RebindCache) - Constructor for class com.google.gwt.dev.shell.ShellModuleSpaceHost
SHEQ - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
shl(LongLib.LongEmul, int) - Static method in class com.google.gwt.lang.LongLib
SHNE - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
SHOP - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
SHORT - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
SHORT - Static variable in class com.google.gwt.dev.jjs.ast.JPrimitiveType
shortCircuitAnd(JsBinaryOperation) - Static method in class com.google.gwt.dev.js.JsStaticEval
Simplify short circuit AND expressions.
shortCircuitOr(JsBinaryOperation) - Static method in class com.google.gwt.dev.js.JsStaticEval
Simplify short circuit OR expressions.
shouldAddRuntimeChecks() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldAddRuntimeChecks() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldAddRuntimeChecks() - Method in interface com.google.gwt.dev.util.arg.OptionCheckedMode
shouldBreakUp(JBinaryOperation) - Method in class com.google.gwt.dev.jjs.impl.CompoundAssignmentNormalizer
shouldBreakUp(JPostfixOperation) - Method in class com.google.gwt.dev.jjs.impl.CompoundAssignmentNormalizer
shouldBreakUp(JPrefixOperation) - Method in class com.google.gwt.dev.jjs.impl.CompoundAssignmentNormalizer
shouldBreakUp(JBinaryOperation) - Method in class com.google.gwt.dev.jjs.impl.PostOptimizationCompoundAssignmentNormalizer
shouldBreakUp(JPostfixOperation) - Method in class com.google.gwt.dev.jjs.impl.PostOptimizationCompoundAssignmentNormalizer
shouldBreakUp(JPrefixOperation) - Method in class com.google.gwt.dev.jjs.impl.PostOptimizationCompoundAssignmentNormalizer
shouldClusterSimilarFunctions() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldClusterSimilarFunctions() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldClusterSimilarFunctions() - Method in interface com.google.gwt.dev.util.arg.OptionClusterSimilarFunctions
Returns true if the compiler should cluster similar functions.
shouldGenerateJsInteropExports() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldGenerateJsInteropExports() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldGenerateJsInteropExports() - Method in interface com.google.gwt.dev.util.arg.OptionGenerateJsInteropExports
shouldIncludeBootstrapInPrimaryFragment(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
shouldInlineLiteralParameters() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldInlineLiteralParameters() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldInlineLiteralParameters() - Method in interface com.google.gwt.dev.util.arg.OptionInlineLiteralParameters
Returns true if the compiler should inline literal parameters.
shouldInstallCode(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Determines the strategy for installing JavaScript code into the iframe.
shouldInstallCode(LinkerContext) - Method in class com.google.gwt.core.linker.DirectInstallLinker
shouldJDTInlineCompileTimeConstants() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldJDTInlineCompileTimeConstants() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldJDTInlineCompileTimeConstants() - Method in interface com.google.gwt.dev.util.arg.OptionAllowJDTConstantInlining
Whether constant inlining is done at the AST construction time or not.
shouldMinimize() - Method in enum com.google.gwt.dev.jjs.JsOutputOption
shouldOptimizeDataflow() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldOptimizeDataflow() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldOptimizeDataflow() - Method in interface com.google.gwt.dev.util.arg.OptionOptimizeDataflow
Returns true if the compiler should optimize dataflow.
shouldOrdinalizeEnums() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldOrdinalizeEnums() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldOrdinalizeEnums() - Method in interface com.google.gwt.dev.util.arg.OptionOrdinalizeEnums
Returns true if the compiler should ordinalize enums.
shouldPrintMethodBody() - Method in class com.google.gwt.dev.jjs.impl.SourceGenerationVisitor
shouldPrintMethodBody() - Method in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
shouldRecordPosition() - Method in class com.google.gwt.dev.js.ast.JsBlock
shouldRecordPosition() - Method in class com.google.gwt.dev.js.ast.JsPositionMarker
shouldRecordPosition() - Method in class com.google.gwt.dev.js.ast.JsStatement
Whether statement ranges should be recorded for this statement type.
shouldRemoveDuplicateFunctions() - Method in class com.google.gwt.dev.jjs.JJSOptionsImpl
shouldRemoveDuplicateFunctions() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldRemoveDuplicateFunctions() - Method in interface com.google.gwt.dev.util.arg.OptionRemoveDuplicateFunctions
Returns true if the compiler should remove duplicate functions.
shouldReroot() - Method in class com.google.gwt.dev.resource.impl.PathPrefix
shouldSaveSource() - Method in class com.google.gwt.dev.PrecompileTaskOptionsImpl
shouldSaveSource() - Method in interface com.google.gwt.dev.util.arg.OptionSaveSource
Returns false if source code should not be saved.
shouldUseSelfForWindowAndDocument(LinkerContext) - Method in class com.google.gwt.core.linker.CrossSiteIframeLinker
Returns whether to use "self" for $wnd and $doc references.
showFindBox() - Method in class com.google.gwt.dev.shell.log.SwingLoggerPanel
shr(LongLib.LongEmul, int) - Static method in class com.google.gwt.lang.LongLib
shru(LongLib.LongEmul, int) - Static method in class com.google.gwt.lang.LongLib
shutDown() - Method in class com.google.gwt.dev.DevModeBase
shutdown() - Method in class com.google.gwt.dev.shell.BrowserChannelServer
Close the connection to the browser.
signature(FieldBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
signature(MethodBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
signature(TypeBinding) - Static method in class com.google.gwt.dev.javac.JdtUtil
signature - Variable in class com.google.gwt.dev.jjs.ast.JMethod
signatureFor(JMethod) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
Simplifier - Class in com.google.gwt.dev.jjs.impl
Methods that both construct and try to simplify AST nodes.
simplifyAnd(JBinaryOperation) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplify short circuit AND expressions.
simplifyCast(JCastOperation) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplify cast operations.
simplifyConditional(JConditional) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplify conditional expressions.
simplifyIfStatement(JIfStatement, JType) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplifies an if then else statement.
simplifyNot(JPrefixOperation) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplifies an negation expression.
simplifyOr(JBinaryOperation) - Static method in class com.google.gwt.dev.jjs.impl.Simplifier
Simplify short circuit OR expressions.
simulateTransferThinning(ArtifactSet, StandardLinkerContext) - Static method in class com.google.gwt.dev.Link
In a parallel build, artifact sets are thinned down in transit between
compilation and linking.
SingleScriptLinker - Class in com.google.gwt.core.linker
A Linker for producing a single JavaScript file from a GWT module.
SingleScriptLinker() - Constructor for class com.google.gwt.core.linker.SingleScriptLinker
size() - Method in class com.google.gwt.core.ext.linker.ArtifactSet
size() - Method in class com.google.gwt.dev.cfg.PropertyCombinations
size() - Method in class com.google.gwt.dev.js.rhino.ObjArray
size() - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap
size() - Method in class com.google.gwt.dev.util.collect.HashMap
size() - Method in class com.google.gwt.dev.util.collect.HashSet
size() - Method in class com.google.gwt.dev.util.collect.Stack
Returns the number of elements in the stack (including pushed nulls).
size() - Method in class com.google.gwt.dev.util.editdistance.CharIndex.FullHash
size() - Method in class com.google.gwt.dev.util.editdistance.CharIndex.Masked
size() - Method in class com.google.gwt.dev.util.editdistance.CharIndex
Returns the maximum index result that can be returned by
the lookup function (including the nullElement result
if applicable).
size() - Method in class com.google.gwt.dev.util.editdistance.CharIndex.Straight
size - Variable in class com.google.gwt.soyc.LiteralsCollection
sizeAllCode - Variable in class com.google.gwt.soyc.SizeBreakdown
SizeBreakdown - Class in com.google.gwt.dev.js
A size breakdown of a single JavaScript code fragment.
SizeBreakdown(int, Map<JsName, Integer>) - Constructor for class com.google.gwt.dev.js.SizeBreakdown
SizeBreakdown - Class in com.google.gwt.soyc
A size breakdown of one code collection.
SizeBreakdown(String, String) - Constructor for class com.google.gwt.soyc.SizeBreakdown
SizeMapRecorder - Class in com.google.gwt.core.ext.soyc.impl
SizeMapRecorder() - Constructor for class com.google.gwt.core.ext.soyc.impl.SizeMapRecorder
SoftPermutation - Class in com.google.gwt.core.ext.linker
Represents a permutation of collapsed deferred-binding property values.
SoftPermutation() - Constructor for class com.google.gwt.core.ext.linker.SoftPermutation
solve(G, Analysis<N, E, G, A>, boolean) - Static method in class com.google.gwt.dev.jjs.impl.gflow.AnalysisSolver
Solve a non-integrated analysis.
solveIntegrated(G, IntegratedAnalysis<N, E, T, G, A>, boolean) - Static method in class com.google.gwt.dev.jjs.impl.gflow.AnalysisSolver
Solve a integrated analysis.
sort(JClassType[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort class types in a consistent way.
sort(JConstructor[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort constructors in a consistent way.
sort(JField[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort fields in a consistent way.
sort(JMethod[]) - Static method in class com.google.gwt.core.ext.typeinfo.TypeOracle
Convenience method to sort methods in a consistent way.
sort(JClassType[]) - Static method in class com.google.gwt.dev.javac.typemodel.TypeOracle
Convenience method to sort class types in a consistent way.
sort(List<T>, Comparator<? super T>) - Static method in class com.google.gwt.dev.util.collect.Lists
sortByName(List<T>) - Static method in class com.google.gwt.dev.jjs.ast.HasName.Util
sortFields(Comparator<? super JField>) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Sorts this type's fields according to the specified sort.
sortLocals(Comparator<? super JLocal>) - Method in class com.google.gwt.dev.jjs.ast.JMethodBody
Sorts this method's locals according to the specified sort.
sortMethods(Comparator<? super JMethod>) - Method in class com.google.gwt.dev.jjs.ast.JDeclaredType
Sorts this type's methods according to the specified sort.
Source - Interface in com.google.gwt.dev.javac.testing
Sources used to provide content to a GeneratorContext
when testing
generators.
SOURCE_NAME_COMPARATOR - Static variable in interface com.google.gwt.core.ext.soyc.Member
Compares Members based solely on source name.
SOURCE_ORDER_COMPARATOR - Static variable in class com.google.gwt.core.ext.soyc.Range
Sorts Ranges into the order in which they would appear in the source code
based on start position and end position.
SOURCE_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
SourceDetail(int, String, int, String) - Constructor for class com.google.gwt.dev.js.JsParserException.SourceDetail
SourceGenerationVisitor - Class in com.google.gwt.dev.jjs.impl
Generates Java source from our AST.
SourceGenerationVisitor(TextOutput) - Constructor for class com.google.gwt.dev.jjs.impl.SourceGenerationVisitor
SourceInfo - Interface in com.google.gwt.dev.jjs
Tracks file and line information for AST nodes.
SourceInfoCorrelation - Class in com.google.gwt.dev.jjs
Tracks file and line information for AST nodes.
SourceInfoCorrelation(SourceOrigin) - Constructor for class com.google.gwt.dev.jjs.SourceInfoCorrelation
SourceInfoCorrelation(SourceInfoCorrelation, SourceOrigin) - Constructor for class com.google.gwt.dev.jjs.SourceInfoCorrelation
SourceInfoCorrelator - Class in com.google.gwt.dev.jjs.impl
Fix up SOYC parents and add correlations.
SourceInfoCorrelator() - Constructor for class com.google.gwt.dev.jjs.impl.SourceInfoCorrelator
sourceInfoMap - Variable in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
SourceLevel - Enum in com.google.gwt.dev.util.arg
Java source level compatibility constants.
SourceMapArtifact(int, int, byte[], String) - Constructor for class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
sourceMapFilenameForFragment(int) - Static method in class com.google.gwt.core.linker.SymbolMapsLinker.SourceMapArtifact
SourceMapRecorder - Class in com.google.gwt.core.ext.soyc
Creates Closure Compatible SourceMaps.
SOURCENAME_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
SourceOrBinaryName() - Constructor for class com.google.gwt.dev.util.Name.SourceOrBinaryName
SourceOrigin - Class in com.google.gwt.dev.jjs
Describes where a SourceInfo's node came from.
sourceToken - Variable in class com.google.gwt.dev.javac.StandardGeneratorContext.GeneratedUnitImpl
A token to retrieve this object's bytes from the disk cache.
SoycDashboard - Class in com.google.gwt.soyc
The command-line entry point for creating a compile report.
SoycDashboard(OutputDirectory) - Constructor for class com.google.gwt.soyc.SoycDashboard
SoycReportLinker - Class in com.google.gwt.core.linker
Converts SOYC report files into emitted private artifacts.
SoycReportLinker() - Constructor for class com.google.gwt.core.linker.SoycReportLinker
space() - Method in class com.google.gwt.dev.jjs.impl.ToStringGenerationVisitor
SPAM - Static variable in class com.google.gwt.core.ext.TreeLogger
Logs extremely verbose and detailed information that is typically useful
only to product implementors.
SPECIAL_CLIENTMETHODS_OBJECT - Static variable in class com.google.gwt.dev.shell.BrowserChannel
SPECIAL_PROP_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
SPECIAL_SERVERMETHODS_OBJECT - Static variable in class com.google.gwt.dev.shell.BrowserChannel
SPECIALCALL_PROP - Static variable in class com.google.gwt.dev.js.rhino.Node
Specialization(List<JType>, JType, String) - Constructor for class com.google.gwt.dev.jjs.ast.JMethod.Specialization
SPECIALIZE_METHOD - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
SpeedTracerEventType - Enum in com.google.gwt.dev.util.log.speedtracer
Represents a type of event whose performance is tracked while running
DevMode
SpeedTracerLogger - Class in com.google.gwt.dev.util.log.speedtracer
Logs performance metrics for internal development purposes.
SpeedTracerLogger.Event - Class in com.google.gwt.dev.util.log.speedtracer
Represents a node in a tree of SpeedTracer events.
SpeedTracerLogger.EventType - Interface in com.google.gwt.dev.util.log.speedtracer
Enumerated types for logging events implement this interface.
SplitPointRecorder - Class in com.google.gwt.core.ext.soyc.impl
Records split points to a file for Compile Reports.
splitPrimaryJavaScript(StatementRanges, String, int, String, LinkerContext) - Static method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
Split a JavaScript string into multiple chunks, at statement boundaries.
stack - Variable in class com.google.gwt.dev.js.JsSafeCloner.Cloner
Stack <T > - Class in com.google.gwt.dev.util.collect
Stack() - Constructor for class com.google.gwt.dev.util.collect.Stack
STACKTRACE_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Failure
stampJavaTypeInfo(Object, T[]) - Static method in class com.google.gwt.lang.Array
stampJavaTypeInfo(Class<?>, JavaScriptObject, JavaScriptObject, int, Object) - Static method in class com.google.gwt.lang.Array
Creates an array like "new T[][]{a,b,c,d}" by passing in a native JSON
array, [a, b, c, d].
StandardClassMember - Class in com.google.gwt.core.ext.soyc.impl
An implementation of ClassMember.
StandardClassMember(MemberFactory, JDeclaredType) - Constructor for class com.google.gwt.core.ext.soyc.impl.StandardClassMember
Constructed by MemberFactory#get(JReferenceType)
.
StandardCompilationResult - Class in com.google.gwt.core.ext.linker.impl
StandardCompilationResult(PermutationResult) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardCompilationResult
StandardConfigurationProperty - Class in com.google.gwt.core.ext.linker.impl
StandardConfigurationProperty(ConfigurationProperty) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardConfigurationProperty
StandardFieldMember - Class in com.google.gwt.core.ext.soyc.impl
An implementation of FieldMember.
StandardFieldMember(MemberFactory, JField) - Constructor for class com.google.gwt.core.ext.soyc.impl.StandardFieldMember
Constructed by MemberFactory#get(JFieldType)
.
StandardGeneratedResource - Class in com.google.gwt.core.ext.linker.impl
StandardGeneratedResource(String, byte[]) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardGeneratedResource
Creates an artifact by writing bytes to the disk cache.
StandardGeneratedResource(String, long) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardGeneratedResource
Creates an artifact that points to a file already saved in the disk cache.
StandardGeneratorContext - Class in com.google.gwt.dev.javac
Manages generators and generated units during a single compilation.
StandardGeneratorContext(CompilerContext, CompilationState, ArtifactSet, boolean) - Constructor for class com.google.gwt.dev.javac.StandardGeneratorContext
Normally, the compiler host would be aware of the same types that are
available in the supplied type oracle although it isn't strictly required.
StandardGeneratorContext.GeneratedUnitImpl - Class in com.google.gwt.dev.javac
This generated unit acts as a normal generated unit as well as a buffer
into which generators can write their source.
StandardLinkerContext - Class in com.google.gwt.core.ext.linker.impl
StandardLinkerContext(TreeLogger, ModuleDef, ResourceOracle, JsOutputOption) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardLinkerContext
StandardMethodMember - Class in com.google.gwt.core.ext.soyc.impl
An implementation of MethodMember.
StandardMethodMember(MemberFactory, JMethod) - Constructor for class com.google.gwt.core.ext.soyc.impl.StandardMethodMember
StandardPublicResource - Class in com.google.gwt.core.ext.linker.impl
StandardPublicResource(String, Resource) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardPublicResource
StandardRebindOracle - Class in com.google.gwt.dev.shell
Implements rebind logic in terms of a variety of other well-known oracles.
StandardRebindOracle(PropertyOracle, Deque<Rule>, StandardGeneratorContext) - Constructor for class com.google.gwt.dev.shell.StandardRebindOracle
StandardScriptReference - Class in com.google.gwt.core.ext.linker.impl
StandardScriptReference(String, int) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardScriptReference
StandardSelectionProperty - Class in com.google.gwt.core.ext.linker.impl
StandardSelectionProperty(BindingProperty) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardSelectionProperty
StandardSoftPermutation - Class in com.google.gwt.core.ext.linker.impl
StandardSoftPermutation(int, Map<SelectionProperty, String>) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardSoftPermutation
StandardStatementRanges - Class in com.google.gwt.core.ext.linker.impl
StandardStatementRanges(List<Integer>, List<Integer>) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardStatementRanges
StandardStylesheetReference - Class in com.google.gwt.core.ext.linker.impl
StandardStylesheetReference(String, int) - Constructor for class com.google.gwt.core.ext.linker.impl.StandardStylesheetReference
StandardSymbolData - Class in com.google.gwt.core.ext.linker.impl
An immutable implementation of SymbolData.
StandardTypes() - Constructor for class com.google.gwt.dev.jjs.ast.JTypeOracle.StandardTypes
start(int) - Method in class com.google.gwt.core.ext.linker.impl.StandardStatementRanges
start(int) - Method in interface com.google.gwt.core.ext.linker.StatementRanges
The start of the ith statement.
start(TreeLogger, int, File) - Method in class com.google.gwt.core.ext.ServletContainerLauncher
Start an embedded HTTP servlet container.
start(Options) - Static method in class com.google.gwt.dev.codeserver.CodeServer
Starts the code server with the given command line options.
start() - Method in class com.google.gwt.dev.js.rhino.ObjToIntMap.Iterator
start() - Method in class com.google.gwt.dev.shell.BrowserListener
start() - Method in interface com.google.gwt.dev.shell.CodeServerListener
Starts the code server.
start(TreeLogger, int, File) - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher
start() - Method in class com.google.gwt.dev.shell.remoteui.MessageTransport
Starts up the message transport.
start() - Method in class com.google.gwt.dev.shell.SuperDevListener
start(SpeedTracerLogger.EventType, String...) - Static method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger
Signals that a new event has started.
start(DevModeSession, SpeedTracerLogger.EventType, String...) - Static method in class com.google.gwt.dev.util.log.speedtracer.SpeedTracerLogger
Signals that a new event has started.
start(String) - Static method in class com.google.gwt.dev.util.PerfCounter
Start operation.
start(String) - Static method in class com.google.gwt.dev.util.PerfLogger
Starts a new timing corresponding to message
.
startDependencyGraph(String, String) - Method in class com.google.gwt.core.ext.soyc.coderef.DependencyGraphRecorder
startDependencyGraph(String, String) - Method in class com.google.gwt.core.ext.soyc.impl.DependencyRecorder
startDependencyGraph(String, String) - Method in interface com.google.gwt.dev.jjs.impl.codesplitter.MultipleDependencyGraphRecorder
Start a new dependency graph.
startedCompile(String, int, CompileDir) - Method in interface com.google.gwt.dev.codeserver.RecompileListener
Deprecated.
Called when starting a compile.
startNewPermutation(String) - Method in class com.google.gwt.soyc.SoycDashboard
startUp() - Method in class com.google.gwt.dev.DevModeBase
STARTUPURLS_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.Initialize
StatementRanges - Interface in com.google.gwt.core.ext.linker
Describes the source-code positions of top-level statements in a string of
JavaScript.
statementRanges - Variable in class com.google.gwt.dev.jjs.impl.JsAbstractTextTransformer
StatementRangesBuilder - Class in com.google.gwt.core.ext.linker.impl
A builder for combining existing statement ranges.
StatementRangesBuilder() - Constructor for class com.google.gwt.core.ext.linker.impl.StatementRangesBuilder
StatementRangesExtractor - Class in com.google.gwt.core.ext.linker.impl
An efficient StatementRanges extractor.
StatementRangesExtractor(StatementRanges) - Constructor for class com.google.gwt.core.ext.linker.impl.StatementRangesExtractor
STATIC_INIT_METHOD_NAME - Static variable in class com.google.gwt.dev.jjs.impl.GwtAstBuilder
StaticJavaResource - Class in com.google.gwt.dev.javac.testing.impl
Java resource with unchanging contents.
StaticJavaResource(String, CharSequence) - Constructor for class com.google.gwt.dev.javac.testing.impl.StaticJavaResource
StaticResources - Class in com.google.gwt.soyc
This class handles static resources such as CSS and GIF files that support
the generated HTML.
StaticResources() - Constructor for class com.google.gwt.soyc.StaticResources
stmts - Variable in class com.google.gwt.dev.js.ast.JsSwitchMember
stop() - Method in class com.google.gwt.core.ext.ServletContainer
Stops the running servlet container.
stop() - Method in class com.google.gwt.dev.codeserver.WebServer
stop() - Method in class com.google.gwt.dev.shell.jetty.JettyLauncher.JettyServletContainer
store(String, AbstractMethodDeclaration) - Method in class com.google.gwt.dev.javac.MethodArgNamesLookup
Store the argument names for a method.
Story - Interface in com.google.gwt.core.ext.soyc
Represents a (possibly disjoint) region of the JavaScript output for which
metadata is available.
StoryImpl - Class in com.google.gwt.core.ext.soyc.impl
An implementation of the Story interface.
StoryImpl(int, SortedSet<Member>, String, int, int) - Constructor for class com.google.gwt.core.ext.soyc.impl.StoryImpl
Standard constructor.
StoryImpl(StoryImpl, int) - Constructor for class com.google.gwt.core.ext.soyc.impl.StoryImpl
This is a copy-constructor that's used when we subdivide a Range.
StoryImplComparator - Class in com.google.gwt.core.ext.soyc.impl
Exists as a real class to allow TreeMaps to be serialized.
StoryImplComparator() - Constructor for class com.google.gwt.core.ext.soyc.impl.StoryImplComparator
StoryRecorder - Class in com.google.gwt.core.ext.soyc.impl
Records Story
s to a file for Compile Reports.
streamOut(InputStream, OutputStream, int) - Static method in class com.google.gwt.util.tools.Utility
strengthenToExact() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
strengthenToNonNull() - Method in class com.google.gwt.dev.jjs.ast.JPrimitiveType
strengthenToNonNull() - Method in class com.google.gwt.dev.jjs.ast.JReferenceType
strengthenToNonNull() - Method in class com.google.gwt.dev.jjs.ast.JType
Returns a non nullable version of this type if possible.
strengthenType(JReferenceType, JReferenceType) - Method in class com.google.gwt.dev.jjs.ast.JProgram
Return the greatest lower bound of two types.
STRING - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
STRING - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
STRING_BUILDER - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
StringAnalyzableTypeEnvironment - Class in com.google.gwt.dev
An AnalyzableTypeEnvironment that is built up from inserted method and type name strings.
StringInterner - Class in com.google.gwt.dev.util
The string interner singleton.
StringInterner() - Constructor for class com.google.gwt.dev.util.StringInterner
StringInterningObjectInputStream - Class in com.google.gwt.dev.util
An ObjectInputStream that interns all deserialized strings.
StringInterningObjectInputStream(InputStream) - Constructor for class com.google.gwt.dev.util.StringInterningObjectInputStream
StringKey - Class in com.google.gwt.dev.util
A "typed string" utility class that improves the readability of generic code
by using proper types.
StringKey(String) - Constructor for class com.google.gwt.dev.util.StringKey
Constructor.
STRINGS - Static variable in class com.google.gwt.dev.util.Empty
StringTypeMapper(JProgram) - Constructor for class com.google.gwt.dev.jjs.impl.ResolveRuntimeTypeReferences.StringTypeMapper
StringUtils - Class in com.google.gwt.util.tools.shared
String utility methods.
StringUtils() - Constructor for class com.google.gwt.util.tools.shared.StringUtils
stripJarPathPrefix(String) - Static method in class com.google.gwt.dev.util.Util
Remove leading file:jar:...!/ prefix from source paths for source located in jars.
STRONG_NAME_SUFFIX - Static variable in class com.google.gwt.core.linker.SymbolMapsLinker
This value is appended to the strong name of the CompilationResult to form the symbol map's
filename.
StubGeneratorContext - Class in com.google.gwt.core.ext
An abstract generator context class which by default throws
UnsupportedOperationException for all methods.
StubGeneratorContext() - Constructor for class com.google.gwt.core.ext.StubGeneratorContext
Styles - Class in com.google.gwt.dev.cfg
Manages a list of stylesheet urls.
Styles() - Constructor for class com.google.gwt.dev.cfg.Styles
StylesheetReference - Class in com.google.gwt.core.ext.linker
An external stylesheet referenced in the module manifest.
StylesheetReference(Class<? extends Linker>, String, int) - Constructor for class com.google.gwt.core.ext.linker.StylesheetReference
SUB - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
sub(LongLib.LongEmul, LongLib.LongEmul) - Static method in class com.google.gwt.lang.LongLib
subSet(Artifact<?>, Artifact<?>) - Method in class com.google.gwt.core.ext.linker.ArtifactSet
SubsetFilteringPropertyOracle - Class in com.google.gwt.core.ext
A property oracle that prevents access to any properties not named in its predefined set.
Used by the generator driver framework to limit property access for the purpose of
forcing generators to accurately declare their property dependencies.
SubsetFilteringPropertyOracle(Set<String>, PropertyOracle, String) - Constructor for class com.google.gwt.core.ext.SubsetFilteringPropertyOracle
subtract(double, double) - Static method in class com.google.gwt.dev.util.Ieee754_64_Arithmetic
SUMMARY_FIELD_NUMBER - Static variable in class com.google.gwt.dev.shell.remoteui.RemoteMessageProto.Message.Request.ViewerRequest.LogData
SuperDevListener - Class in com.google.gwt.dev.shell
Starts a superdev-mode codeserver.
SuperDevListener(TreeLogger, DevMode.HostedModeOptions) - Constructor for class com.google.gwt.dev.shell.SuperDevListener
Listens for new connections from browsers.
supportsDevModeInJunit(LinkerContext) - Method in class com.google.gwt.core.ext.linker.impl.SelectionScriptLinker
supportsDevModeInJunit(LinkerContext) - Method in class com.google.gwt.core.ext.Linker
Returns true
if this linker supports DevMode.
SUPPRESS_WARNINGS - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
SwingLoggerPanel - Class in com.google.gwt.dev.shell.log
Swing widget containing a tree logger.
SwingLoggerPanel(TreeLogger.Type, File) - Constructor for class com.google.gwt.dev.shell.log.SwingLoggerPanel
Create a Swing-based logger panel, with a tree section and a detail
section.
SwingLoggerPanel.CloseHandler - Interface in com.google.gwt.dev.shell.log
Callback interface for optional close button behavior.
SwingModuleHandle(ModulePanel) - Constructor for class com.google.gwt.dev.SwingUI.SwingModuleHandle
Create an immutable module handle.
SwingTreeLogger - Class in com.google.gwt.dev.shell.log
Tree logger built on an Swing tree item.
SwingTreeLogger(SwingLoggerPanel) - Constructor for class com.google.gwt.dev.shell.log.SwingTreeLogger
Constructs the top-level TreeItemLogger.
SwingTreeLogger.LogEvent - Class in com.google.gwt.dev.shell.log
Represents an individual log event.
SwingUI - Class in com.google.gwt.dev
Implements the Swing UI for development mode.
SwingUI(DevModeBase.HostedModeBaseOptions) - Constructor for class com.google.gwt.dev.SwingUI
Create a Swing UI instance.
SwingUI.SwingModuleHandle - Class in com.google.gwt.dev
Module handle for Swing UI.
SwingUI.TabPanelCollection - Interface in com.google.gwt.dev
Interface to group activities related to adding and deleting tabs.
SWITCH - Static variable in class com.google.gwt.dev.js.rhino.TokenStream
Token types.
SWITCH_ON_STRINGS_TEST - Static variable in class com.google.gwt.dev.javac.testing.impl.Java7MockResources
SwitchTransportMessage(BrowserChannel, String, String) - Constructor for class com.google.gwt.dev.shell.BrowserChannel.SwitchTransportMessage
SymbolData - Interface in com.google.gwt.core.ext.linker
Provides basic information about symbols in the generated JavaScript.
SymbolData.ClassIdentComparator - Class in com.google.gwt.core.ext.linker
A Comparator for use when presenting the data to humans.
SymbolMapsLinker - Class in com.google.gwt.core.linker
This Linker exports the symbol maps associated with each compilation result as a private file.
SymbolMapsLinker() - Constructor for class com.google.gwt.core.linker.SymbolMapsLinker
SymbolMapsLinker.ScriptFragmentEditsArtifact - Class in com.google.gwt.core.linker
Artifact to record insertions or deletions made to Javascript fragments.
SymbolMapsLinker.ScriptFragmentEditsArtifact.Edit - Enum in com.google.gwt.core.linker
Operation type performed on script.
SymbolMapsLinker.SourceMapArtifact - Class in com.google.gwt.core.linker
Artifact to represent a sourcemap file to be processed by SymbolMapsLinker.
syncDeletedSubCallGraphsSince(int, Collection<JMethod>) - Method in class com.google.gwt.dev.jjs.impl.FullOptimizerContext
syncDeletedSubCallGraphsSince(int, Collection<JMethod>) - Method in interface com.google.gwt.dev.jjs.impl.OptimizerContext
Remove the pruned methods from the deleted sub call graphs since a given step.
SYNTHETIC_TYPE_NAMES - Static variable in class com.google.gwt.dev.jjs.ast.JProgram
Types whose entire implementation is synthesized at compile time.
SyntheticArtifact - Class in com.google.gwt.core.ext.linker
SyntheticArtifact(Class<? extends Linker>, String, byte[]) - Constructor for class com.google.gwt.core.ext.linker.SyntheticArtifact
SyntheticArtifact(Class<? extends Linker>, String, byte[], long) - Constructor for class com.google.gwt.core.ext.linker.SyntheticArtifact
SyntheticClassMember - Class in com.google.gwt.dev.shell
This class is used to represent a synthetic field called "class" that allows
JSNI references to class literals.
SyntheticClassMember(Class<?>) - Constructor for class com.google.gwt.dev.shell.SyntheticClassMember
SYSTEM - Static variable in class com.google.gwt.dev.javac.testing.impl.JavaResourceBase
SYSTEM_GET_PROPERTY - Static variable in class com.google.gwt.dev.jjs.impl.UnifyAst
SYSTEM_GET_PROPERTY_WITH_DEFAULT - Static variable in class com.google.gwt.dev.jjs.impl.UnifyAst