LKASTVisitor class documentation
LKASTVisitor : NSObject <LKASTVisitor>Overview
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
No public API available