parser
Class ExpressionParser.Visitor

java.lang.Object
  |
  +--parser.ExpressionParser.Visitor
Enclosing class:
ExpressionParser

public static class ExpressionParser.Visitor
extends Object

A visitor of the visitor design pattern.

This class has no method to override because the visit methods are dispatched by reflection.

Since:
notavaCC 1.0

Constructor Summary
ExpressionParser.Visitor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionParser.Visitor

public ExpressionParser.Visitor()