Package org.jdesktop.el.impl.parser
Interface NodeVisitor
-
- All Known Implementing Classes:
ExpressionBuilder
public interface NodeVisitor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visit(Node node)
-
-
-
Method Detail
-
visit
void visit(Node node) throws ELException
- Throws:
ELException
-
-