All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.Command

java.lang.Object
   |
   +----simple.Domain
           |
           +----simple.SyntaxDomain
                   |
                   +----simple.Command

public abstract class Command
extends SyntaxDomain
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents domain Command.

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

Constructor Index

 o Command()

Method Index

 o execute(Environment, Store)

Constructors

 o Command
 protected Command()

Methods

 o execute
 abstract Poststore execute(Environment e,
                            Store s)

All Packages  Class Hierarchy  This Package  Previous  Next  Index