Package org.zkoss.zel.impl.parser
Interface NodeVisitor
-
- All Known Implementing Classes:
BindExpressionBuilder
,BindExpressionBuilderEx
,ExpressionBuilder
public interface NodeVisitor
- Author:
- Jacob Hookom [jacob@hookom.net]
-
-
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 java.lang.Exception
- Throws:
java.lang.Exception
-
-