String linkerName
com.google.gwt.core.ext.linker.TypeIndexedSet<T extends Comparable> delegate
long compileElapsedMilliseconds
long elapsedMilliseconds
int permutationId
String permutationDescription
int[] jsSize
CompilationResult delegate
String partialPath
EmittedArtifact.Visibility visibility
int index
String src
String src
int index
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
long lastModified
EmittedArtifact underlyingArtifact
int softPermutationId
String strongName
SortedSet<E> propertyValues
List<E> softPermutations
StatementRanges[] applicationStatementRanges
String strongName
long symbolToken
int permutationId
PermutationResult applicationPermutationResult
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
long lastModified
int[] ends
int[] starts
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
StandardSymbolData.className
and StandardSymbolData.sourceUri
are done
as writeObject because the actual String instances are very likely to be
shared among many instances of this class, so the same objects can be
reused in the stream. The other String fields are done as UTF because it's
slightly faster and the String objects are unlikely to be shared among
instances.IOException
ClassMember enclosing
String sourceName
ClassMember enclosing
String sourceName
private Object readResolve()
int permutationId
int fragment
byte[] js
String sourceRoot
com.google.gwt.dev.Link.LinkOptionsImpl linkOptions
int localWorkers
File deployDir
File extraDir
int localWorkers
ServletContainerLauncher scl
String sclArgs
boolean sdm
File moduleBaseDir
String modulePathPrefix
File warDir
boolean closureCompilerFormatEnabled
String bindAddress
int codeServerPort
String connectAddress
boolean isNoServer
File logDir
int port
String remoteUIClientId
String remoteUIHost
int remoteUIHostPort
List<E> startupURLs
JTypeOracle.ImmediateTypeRelations immediateTypeRelations
Map<K,V> compilationUnitTypeNameByNestedTypeName
Map<K,V> contentHashByGeneratedTypeName
Set<E> deletedCompilationUnitNames
Set<E> deletedDiskSourcePaths
Set<E> deletedResourcePaths
Set<E> dualJsoImplInterfaceNames
Map<K,V> descriptionByexportedGlobalNames
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> exportedGlobalNamesByTypeName
ArtifactSet generatedArtifacts
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> generatedCompilationUnitNamesByReboundTypeNames
ResolveRuntimeTypeReferences.IntTypeMapper intTypeMapper
Map<K,V> jsByTypeName
JsIncrementalNamer.JsIncrementalNamerState jsIncrementalNamerState
Set<E> jsoStatusChangedTypeNames
Set<E> jsoTypeNames
Integer lastLinkedJsBytes
Map<K,V> lastModifiedByDiskSourcePath
Map<K,V> lastModifiedByResourcePath
Set<E> lastReachableTypeNames
Set<E> modifiedCompilationUnitNames
Set<E> modifiedDiskSourcePaths
Set<E> modifiedResourcePaths
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> nestedTypeNamesByUnitTypeName
Set<E> preambleTypeNames
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> rebinderTypeNamesByReboundTypeName
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> reboundTypeNamesByGeneratedCompilationUnitNames
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> reboundTypeNamesByInputResource
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> referencedTypeNamesByTypeName
Set<E> rootTypeNames
Set<E> singleJsoImplInterfaceNames
Set<E> sourceCompilationUnitNames
Map<K,V> sourceMapsByTypeName
Set<E> staleTypeNames
Map<K,V> statementRangesByTypeName
StringAnalyzableTypeEnvironment typeEnvironment
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> typeNamesByReferencingTypeName
SwingLoggerPanel loggerPanel
ModuleTabPanel.Session session
boolean disconnected
CardLayout cardLayout
ModuleTabPanel.Session currentSession
JPanel deckPanel
JComboBox<E> moduleDropdown
JComboBox<E> sessionDropdown
Map<K,V> sessions
SwingUI.TabPanelCollection tabPanelCollection
JPanel topPanel
JPanel sessionDropdownPanel
JPanel moduleDropdownPanel
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
Permutation[] permutations
UnifiedAst unifiedAst
boolean disableUpdateCheck
boolean enableGeneratingOnShards
File genDir
JJSOptionsImpl jjsOptions
boolean saveSource
String sourceMapFilePrefix
boolean validateOnly
com.google.gwt.thirdparty.guava.common.collect.ListMultimap<K,V> properties
IntMultimap calleeMethodIdsByCallerMethodId
cern.colt.map.OpenIntIntHashMap enclosingTypeIdByMethodId
cern.colt.list.IntArrayList entryMethodIds
IntMultimap exportedMethodIdsByTypeId
IntMultimap instantiatedTypeIdsByMethodId
IntHashMultimap memberMethodIdsByTypeId
Map<K,V> methodIdsByName
List<E> methodNamesById
IntMultimap overidingMethodIdsByOverriddenMethodId
IntHashMultimap overriddenMethodIdsByOverridingMethodId
IntHashMultimap staticallyReferencedTypeIdsByMethodId
Map<K,V> typeIdsByName
cern.colt.map.OpenIntIntHashMap typeIdsWithExportedStaticReferences
List<E> typeNamesById
SwingLoggerPanel logWindow
ConfigurationProperties configurationProperties
BindingProperty[] orderedProperties
String[] orderedPropertyValues
List<E> collapsedValues
SortedSet<E> definedValues
String fallback
HashMap<K,V> fallbackValueMap
HashMap<K,V> fallbackValues
PropertyProvider provider
Class<T> providerGenerator
ConditionAll rootCondition
com.google.gwt.dev.cfg.BindingProperty.ConditionalValues allowedValues
com.google.gwt.dev.cfg.BindingProperty.ConditionalValues generatedValues
Conditions conditions
String linkerName
String assignableToTypeName
String exactTypeSourceName
com.google.gwt.thirdparty.guava.common.collect.ImmutableMap<K,V> properties
The value list may be empty, to represent a multi-valued property that has no values. (This is distinct from a property that doesn't exist at all.)
The value list may contain nulls. By default, an undefined, single-valued configuration property is represented as a list containing one null.
We don't have a way to distinguish a single-valued property from
a multi-valued property that happens to contain one entry. (It's available in
ConfigurationProperty
but not preserved.)
(We can't use a Multimap due to the above requirements.)
String name
String body
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream oos) throws IOException
IOException
DiskCacheToken astToken
long astVersion
com.google.gwt.dev.javac.ContentId contentId
com.google.gwt.dev.javac.Dependencies dependencies
boolean isError
boolean isGenerated
boolean isSuperSource
boolean hasJsInteropRootType
long lastModified
MethodArgNamesLookup methodArgNamesLookup
org.eclipse.jdt.core.compiler.CategorizedProblem[] problems
String resourceLocation
String resourcePath
String typeName
private void readObject(ObjectInputStream objectInputStream) throws IOException
IOException
private void writeObject(ObjectOutputStream objectOutputStream) throws IOException
IOException
com.google.gwt.thirdparty.guava.common.collect.SetMultimap<K,V> compilationErrorsByTypeSourceName
Map<K,V> fileNamesByTypeSourceName
com.google.gwt.thirdparty.guava.common.collect.SetMultimap<K,V> referencesByTypeSourceName
protected final Object writeReplace()
CachedCompilationUnit
.DiskCacheToken classBytesToken
CompiledClass enclosingClass
String internalName
boolean isLocal
String signatureHash
String sourceName
CompilationUnit unit
TreeLogger.HelpInfo helpInfo
int categoryId
String markerType
String[] arguments
String message
char[] originatingFileName
int sourceEnd
int sourceLineNumber
int sourceStart
boolean isError
boolean isWarning
String formattedString
Serializable astReference
Correlation.Axis axis
String ident
boolean addRuntimeChecks
boolean clusterSimilarFunctions
boolean incrementalCompile
boolean compilerMetricsEnabled
boolean disableClassMetadata
boolean enableAssertions
int fragmentCount
int fragmentsMerge
boolean inlineLiteralParameters
boolean jsonSoycEnabled
JsNamespaceOption namespace
int optimizationLevel
boolean optimizeDataflow
boolean ordinalizeEnums
JsOutputOption output
boolean removeDuplicateFunctions
boolean runAsyncEnabled
SourceLevel sourceLevel
boolean soycEnabled
boolean soycExtra
boolean soycHtmlDisabled
boolean strict
boolean generateJsInteropExports
WhitelistRegexFilter jsInteropExportFilter
boolean useDetailedTypeIds
OptionMethodNameDisplayMode.Mode methodNameDisplayMode
boolean closureFormatEnabled
private void readObject(ObjectInputStream inStream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream outStream) throws IOException
IOException
SourceOrigin origin
SourceInfoCorrelation parent
null
if I have no parent.Correlation[] primaryCorrelations
String fileName
int startLine
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
ModuleMetricsArtifact moduleMetrics
PrecompileTaskOptions options
PrecompilationMetricsArtifact precompilationMetrics
SortedSet<E> rebindRequests
JMethod method
JExpression instance
JExpression indexExpr
JExpression instance
JType elementType
JExpression arg
JExpression testExpr
JExpression lhs
JBinaryOperator op
JExpression rhs
JType type
private Object readResolve()
boolean value
JLabel label
JExpression expr
JType castType
JExpression expr
private Object readResolve()
char value
protected Object writeReplace()
boolean isAbstract
boolean isFinal
boolean isJso
JClassType superClass
JExpression elseExpr
JExpression ifTest
JExpression thenExpr
JType type
protected Object writeReplace()
boolean isEmpty
boolean defaultConstructor
JLabel label
JExpression initializer
JVariableRef variableRef
protected abstract Object writeReplace()
JDeclaredType.isExternal()
is true
.boolean isJsFunction
boolean isJsType
boolean isClassWideExport
boolean isJsNative
String jsNamespace
String jsName
Set<E> suppressedWarnings
JDeclaredType.NestedClassDisposition nestedClassDisposition
JDeclaredType clinitTarget
JDeclaredType enclosingType
com.google.gwt.dev.jjs.impl.GenerateJavaAST
; this information is
for tracking purposes.boolean isExternal
List<E> superInterfaces
JStatement body
JExpression testExpr
private Object readResolve()
double value
int ordinal
JExpression expr
protected Object writeReplace()
HasJsInfo.JsMemberType jsMembertype
String jsName
String jsNamespace
boolean exported
boolean isJsOverlay
JDeclaredType enclosingType
boolean isCompileTimeConstant
boolean isStatic
boolean isThisRef
boolean isVolatile
int access
JDeclaredType enclosingType
JExpression instance
JType overriddenType
private Object readResolve()
double value
JStatement body
List<E> initializers
JExpression condition
JExpression increments
JStatement elseStmt
JExpression ifExpr
JStatement thenStmt
JExpression expr
JReferenceType testType
protected Object writeReplace()
private Object readResolve()
int value
String name
JStatement body
JLabel label
JLocal local
private Object readResolve()
long value
protected Object writeReplace()
HasJsInfo.JsMemberType jsMemberType
String jsName
String jsNamespace
boolean exported
boolean isJsOverlay
JMethod.Specialization specialization
InliningMode inliningMode
boolean preventDevirtualization
boolean hasSideEffects
boolean defaultMethod
boolean syntheticAccidentalOverride
Set<E> suppressedWarnings
int access
JDeclaredType enclosingType
boolean isAbstract
boolean isFinal
boolean isStatic
boolean isSynthetic
boolean isForwarding
String name
List<E> originalParamTypes
JType originalReturnType
Set<E> overriddenMethods
Set<E> overridingMethods
List<E> params
JType returnType
List<E> thrownExceptions
List<E> args
JExpression instance
JMethod method
JType overriddenReturnType
com.google.gwt.dev.jjs.ast.JMethodCall.Polymorphism polymorphism
boolean markedAsSideAffectFree
HasName node
JClassType stringType
List<E> dimensionExpressions
List<E> initializers
JClassLiteral leafTypeClassLiteral
JArrayType type
SourceInfo info
private Object readResolve()
String key
int value
boolean isThis
boolean isVarags
boolean isOptional
JParameter param
private Object readResolve()
JType.name
.private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
JProgram.writeObject(ObjectOutputStream)
.IOException
ClassNotFoundException
JProgram.writeObject(ObjectOutputStream)
private void writeObject(ObjectOutputStream stream) throws IOException
IOException
List<E> codeGenTypes
List<E> immortalCodeGenTypes
JTypeOracle typeOracle
Map<K,V> arrayTypes
Map<K,V> castMaps
com.google.gwt.thirdparty.guava.common.collect.BiMap<K,V> classLiteralFieldsByType
List<E> entryMethods
Map<K,V> indexedFields
Map<K,V> indexedMethods
Map<K,V> indexedTypes
Set<E> typeNamesToIndex
Map<K,V> instanceToStaticMap
Set<E> referenceOnlyTypeNames
List<E> runAsyncs
LinkedHashSet<E> initialAsyncSequence
List<E> initialFragmentIdSequence
Map<K,V> staticToInstanceMap
Map<K,V> typeNameMap
Map<K,V> typesByClassLiteralField
JClassType typeClass
JClassType typeJavaLangObject
JArrayType typeJavaLangObjectArray
JClassType typeSpecialClassLiteralHolder
JClassType typeSpecialJavaScriptObject
JClassType typeString
FragmentPartitioningResult fragmentPartitioningResult
Map<K,V> dispatchTypeByNativeType
JExpression expr
String name
boolean explicitClassLiteral
JExpression onSuccessCall
JExpression runAsyncCall
int runAsyncId
JReferenceType typeReference
JType expressionType
JClassType stringType
String value
JBlock body
JExpression expr
JDeclaredType type
JExpression expr
Set<E> allClasses
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> potentialInterfaceByClass
C hasPotentialInterface I iff Exists C'. C' = C or C' subclassOf C and C implements I.
Set<E> dualImplInterfaces
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> implementedInterfacesByClass
C implements I iff Exists, C', I'. (C' = C or C' isSubclassOf C) and (I = I' or I' isSuperInterfaceOf I) and C' immediateImplements I'.
Set<E> instantiatedTypes
JProgram#getRunTimeType(JReferenceType)
.com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> classesByImplementingInterface
classesByImplementingInterface
is the relational
inverse of implementedInterfacesByClass
.Map<K,V> jsoByInterface
Map<K,V> referenceTypesByName
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> subclassesByClass
subclassesByClass
is the inverse of
superclassesByClass
.
NOTE: subclassesByClass
is NOT reflexive.
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> subInterfacesByInterface
subInterfacesByInterface
is the inverse of superInterfacesByInterface
.
NOTE: subInterfacesByInterface
is NOT reflexive.
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> superclassesByClass
superclassesByClass
is the transitive closure of
immediateSuperclassesByClass
.
NOTE: superclassesByClass
is NOT reflexive.
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> superInterfacesByInterface
superInterfacesByInterface
is the transitive closure of
immediateSuperInterfacesByInterface
.
NOTE: superInterfacesByInterface
is NOT reflexive.
Map<K,V> methodsBySignatureForType
boolean optimize
JTypeOracle.ImmediateTypeRelations immediateTypeRelations
ArrayTypeCreator arrayTypeCreator
JTypeOracle.StandardTypes standardTypes
Map<K,V> immediateSuperclassesByClass
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> immediateSuperInterfacesByInterface
com.google.gwt.thirdparty.guava.common.collect.Multimap<K,V> immediateImplementedInterfacesByClass
JExpression arg
JUnaryOperator op
JType coercionType
JExpression expression
JDeclarationStatement declStmt
boolean isFinal
String name
JType type
Set<E> suppressedWarnings
JVariable target
JStatement body
JExpression testExpr
String ident
String ident
boolean isLvalue
String ident
JClassType jsoType
JsParserException.SourceDetail sourceDetail
JsExpression arrayExpr
JsExpression indexExpr
JsExpression arg1
JsExpression arg2
JsBinaryOperator op
private Object readResolve()
boolean value
JsNameRef label
JsExpression caseExpr
JsCatchScope scope
JsBlock body
JsExpression condition
JsParameter param
JsName name
JsExpression elseExpr
JsExpression testExpr
JsExpression thenExpr
JsNameRef label
JsStatement body
JsExpression condition
JsExpression expr
JsStatement body
JsExpression condition
JsExpression incrExpr
JsExpression initExpr
JsVars initVars
JsStatement body
JsExpression iterExpr
JsName iterVarName
JsExpression objExpr
JsBlock body
List<E> params
JsScope scope
boolean isClinit
boolean fromJava
JsFunction superClinit
JsName name
InliningMode inliningMode
JsExpression ifExpr
JsStatement thenStmt
JsStatement elseStmt
List<E> args
JsExpression qualifier
JsName label
JsStatement stmt
JsScope enclosing
String ident
boolean isObfuscatable
String shortIdent
JsNode staticRef
JsName namespace
JsName name
String ident
JsName name
JsExpression qualifier
List<E> args
JsExpression ctorExpr
SourceInfo sourceInfo
private Object readResolve()
double value
String key
int value
JsName name
String name
JsPositionMarker.Type type
CorrelationFactory correlator
JsProgramFragment[] fragments
JsScope objectScope
JsScope topScope
JsGlobalBlock globalBlock
JsExpression labelExpr
JsExpression valueExpr
JsExpression expr
private Object writeReplace()
String description
String value
List<E> cases
JsExpression expr
JsExpression expr
JsExpression arg
JsUnaryOperator op
JsExpression initExpr
JsName name
JsStatement body
JsExpression condition
Object value
private void readObject(ObjectInputStream is) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream os) throws IOException
IOException
int size
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
int power
int keyCount
CloseButton.Callback callback
net.sourceforge.htmlunit.corejs.javascript.Scriptable connectMethod
net.sourceforge.htmlunit.corejs.javascript.Scriptable disconnectMethod
net.sourceforge.htmlunit.corejs.javascript.Scriptable initMethod
com.gargoylesoftware.htmlunit.javascript.host.Window window
com.gargoylesoftware.htmlunit.javascript.JavaScriptEngine jsEngine
TreeLogger logger
BrowserChannelClient browserChannelClient
net.sourceforge.htmlunit.corejs.javascript.Context jsContext
int objectRef
SessionData sessionData
Dimension preferredLayoutSize
TreeLogger.Type levelFilter
String regexFilter
JTree tree
DefaultTreeModel treeModel
SwingLoggerPanel.CloseHandler closeHandler
CloseButton closeLogger
JEditorPane details
boolean disconnected
com.google.gwt.dev.shell.log.SwingLoggerPanel.FindBox findBox
JComboBox<E> levelComboBox
TreeLogger logger
JTextField regexField
DefaultMutableTreeNode root
JPanel topPanel
JScrollPane treeView
JCheckBox autoScroll
RemoteMessageProto.Message.Failure failureMessage
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
Object protocolVersion_
RemoteMessageProto.Message.MessageType messageType_
int messageId_
RemoteMessageProto.Message.Request request_
RemoteMessageProto.Message.Response response_
RemoteMessageProto.Message.Failure failure_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Request.ServiceType serviceType_
RemoteMessageProto.Message.Request.ViewerRequest viewerRequest_
RemoteMessageProto.Message.Request.DevModeRequest devModeRequest_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Request.DevModeRequest.RequestType requestType_
RemoteMessageProto.Message.Request.DevModeRequest.CapabilityExchange capabilityExchange_
RemoteMessageProto.Message.Request.DevModeRequest.RestartWebServer restartWebServer_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Request.ViewerRequest.RequestType requestType_
RemoteMessageProto.Message.Request.ViewerRequest.CapabilityExchange capabilityExchange_
RemoteMessageProto.Message.Request.ViewerRequest.AddLog addLog_
RemoteMessageProto.Message.Request.ViewerRequest.AddLogBranch addLogBranch_
RemoteMessageProto.Message.Request.ViewerRequest.AddLogEntry addLogEntry_
RemoteMessageProto.Message.Request.ViewerRequest.DisconnectLog disconnectLog_
RemoteMessageProto.Message.Request.ViewerRequest.Initialize initialize_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.LogType type_
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ModuleLog moduleLog_
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.ServerLog serverLog_
RemoteMessageProto.Message.Request.ViewerRequest.AddLog.MainLog mainLog_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
Object name_
com.google.gwt.dev.protobuf.ByteString icon_
Object sessionKey_
Object userAgent_
Object url_
Object tabKey_
Object remoteHost_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
Object name_
com.google.gwt.dev.protobuf.ByteString icon_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
int parentLogHandle_
int indexInParent_
RemoteMessageProto.Message.Request.ViewerRequest.LogData logData_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
int logHandle_
int indexInLog_
RemoteMessageProto.Message.Request.ViewerRequest.LogData logData_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
int logHandle_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
Object clientId_
com.google.gwt.dev.protobuf.LazyStringList startupURLs_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
Object summary_
Object level_
boolean needsAttention_
Object details_
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Response.ViewerResponse viewerResponse_
RemoteMessageProto.Message.Response.DevModeResponse devModeResponse_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Response.DevModeResponse.ResponseType responseType_
RemoteMessageProto.Message.Response.DevModeResponse.CapabilityExchange capabilityExchange_
RemoteMessageProto.Message.Response.DevModeResponse.RestartWebServer restartWebServer_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Request.DevModeRequest.RequestType capability_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Response.ViewerResponse.ResponseType responseType_
RemoteMessageProto.Message.Response.ViewerResponse.CapabilityExchange capabilityExchange_
RemoteMessageProto.Message.Response.ViewerResponse.AddLog addLog_
RemoteMessageProto.Message.Response.ViewerResponse.AddLogBranch addLogBranch_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
int logHandle_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
int logHandle_
byte memoizedIsInitialized
int memoizedSerializedSize
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
protected Object writeReplace() throws ObjectStreamException
ObjectStreamException
com.google.gwt.dev.protobuf.UnknownFieldSet unknownFields
int bitField0_
RemoteMessageProto.Message.Request.ViewerRequest.RequestType capability_
byte memoizedIsInitialized
int memoizedSerializedSize
Permutation permutation
private void readObject(ObjectInputStream inputStream) throws IOException
IOException
public <T> T readObject(Class<T> type)
private void writeObject(ObjectOutputStream outputStream) throws IOException
IOException
Serializable data
Class<T> clazz
int hashCode
String value
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
boolean stableWriteObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream out) throws IOException
IOException
cern.colt.map.OpenIntObjectHashMap map
cern.colt.list.IntArrayList values
Copyright © 2018. All rights reserved.