All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class simple.DeclarationSequence

java.lang.Object
   |
   +----simple.Domain
           |
           +----simple.SyntaxDomain
                   |
                   +----simple.Declaration
                           |
                           +----simple.DeclarationSequence

public class DeclarationSequence
extends Declaration
Formal Semantics of Programming Languages SS 99 1. Exercise Class represents domain Declaration-Sequence. D ::= D1; D2

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

Variable Index

 o decl1
 o decl2

Constructor Index

 o DeclarationSequence(Declaration, Declaration)

Method Index

 o execute(Environment, Store)
 o intendPrint(PrintStream, String)
 o toString()

Variables

 o decl1
 Declaration decl1
 o decl2
 Declaration decl2

Constructors

 o DeclarationSequence
 public DeclarationSequence(Declaration decl1,
                            Declaration decl2)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o intendPrint
 public void intendPrint(PrintStream out,
                         String intend)
Overrides:
intendPrint in class SyntaxDomain
 o execute
 DeclarationResult execute(Environment e,
                           Store s)
Overrides:
execute in class Declaration

All Packages  Class Hierarchy  This Package  Previous  Next  Index