All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.BooleanExpr

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

public abstract class BooleanExpr
extends SyntaxDomain
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents syntax domain Boolean-expr.

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

Constructor Index

 o BooleanExpr()

Method Index

 o execute(Environment, Store)

Constructors

 o BooleanExpr
 protected BooleanExpr()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index