Package EDU.purdue.jtb.parser.visitor
package EDU.purdue.jtb.parser.visitor
-
ClassDescriptionProvides default methods which visit each node in the tree in depth-first order.
In your "Int" visitors extend this class and override part or all of these methods.Class handling a programmatic exception.Provides default methods which visit each node in the tree in depth-first order.
In your "Void" visitors extend this class and override part or all of these methods.Class handling a programmatic exception.All "IIntVisitor" visitors must implement this interface.All "IVoidVisitor" visitors must implement this interface.