Serialized Form


Package org.jboss.annotation.factory

Class org.jboss.annotation.factory.AnnotationProxy extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

annotationType

Class<T> annotationType

map

Map<K,V> map

Class org.jboss.annotation.factory.AnnotationValidationException extends RuntimeException implements Serializable

serialVersionUID: 2710034018990217179L


Package org.jboss.annotation.factory.ast

Class org.jboss.annotation.factory.ast.ParseException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

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.

Class org.jboss.annotation.factory.ast.TokenMgrError extends Error implements Serializable

serialVersionUID: -8256510811060336766L

Serialized Fields

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

Class org.jboss.annotation.factory.javassist.AnnotationProxy extends AnnotationProxy implements Serializable

serialVersionUID: -3253810562939848082L


Package org.jboss.metadata.spi.retrieval

Class org.jboss.metadata.spi.retrieval.ValidTime extends Object implements Serializable

serialVersionUID: 1075815265759870744L

Serialized Fields

value

long value
This valid time


Package org.jboss.metadata.spi.scope

Class org.jboss.metadata.spi.scope.Scope extends Object implements Serializable

serialVersionUID: 5255750644324593361L

Serialized Fields

level

ScopeLevel level
The scope level


qualifier

Object qualifier
The scope qualifier

Class org.jboss.metadata.spi.scope.ScopeKey extends Object implements Serializable

serialVersionUID: -496238095349593371L

Serialized Fields

scopes

SortedMap<K,V> scopes
The scopes


maxScopeLevel

ScopeLevel maxScopeLevel
The scope level for this key


frozen

boolean frozen
Whether the key is frozen

Class org.jboss.metadata.spi.scope.ScopeLevel extends Object implements Serializable

serialVersionUID: 9090783215048463821L

Serialized Fields

level

int level
The scope level


name

String name
The scope level name


Package org.jboss.metadata.spi.stack

Class org.jboss.metadata.spi.stack.MetaDataStackPermission extends BasicPermission implements Serializable

serialVersionUID: 5661980843569388590L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.