All Packages Class Hierarchy This Package Previous Next Index
Class simple.Interpreter
java.lang.Object
|
+----simple.Interpreter
- public class Interpreter
- extends Object
Formal Semantics of Programming Languages
SS 99
1. Exercise
Class represents simple Interpreter.
- Version:
- 1.0 (JDK 1.1.7)
- Author:
- Jürgen Hartl, 9756179 / 881
-
Interpreter()
-
-
execute(Program, Poststore)
-
-
execute(Program, Store)
-
Interpreter
public Interpreter()
execute
public Poststore execute(Program prg,
Store s)
execute
public Poststore execute(Program prg,
Poststore p)
All Packages Class Hierarchy This Package Previous Next Index