Serialized Form


Package gov.llnl.babel.backend

Class gov.llnl.babel.backend.CodeGenerationException implements Serializable


Package gov.llnl.babel.config

Class gov.llnl.babel.config.InvalidConfiguration implements Serializable


Package gov.llnl.babel.parsers.sidl

Class gov.llnl.babel.parsers.sidl.GrammarException implements Serializable

Serialized Fields

d_error_token

java.lang.String d_error_token

d_expected_tokens

java.lang.String[] d_expected_tokens

Class gov.llnl.babel.parsers.sidl.ParseException implements Serializable

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

java.lang.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

java.lang.String eol
The end of line string for this machine.

Class gov.llnl.babel.parsers.sidl.SIDLException implements Serializable

Serialized Fields

d_line

int d_line

d_column

int d_column

d_production

int d_production

Class gov.llnl.babel.parsers.sidl.SymbolException implements Serializable

Serialized Fields

d_message

java.lang.String d_message

Class gov.llnl.babel.parsers.sidl.TokenMgrError implements Serializable

Serialized Fields

errorCode

int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.


Package gov.llnl.babel.parsers.xml

Class gov.llnl.babel.parsers.xml.ParseSymbolException implements Serializable


Package gov.llnl.babel.repository

Class gov.llnl.babel.repository.RepositoryException implements Serializable


Package gov.llnl.babel.symbols

Class gov.llnl.babel.symbols.BadRegexException implements Serializable

Class gov.llnl.babel.symbols.RegexUnsupportedException implements Serializable

Class gov.llnl.babel.symbols.SymbolNotFoundException implements Serializable

Serialized Fields

d_id

SymbolID d_id

Class gov.llnl.babel.symbols.SymbolRedefinitionException implements Serializable

Serialized Fields

d_new

SymbolID d_new

d_old

SymbolID d_old

Class gov.llnl.babel.symbols.UnknownEnumException implements Serializable

Serialized Fields

d_enumerator

java.lang.String d_enumerator


Package gov.llnl.babel.url

Class gov.llnl.babel.url.HttpException implements Serializable

Serialized Fields

d_response_code

int d_response_code


Package gov.llnl.babel.url.cookie

Class gov.llnl.babel.url.cookie.Cookie implements Serializable

Serialized Fields

d_name

java.lang.String d_name
The cookie's name.


d_value

java.lang.String d_value
The cookie's value.


d_comment

java.lang.String d_comment
The cookie's comment.


d_urlComment

java.lang.String d_urlComment
The cookie's URL comment.


d_domain

java.lang.String d_domain
The cookie's domain.


d_maxAge

int d_maxAge
The cookie's maximum age in delta-seconds. A negative value means that the user did not specify a maximum age.


d_expiration

java.util.Date d_expiration
The cookie's expiration date & time. Calculated from the Max-Age attribute and the cookie's creation time.


d_path

java.lang.String d_path
The cookie's path (indicates a subset of the server's URLs).


d_ports

java.lang.String d_ports
The cookie's ports.


d_secure

boolean d_secure
Whether the cookie requires a secure connection.


d_discard

boolean d_discard
Whether the cookie should disappear when the user agent exists.


d_discardExplicit

boolean d_discardExplicit
Whether the discard attribute was set explicitly or by default.


d_version

java.lang.String d_version
The cookie description's version.

Class gov.llnl.babel.url.cookie.CookieCrumbleException implements Serializable

Class gov.llnl.babel.url.cookie.CookieJar implements Serializable

Serialized Fields

d_cookies

java.util.LinkedList d_cookies

Class gov.llnl.babel.url.cookie.LexicalException implements Serializable


Package gov.llnl.sidl

Class gov.llnl.sidl.BaseClass implements Serializable

Serialized Fields

d_ior

long d_ior


Package SIDL

Class SIDL.DoubleComplex implements Serializable

Serialized Fields

re

double re
Real part of the DoubleComplex.

im

double im
Imaginary part of the DoubleComplex.

Class SIDL.FloatComplex implements Serializable

Serialized Fields

re

float re
Real part of the FloatComplex.

im

float im
Imaginary part of the FloatComplex.