LKASTVisitor class documentation

Authors

Generated by builder

Software documentation for the LKASTVisitor class

LKASTVisitor : NSObject

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