All Packages Class Hierarchy This Package Previous Next Index
Class simple.Environment
java.lang.Object
|
+----simple.Domain
|
+----simple.Environment
- public class Environment
- extends Domain
Formal Semantics of Programming Languages
SS 99
1. Exercise
Class represents domain Environment.
Domain Environment maps identifiers to denotable-values
- Version:
- 1.0 (JDK 1.1.7)
- Author:
- Jürgen Hartl, 9756179 / 881
-
map
-
-
Environment(DenotableValue)
-
-
Environment(Function)
-
-
access(Id)
-
-
empty()
-
-
toString()
-
-
update(Id, DenotableValue)
-
map
Function map
Environment
protected Environment(Function map)
Environment
protected Environment(DenotableValue defaultValue)
empty
public static Environment empty()
toString
public String toString()
- Overrides:
- toString in class Object
access
public DenotableValue access(Id id)
update
public Environment update(Id id,
DenotableValue dval)
All Packages Class Hierarchy This Package Previous Next Index