Documentation

LKMessageSend documentation

LKMessageSend : LKAST

AuthorsGenerated by builder
Declared inLKMessageSend.h

Overview

AST node representing a message send operation.


Default

+ (id) message

Return a new message send.

    + (id) messageWithSelectorName: (NSString *)aSelector

    Return a new message send with the specified selector.

      + (id) messageWithSelectorName: (NSString *)aSelector arguments: (NSArray *)args

      Return a new message send with the specified selector and arguments.

        - (id) initWithSelectorName: (NSString *)aSelector

        Initialize with the specified selector.

          - (void) setTarget: (id)anObject

          Set the receiver of the message.

            - (void) addSelectorComponent: (NSString *)aSelector

            Add a component of the selector.

              - (void) addArgument: (id)anObject

              Add an argument.

                - (NSArray *) arguments

                Return all of the arguments of this message.

                  - (NSString *) selector

                  Return the selector.

                    - (id) target

                    Return the target