Serialized Form
d_exceptions
java.util.List d_exceptions
Package gov.llnl.babel.backend |
Package gov.llnl.babel.backend.html |
Package gov.llnl.babel.cli |
d_cls
CommandLineSwitch d_cls
- Hold the entry that was in conflict with the new value.
Package gov.llnl.babel.config |
Package gov.llnl.babel.parsers.sidl |
d_error_token
java.lang.String d_error_token
d_expected_tokens
java.lang.String[] d_expected_tokens
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.
d_line
int d_line
d_column
int d_column
d_production
int d_production
d_message
java.lang.String d_message
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 |
Package gov.llnl.babel.repository |
Package gov.llnl.babel.symbols |
d_id
SymbolID d_id
d_new
SymbolID d_new
d_old
SymbolID d_old
d_enumerator
java.lang.String d_enumerator
Package gov.llnl.babel.url |
d_response_code
int d_response_code
Package gov.llnl.babel.url.cookie |
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.
d_cookies
java.util.LinkedList d_cookies
d_ior
long d_ior
serialVersionUID: -633126172485117692l
re
double re
- Real part of the DoubleComplex.
im
double im
- Imaginary part of the DoubleComplex.
serialVersionUID: -633126172485117692l
re
float re
- Real part of the FloatComplex.
im
float im
- Imaginary part of the FloatComplex.