All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.Aseq

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.Aseq

public class Aseq
extends Absyn
implements Serializable, Cloneable
Sequence of actions, needed as the contense of a s_block.

Version:
$Id: Aseq.java,v 1.12 1999/02/09 13:17:10 swtech00 Exp $
Author:
Initially provided by Martin Steffen.

Variable Index

 o head
Head of the list.
 o tail
Tail of the list.

Constructor Index

 o Aseq(Action, Aseq)
Constructor.
 o Aseq(Action, Aseq, Location)

Method Index

 o clone()

Variables

 o head
 public Action head
Head of the list.

 o tail
 public Aseq tail
Tail of the list.

Constructors

 o Aseq
 public Aseq(Action h,
             Aseq tl)
Constructor.

 o Aseq
 public Aseq(Action h,
             Aseq tl,
             Location l)

Methods

 o clone
 public Object clone() throws CloneNotSupportedException
Throws: CloneNotSupportedException
self-explanatory exception
Overrides:
clone in class Absyn

All Packages  Class Hierarchy  This Package  Previous  Next  Index