LKArrayExpr class documentation

Authors

Generated by builder

Software documentation for the LKArrayExpr class

LKArrayExpr : LKAST

Declared in:
LKArrayExpr.h
Description forthcoming.

Instance Variables

Method summary

arrayWithElements: 

+ (id) arrayWithElements: (NSArray*)anArray;
Description forthcoming.

initWithElements: 

- (id) initWithElements: (NSArray*)anArray;
Description forthcoming.



Instance Variables for LKArrayExpr Class

elements

@protected NSMutableArray* elements;
Description forthcoming.