LKComment class documentation

Authors

Generated by builder

Software documentation for the LKComment class

LKComment : LKAST

Declared in:
LKComment.h
Description forthcoming.

Instance Variables

Method summary

commentWithString: 

+ (LKComment*) commentWithString: (NSString*)aString;

Creates a new comment with the given string.


stringValue 

- (NSString*) stringValue;

Returns the string value of the comment.




Instance Variables for LKComment Class

comment

@protected NSString* comment;
Description forthcoming.