Package org.jdesktop.el.impl.parser
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.
-
Interface Summary Interface Description ELParserConstants ELParserTreeConstants Node NodeVisitor -
Class Summary Class Description 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 Exception Description ParseException This exception is thrown when parse errors are encountered. -
Error Summary Error Description TokenMgrError