序列化表格
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
serialVersionUID: 1L
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
kind
int kind
- An integer that describes the kind of this token. This numbering
system is determined by JavaCCParser, and a table of these numbers is
stored in the file ...Constants.java.
beginLine
int beginLine
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
beginColumn
int beginColumn
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endLine
int endLine
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
endColumn
int endColumn
- beginLine and beginColumn describe the position of the first character
of this token; endLine and endColumn describe the position of the
last character of this token.
image
String image
- The string image of the token.
next
Token next
- A reference to the next regular (non-special) token from the input
stream. If this is the last token from the input stream, or if the
token manager has not read tokens beyond this one, this field is
set to null. This is true only if this token is also a regular
token. Otherwise, see below for a description of the contents of
this field.
specialToken
Token specialToken
- This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
If there are no such special tokens, this field is set to null.
When there are more than one such special token, this field refers
to the last of these special tokens, which in turn refers to the next
previous special token through its specialToken field, and so on
until the first special token (whose specialToken field is null).
The next fields of special tokens refer to other special tokens that
immediately follow it (without an intervening regular token). If there
is no such token, this field is null.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
serialVersionUID: 5769722539397237515L
serialVersionUID: 793932807880443631L
serialVersionUID: 5749739604257464727L
serialVersionUID: -6919179828339609913L
serialVersionUID: 7756119840142724839L
serialVersionUID: -4360500807971797439L
|
软件包 com.sun.mail.imap.protocol |
serialVersionUID: 439049847053756670L
msgno
int msgno
serialVersionUID: 804831199768630097L
addr
InternetAddress addr
cmd
String cmd
rc
int rc
serialVersionUID: -1168335848623096749L
addr
InternetAddress addr
cmd
String cmd
rc
int rc
serialVersionUID: 8049122628728932894L
addr
InternetAddress addr
cmd
String cmd
rc
int rc
serialVersionUID: 4281122580365555735L
serialVersionUID: 4280468026581616424L
readExternal
public void readExternal(ObjectInput arg0)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput arg0)
throws IOException
- 抛出:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
base
Object base
property
Object property
serialVersionUID: -5822459626751992278L
serialVersionUID: 492080754054436511L
serialVersionUID: 6243590407214169028L
system_flags
int system_flags
user_flags
Hashtable<K,V> user_flags
serialVersionUID: 1687879213433302315L
serialVersionUID: 472612108891249403L
serialVersionUID: 3974370223328268013L
serialVersionUID: -7479791750606340008L
readResolve
protected Object readResolve()
throws ObjectStreamException
- When deserializing a RecipientType, we need to make sure to
return only one of the known static final instances defined
in this class. Subclasses must implement their own
readResolve method that checks for their known
instances before calling this super method.
- 抛出:
ObjectStreamException
type
String type
- The type of recipient, usually the name of a corresponding
Internet standard header.
-
serialVersionUID: 1951292550679528690L
serialVersionUID: -7569192289819959253L
next
Exception next
- The next exception in the chain.
-
serialVersionUID: -3757386618726131322L
serialVersionUID: 8058319293154708827L
serialVersionUID: 5711829372799039325L
serialVersionUID: -6457531621682372913L
serialVersionUID: -3145392336120082655L
serialVersionUID: -1855480171284792957L
type
int type
- The event type.
-
serialVersionUID: 5278131310563694307L
type
int type
- The event type.
-
serialVersionUID: 1846275636325456631L
serialVersionUID: -4974972972105535108L
type
int type
- The event type.
-
serialVersionUID: -7447022340837897369L
type
int type
- The event type.
-
removed
boolean removed
- If true, this event is the result of an explicit
expunge by this client, and the messages in this
folder have been renumbered to account for this.
If false, this event is the result of an expunge
by external sources.
-
serialVersionUID: 1938704919992515330L
type
int type
- The event type.
-
message
String message
- The message text to be presented to the user.
-
serialVersionUID: -4729852364684273073L
type
int type
- The event type.
-
serialVersionUID: 9134583443539323120L
ref
String ref
- The string being parsed.
-
pos
int pos
- The index in the string where the error occurred, or -1 if not known.
-
serialVersionUID: -7507595530758302903L
address
String address
personal
String personal
- The personal name.
encodedPersonal
String encodedPersonal
- The RFC 2047 encoded version of the personal name.
This field and the personal field track each
other, so if a subclass sets one of these fields directly, it
should set the other to null, so that it is
suitably recomputed.
serialVersionUID: -8148227605210628779L
serialVersionUID: -5468290701714395543L
readResolve
protected Object readResolve()
throws ObjectStreamException
- 抛出:
ObjectStreamException
serialVersionUID: -4203797299824684143L
newsgroup
String newsgroup
host
String host
serialVersionUID: 7649991205183658089L
serialVersionUID: 3086821234204980368L
serialVersionUID: 2005405551929769980L
address
Address address
- The address.
-
serialVersionUID: -3583274505380989582L
terms
SearchTerm[] terms
- The array of terms on which the AND operator should be
applied.
-
serialVersionUID: -4888862527916911385L
serialVersionUID: 1456646953666474308L
comparison
int comparison
- The comparison.
-
serialVersionUID: 4818873430063720043L
date
Date date
- The date.
-
serialVersionUID: -142991500302030647L
set
boolean set
- Indicates whether to test for the presence or
absence of the specified Flag. If
true,
then test whether all the specified flags are present, else
test whether all the specified flags are absent.
-
flags
Flags flags
- Flags object containing the flags to test.
-
serialVersionUID: 5801127523826772788L
serialVersionUID: 5214730291502658665L
serialVersionUID: 8342514650333389122L
headerName
String headerName
- The name of the header.
-
serialVersionUID: -6963571240154302484L
number
int number
- The number.
-
serialVersionUID: -2121096296454691963L
serialVersionUID: -5379625829658623812L
serialVersionUID: 7152293214217310216L
term
SearchTerm term
- The search term to negate.
-
serialVersionUID: 5380534067523646936L
terms
SearchTerm[] terms
- The array of terms on which the OR operator should
be applied.
-
serialVersionUID: -2756695246195503170L
serialVersionUID: -8293562089611618849L
type
Message.RecipientType type
- The recipient type.
-
serialVersionUID: 6548700653122680468L
type
Message.RecipientType type
- The recipient type.
-
serialVersionUID: -7092886778226268686L
serialVersionUID: -6652358452205992789L
serialVersionUID: 5647755030530907263L
serialVersionUID: -2556219451005103709L
serialVersionUID: 1274042129007696269L
pattern
String pattern
- The pattern.
-
ignoreCase
boolean ignoreCase
- Ignore case when comparing?
-
serialVersionUID: 7481568618055573432L
|
软件包 javax.security.auth.message |
name
String name
value
Object value
rootCause
Throwable rootCause
name
String name
value
Object value
request
ServletRequest request
servlet
Servlet servlet
permanent
boolean permanent
seconds
int seconds
serialVersionUID: -6454587001725327448L
name
String name
value
String value
comment
String comment
domain
String domain
maxAge
int maxAge
path
String path
secure
boolean secure
version
int version
isHttpOnly
boolean isHttpOnly
name
String name
value
Object value
mRootCause
Throwable mRootCause
- 已过时。
|
软件包 javax.servlet.jsp.tagext |
bodyContent
BodyContent bodyContent
- The current BodyContent for this BodyTag.
parent
Tag parent
values
Hashtable<K,V> values
id
String id
- The value of the id attribute of this tag; or null.
pageContext
PageContext pageContext
- The PageContext.
errorCode
int errorCode
errorCode
int errorCode
|
软件包 org.apache.jasper.runtime |
|
软件包 org.apache.jasper.servlet |
context
ServletContext context
config
ServletConfig config
options
Options options
rctxt
JspRuntimeContext rctxt
countErrors
AtomicInteger countErrors
httpMethodsString
String httpMethodsString
httpMethodsSet
HashSet<E> httpMethodsSet
taglibs
ConcurrentHashMap<K,V> taglibs
tagFileJarUrls
ConcurrentHashMap<K,V> tagFileJarUrls
jspProbeEmitter
JspProbeEmitter jspProbeEmitter
|
软件包 org.eclipse.jdt.core.compiler |
serialVersionUID: 2909732853499731592L
|
软件包 org.eclipse.jdt.internal.compiler.classfmt |
serialVersionUID: 6667458511042774540L
errorCode
int errorCode
bufferPosition
int bufferPosition
nestedException
RuntimeException nestedException
fileName
char[] fileName
|
软件包 org.eclipse.jdt.internal.compiler.flow |
serialVersionUID: 1827352841030089703L
|
软件包 org.eclipse.jdt.internal.compiler.lookup |
serialVersionUID: 4798247636899127380L
newAnnotationProcessorUnits
ICompilationUnit[] newAnnotationProcessorUnits
|
软件包 org.eclipse.jdt.internal.compiler.problem |
serialVersionUID: -2047226595083244852L
compilationResult
CompilationResult compilationResult
exception
Throwable exception
problem
CategorizedProblem problem
isSilent
boolean isSilent
silentException
RuntimeException silentException
serialVersionUID: -4253893529982226734L
encoding
String encoding
serialVersionUID: -1480267398969840003L
serialVersionUID: -5882417089349134385L
serialVersionUID: 2669970476264283736L
|
软件包 org.eclipse.jetty.continuation |
|
类 org.eclipse.jetty.continuation.Jetty6Continuation 继承 Object 实现 Serializable |
|
软件包 org.eclipse.jetty.http |
_status
int _status
_reason
String _reason
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
|
软件包 org.eclipse.jetty.jndi.factories |
|
软件包 org.eclipse.jetty.monitor.thread |
serialVersionUID: -4345223166315716918L
|
软件包 org.eclipse.jetty.plus.jaas |
serialVersionUID: -5538962177019315479L
_name
String _name
serialVersionUID: 3465114254970134526L
|
软件包 org.eclipse.jetty.policy |
|
软件包 org.eclipse.jetty.policy.loader |
serialVersionUID: 5789786270390222184L
|
软件包 org.eclipse.jetty.security |
serialVersionUID: 1097640442553284845L
serialVersionUID: -6226920753748399662L
_name
String _name
_credential
Credential _credential
serialVersionUID: 2998397924051854402L
_roleName
String _roleName
|
软件包 org.eclipse.jetty.security.authentication |
serialVersionUID: -4643200685888258706L
readObject
private void readObject(ObjectInputStream stream)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
_method
String _method
_name
String _name
_credentials
Object _credentials
|
软件包 org.eclipse.jetty.servlet |
serialVersionUID: 4930458713846881193L
_servletContext
ServletContext _servletContext
_contextHandler
ContextHandler _contextHandler
_acceptRanges
boolean _acceptRanges
_dirAllowed
boolean _dirAllowed
_welcomeServlets
boolean _welcomeServlets
_welcomeExactServlets
boolean _welcomeExactServlets
_redirectWelcome
boolean _redirectWelcome
_gzip
boolean _gzip
_pathInfoOnly
boolean _pathInfoOnly
_etags
boolean _etags
_resourceBase
Resource _resourceBase
_cache
ResourceCache _cache
_mimeTypes
MimeTypes _mimeTypes
_welcomes
String[] _welcomes
_stylesheet
Resource _stylesheet
_useFileMappedBuffer
boolean _useFileMappedBuffer
_cacheControl
ByteArrayBuffer _cacheControl
_relativeResourceBase
String _relativeResourceBase
_servletHandler
ServletHandler _servletHandler
_defaultHolder
ServletHolder _defaultHolder
_contextHandler
ContextHandler _contextHandler
_servletHandler
ServletHandler _servletHandler
_invokerEntry
Map.Entry<K,V> _invokerEntry
_parameters
Map<K,V> _parameters
_nonContextServlets
boolean _nonContextServlets
_verbose
boolean _verbose
serialVersionUID: 3681783214726776945L
_servletHandler
ServletHandler _servletHandler
_contextHandler
ContextHandler _contextHandler
_dftServlet
ServletHolder _dftServlet
_jspServlet
ServletHolder _jspServlet
_starJspMapped
boolean _starJspMapped
_warned
boolean _warned
_restrictToLocalhost
boolean _restrictToLocalhost
_statsHandler
StatisticsHandler _statsHandler
_memoryBean
MemoryMXBean _memoryBean
_connectors
Connector[] _connectors
|
软件包 org.eclipse.jetty.servlets |
serialVersionUID: -6182088932884791073L
_ok
boolean _ok
_docRoot
File _docRoot
_path
String _path
_cmdPrefix
String _cmdPrefix
_env
org.eclipse.jetty.servlets.CGI.EnvList _env
_ignoreExitState
boolean _ignoreExitState
_relative
boolean _relative
_development
boolean _development
_lastModified
long _lastModified
_context
ServletContext _context
|
软件包 org.eclipse.jetty.util |
_patterns
HashMap<K,V> _patterns
nested
Object nested
serialVersionUID: -6878723138353851005L
_map
Map<K,V> _map
_cmap
ConcurrentMap<K,V> _cmap
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- 抛出:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- 抛出:
IOException
|
软件包 org.eclipse.jetty.util.security |
_name
String _name
_roles
String[] _roles
_dataConstraint
int _dataConstraint
_anyRole
boolean _anyRole
_authenticate
boolean _authenticate
serialVersionUID: -7760551052768181572L
serialVersionUID: -2027792997664744210L
_cooked
String _cooked
serialVersionUID: 5533846540822684240L
_digest
byte[] _digest
serialVersionUID: 5062906681431569445L
_pw
String _pw
|
软件包 org.eclipse.jetty.websocket |
LOG
Logger LOG
_webSocketFactory
WebSocketFactory _webSocketFactory
|
软件包 org.objectweb.asm.optimizer |
key1
org.objectweb.asm.optimizer.Constant key1
key2
org.objectweb.asm.optimizer.Constant key2
key3
org.objectweb.asm.optimizer.Constant key3
unused
Set<E> unused
|
软件包 org.objectweb.asm.tree.analysis |
Copyright © 2013. All Rights Reserved.