Documentation

LKAST categories documentation

All the public Categories which extend LKAST class.

LKInterpreter

LKAST (LKInterpreter)

AuthorsGenerated by builder
Declared inLKInterpreter.h

Default

- (id) interpretInContext: (LKInterpreterContext *)context
Description forthcoming.

    Interpreter

    LKAST (Interpreter)

    AuthorsGenerated by builder
    Declared inLKAST.h

    Default

    - (id) interpretInContext: (LKInterpreterContext *)context

    Interprets the AST node with the specified context object. Returns the result.

      Visitor

      LKAST (Visitor)

      AuthorsGenerated by builder
      Declared inLKAST.h

      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.