- Declared in:
- LKASTVisitor.h
- Conforms to:
- LKASTVisitor
Generic superclass for AST visitors. Visitors subclassing this implement methods of the form:
- (LKAST) visitComment:(LKComment*)aNode;
Where Comment can be the suffix of any AST node subclass