All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.ReferenceableValue

java.lang.Object
   |
   +----simple.Domain
           |
           +----simple.ReferenceableValue

public class ReferenceableValue
extends Domain
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents domain Referenceable-value. Domain Referenceable-value represents values, that can be denoted by arrays.

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

Variable Index

 o value

Constructor Index

 o ReferenceableValue(Domain)

Method Index

 o inErrvalue()
 o inLocation(Location)
 o isErrvalue()
 o isLocation()
 o toString()

Variables

 o value
 Domain value

Constructors

 o ReferenceableValue
 protected ReferenceableValue(Domain value)

Methods

 o inLocation
 public static ReferenceableValue inLocation(Location l)
 o inErrvalue
 public static ReferenceableValue inErrvalue()
 o toString
 public String toString()
Overrides:
toString in class Object
 o isLocation
 public Location isLocation()
 o isErrvalue
 public Errvalue isErrvalue()

All Packages  Class Hierarchy  This Package  Previous  Next  Index