org.jdesktop.el.impl.parser
Interface NodeVisitor

All Known Implementing Classes:
ExpressionBuilder

public interface NodeVisitor


Method Summary
 void visit(Node node)
           
 

Method Detail

visit

void visit(Node node)
           throws ELException
Throws:
ELException