Interface NodeVisitor

All Known Implementing Classes:
ExpressionBuilder

public interface NodeVisitor
Version:
$Change: 181177 $$DateTime: 2001/06/26 08:45:09 $$Author: kchung $
Author:
Jacob Hookom [jacob@hookom.net]
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visit(Node node)
     
  • Method Details

    • visit

      void visit(Node node) throws javax.el.ELException
      Throws:
      javax.el.ELException