Serialized Form
Package org.jboss.annotation.factory |
serialVersionUID: 1L
annotationType
Class<T> annotationType
map
Map<K,V> map
serialVersionUID: 2710034018990217179L
Package org.jboss.annotation.factory.ast |
serialVersionUID: 1L
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.
serialVersionUID: -8256510811060336766L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
Package org.jboss.annotation.factory.javassist |
serialVersionUID: -3253810562939848082L
Package org.jboss.metadata.spi.retrieval |
serialVersionUID: 1075815265759870744L
value
long value
- This valid time
Package org.jboss.metadata.spi.scope |
serialVersionUID: 5255750644324593360L
level
ScopeLevel level
- The scope level
qualifier
Object qualifier
- The scope qualifier
hashcode
int hashcode
serialVersionUID: -496238095349593370L
scopes
org.jboss.util.collection.ConcurrentSkipListMap<K,V> scopes
- The scopes ()
maxScopeLevel
ScopeLevel maxScopeLevel
- The scope level for this key
frozen
boolean frozen
- Whether the key is frozen
serialVersionUID: 9090783215048463821L
level
int level
- The scope level
name
String name
- The scope level name
serialVersionUID: -442157853443439820L
theScopes
Scope[] theScopes
theScopesCollection
Collection<E> theScopesCollection
hashcode
int hashcode
Package org.jboss.metadata.spi.stack |
serialVersionUID: 5661980843569388590L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.