Authors
- Generated by builder
-
- Declared in:
- LKIfStatement.h
Description forthcoming.
Instance Variables
Method summary
- (void)
setElseStatements: (
NSArray*)elseClause;
Description forthcoming.
- (void)
setThenStatements: (
NSArray*)thenClause;
Description forthcoming.
Instance Variables for LKIfStatement Class
@protected LKAST* condition;
Description forthcoming.
@protected NSMutableArray* elseStatements;
Description forthcoming.
@protected NSMutableArray* thenStatements;
Description forthcoming.