LKIfStatement class documentation

Authors

Generated by builder

Software documentation for the LKIfStatement class

LKIfStatement : LKAST

Declared in:
LKIfStatement.h
Description forthcoming.

Instance Variables

Method summary

ifStatementWithCondition: 

+ (LKIfStatement*) ifStatementWithCondition: (LKAST*)aCondition;
Description forthcoming.

ifStatementWithCondition: then: else: 

+ (LKIfStatement*) ifStatementWithCondition: (LKAST*)aCondition then: (NSArray*)thenClause else: (NSArray*)elseClause;
Description forthcoming.

setElseStatements: 

- (void) setElseStatements: (NSArray*)elseClause;
Description forthcoming.

setThenStatements: 

- (void) setThenStatements: (NSArray*)thenClause;
Description forthcoming.



Instance Variables for LKIfStatement Class

condition

@protected LKAST* condition;
Description forthcoming.

elseStatements

@protected NSMutableArray* elseStatements;
Description forthcoming.

thenStatements

@protected NSMutableArray* thenStatements;
Description forthcoming.