Serialized Form
-
Package org.jdesktop.beansbinding
-
Exception Class org.jdesktop.beansbinding.PropertyResolutionException
class PropertyResolutionException extends RuntimeException implements Serializable -
Class org.jdesktop.beansbinding.PropertyStateEvent
class PropertyStateEvent extends EventObject implements Serializable
-
-
Package org.jdesktop.el
-
Class org.jdesktop.el.ELContextEvent
class ELContextEvent extends EventObject implements Serializable -
Exception Class org.jdesktop.el.ELException
class ELException extends RuntimeException implements Serializable -
Class org.jdesktop.el.Expression
class Expression extends Object implements Serializable -
Class org.jdesktop.el.MethodExpression
class MethodExpression extends Expression implements Serializable -
Exception Class org.jdesktop.el.MethodNotFoundException
class MethodNotFoundException extends ELException implements Serializable -
Exception Class org.jdesktop.el.PropertyNotFoundException
class PropertyNotFoundException extends ELException implements Serializable -
Exception Class org.jdesktop.el.PropertyNotWritableException
class PropertyNotWritableException extends ELException implements Serializable -
Class org.jdesktop.el.ValueExpression
class ValueExpression extends Expression implements Serializable-
Serialized Fields
-
source
Object source
-
-
-
-
Package org.jdesktop.el.impl
-
Class org.jdesktop.el.impl.MethodExpressionImpl
class MethodExpressionImpl extends MethodExpression implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.jdesktop.el.impl.MethodExpressionLiteral
class MethodExpressionLiteral extends MethodExpression implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.jdesktop.el.impl.ValueExpressionImpl
class ValueExpressionImpl extends ValueExpression implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.jdesktop.el.impl.ValueExpressionLiteral
class ValueExpressionLiteral extends ValueExpression implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.jdesktop.el.impl.lang
-
Class org.jdesktop.el.impl.lang.FunctionMapperImpl
class FunctionMapperImpl extends FunctionMapper implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
Class org.jdesktop.el.impl.lang.FunctionMapperImpl.Function
class Function extends Object implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class org.jdesktop.el.impl.lang.VariableMapperImpl
class VariableMapperImpl extends VariableMapper implements Externalizable- serialVersionUID:
- 1L
-
Serialization Methods
-
readExternal
- Throws:
IOException
ClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Package org.jdesktop.el.impl.parser
-
Exception Class org.jdesktop.el.impl.parser.ParseException
class ParseException extends Exception implements Serializable-
Serialized Fields
-
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. -
eol
String eol
The end of line string for this machine. -
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. -
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). -
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.
-
-
-
Exception Class org.jdesktop.el.impl.parser.TokenMgrError
class TokenMgrError extends Error implements Serializable-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-