Object <- Integer |
|
Class Integer defines no new operations.
Attributes
Get list of all attributes
|
IntegerValue |
| Field | Type | |
|---|---|---|
| Integer: | integerValue: | Signed |
instance Integer tag; integerValue: 0; end instance;
Define Class Integer; inherits from Object; field integerValue : Signed, getter, setter; attribute IntegerValue: Signed; end class;