Serialized Form
serialVersionUID: -8616804579566144307L
d_exceptions
java.util.List d_exceptions
Package gov.llnl.babel.backend |
serialVersionUID: -302058486968334305L
Package gov.llnl.babel.backend.html |
serialVersionUID: -2960884882516858050L
Package gov.llnl.babel.cli |
serialVersionUID: 1907762212216390593L
serialVersionUID: -4808370710169157879L
serialVersionUID: 8591645719084802741L
d_cls
CommandLineSwitch d_cls
- Hold the entry that was in conflict with the new value.
Package gov.llnl.babel.config |
serialVersionUID: 2499006165701464582L
Package gov.llnl.babel.parsers.sidl |
serialVersionUID: 7772173949674226538L
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.
serialVersionUID: 5879272895012610510L
d_line
int d_line
d_column
int d_column
d_production
int d_production
serialVersionUID: 7171402180079270519L
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 |
serialVersionUID: 4837147682889133035L
Package gov.llnl.babel.repository |
serialVersionUID: 1006206012544843289L
Package gov.llnl.babel.symbols |
serialVersionUID: -7327461824018572753L
serialVersionUID: 7705313585091411120L
serialVersionUID: 1574774767732047799L
serialVersionUID: -1415030620975550060L
d_id
SymbolID d_id
serialVersionUID: -8991682236605265312L
d_new
SymbolID d_new
d_old
SymbolID d_old
serialVersionUID: 846227056106610091L
d_enumerator
java.lang.String d_enumerator
Package gov.llnl.babel.url |
serialVersionUID: -3557943827012863057L
d_response_code
int d_response_code
Package gov.llnl.babel.url.cookie |
serialVersionUID: 6608089316513898159L
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.
serialVersionUID: 4791802678446646126L
serialVersionUID: -7632996348979064376L
d_cookies
java.util.LinkedList d_cookies
serialVersionUID: -1621109456778766122L
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.