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

Constructor Index

 o Interpreter()

Method Index

 o execute(Program, Poststore)
 o execute(Program, Store)

Constructors

 o Interpreter
 public Interpreter()

Methods

 o execute
 public Poststore execute(Program prg,
                          Store s)
 o execute
 public Poststore execute(Program prg,
                          Poststore p)

All Packages  Class Hierarchy  This Package  Previous  Next  Index