File mu/Constant


class mu.Constant

Inherits

State supers
Attribute, Variable, Named

instance mu.Constant

variables

public Expression value;
This value of this constant.

methods

id
  initWithName tom.String n
         value Expression v
     extension Extension e;
Designated initializer.

tom.OutputStream
  writeFields tom.OutputStream s;
Pass to Named.


class mu.NumberConstant

Inherits

State supers
Expression

instance mu.NumberConstant

variables

public tom.Number value;
The number for which we provide an Expression interface.

methods

id
  initWithValue tom.Number n
           type Type t;
Undocumented.

tom.OutputStream
  writeFields tom.OutputStream s;
Undocumented.


class mu.CharConstant

Inherits

State supers
Expression, tom.ByteNumber

instance mu.CharConstant

methods

id
  init int ch;
Undocumented.

tom.OutputStream
  write tom.OutputStream s;
Undocumented.


class mu.StringConstant

Inherits

State supers
Expression

instance mu.StringConstant

variables

public tom.String string;
The tom.String we cover.

methods

id
  initWithString tom.String s;
Undocumented.

boolean
  isStringConstant;
Return TRUE.

tom.OutputStream
  write tom.OutputStream s;
Undocumented.


Generated by tm 1.01.