Package org.jdesktop.el.impl.parser
Interface NodeVisitor
-
- All Known Implementing Classes:
ExpressionBuilder
public interface NodeVisitor- Version:
- $Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: spuhl $
- Author:
- Jacob Hookom [jacob@hookom.net]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(Node node)
-
-
-
Method Detail
-
visit
void visit(Node node) throws ELException
- Throws:
ELException
-
-