Class SimpleNode

java.lang.Object
org.jdesktop.el.impl.lang.ELSupport
org.jdesktop.el.impl.parser.SimpleNode
All Implemented Interfaces:
Node
Direct Known Subclasses:
ArithmeticNode, AstBracketSuffix, AstChoice, AstCompositeExpression, AstDeferredExpression, AstDotSuffix, AstDynamicExpression, AstEmpty, AstFloatingPoint, AstFunction, AstIdentifier, AstInteger, AstLiteralExpression, AstNegative, AstNot, AstNull, AstString, AstValue, BooleanNode

public abstract class SimpleNode extends ELSupport implements Node