LKAST categories documentation
LKInterpreter
LKAST (LKInterpreter)Default
- - (id) interpretInContext: (LKInterpreterContext *)context
- Description forthcoming.
Interpreter
LKAST (Interpreter)Default
- - (id) interpretInContext: (LKInterpreterContext *)context
Interprets the AST node with the specified context object. Returns the result.
Visitor
LKAST (Visitor)Default
- - (void) visitWithVisitor: (id <LKASTVisitor>)aVisitor
Visit the abstract syntax tree with the specified visitor.
- - (void) visitArray: (NSMutableArray *)anArray withVisitor: (id <LKASTVisitor>)aVisitor
Convenience method. Visits every element in a specified mutable array, replacing elements with the versions returned by the visitor if they have changed.