Package org.jdesktop.el.impl.parser

Customized version of EL for Beans Binding; not for general use.

See:
          Description

Interface Summary
ELParserConstants  
ELParserTreeConstants  
Node  
NodeVisitor  
 

Class Summary
ArithmeticNode  
AstAnd  
AstBracketSuffix  
AstChoice  
AstCompositeExpression  
AstDeferredExpression  
AstDiv  
AstDotSuffix  
AstDynamicExpression  
AstEmpty  
AstEqual  
AstFalse  
AstFloatingPoint  
AstFunction  
AstGreaterThan  
AstGreaterThanEqual  
AstIdentifier  
AstInteger  
AstLessThan  
AstLessThanEqual  
AstLiteralExpression  
AstMinus  
AstMod  
AstMult  
AstNegative  
AstNot  
AstNotEqual  
AstNull  
AstOr  
AstPlus  
AstString  
AstTrue  
AstValue  
AstValue.Target  
BooleanNode  
ELParser  
ELParserTokenManager  
SimpleCharStream An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleNode  
Token Describes the input token stream.
 

Exception Summary
ParseException This exception is thrown when parse errors are encountered.
 

Error Summary
TokenMgrError  
 

Package org.jdesktop.el.impl.parser Description

Customized version of EL for Beans Binding; not for general use. It is expected that we'll sync up with an official version of EL in the future.