All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.ConstantValue

java.lang.Object
   |
   +----simple.Domain
           |
           +----simple.Num
                   |
                   +----simple.ConstantValue

public class ConstantValue
extends Num
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents domain Constant-value. Domain Constant-value represents values, that can be denoted by constant identifiers.

Version:
1.0 (JDK 1.1.7)
Author:
Jürgen Hartl, 9756179 / 881

Constructor Index

 o ConstantValue(long)
 o ConstantValue(Num)
 o ConstantValue(StorableValue)

Method Index

 o toString()

Constructors

 o ConstantValue
 public ConstantValue(long value)
 o ConstantValue
 public ConstantValue(Num n)
 o ConstantValue
 public ConstantValue(StorableValue sval)

Methods

 o toString
 public String toString()
Overrides:
toString in class Num

All Packages  Class Hierarchy  This Package  Previous  Next  Index