Documentation

LKAssignExpr class documentation

LKAssignExpr : LKAST

AuthorsGenerated by builder
Declared inLKAssignExpr.h

Overview

AST node representing an assignment.


Default

+ (id) assignWithTarget: (LKDeclRef *)aTarget expr: (LKAST *)expression

Return new assignment with target and expression.

    - (id) initWithTarget: (LKDeclRef *)aTarget expr: (LKAST *)expression

    Initialise new assignment with target and expression.

      - (LKDeclRef *) target

      Returns the target of the assignment

        - (LKAST *) expression

        Returns the expression representing the assigned value.