Package ca.hedlund.dp.visitor
Interface Visitor<T>
- Record Components:
T
- the base type of the objects to visit
- All Known Implementing Classes:
AntlrExceptionVisitor
,VisitorAdapter
public interface Visitor<T>
Interface for visiting object of the parameterized
type.
-
Method Summary
-
Method Details
-
visit
Generic visit method.- Parameters:
obj
-
-