LKLiteral documentation

Authors

Generated by builder

Contents -

  1. Software documentation for the LKFloatLiteral class
  2. Software documentation for the LKLiteral class
  3. Software documentation for the LKNumberLiteral class
  4. Software documentation for the LKStringLiteral class

Software documentation for the LKFloatLiteral class

LKFloatLiteral : LKNumberLiteral

Declared in:
LKLiteral.h

Floating point literal value.

Software documentation for the LKLiteral class

LKLiteral : LKAST

Declared in:
LKLiteral.h
Description forthcoming.

Instance Variables

Method summary

literalFromString: 

+ (id) literalFromString: (NSString*)aString;
Description forthcoming.



Instance Variables for LKLiteral Class

value

@protected NSString* value;

String representation of value. Used because this can be a literal too big to fit in a SmallInt.





Software documentation for the LKNumberLiteral class

LKNumberLiteral : LKLiteral

Declared in:
LKLiteral.h
Description forthcoming.
Method summary

literalFromSymbol: 

+ (id) literalFromSymbol: (NSString*)aString;

Creates a constant literal with the specified name.


Software documentation for the LKStringLiteral class

LKStringLiteral : LKLiteral

Declared in:
LKLiteral.h
Description forthcoming.