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.
-
head
- Head of the list.
-
tail
- Tail of the list.
-
Aseq(Action, Aseq)
- Constructor.
-
Aseq(Action, Aseq, Location)
-
-
clone()
-
head
public Action head
- Head of the list.
tail
public Aseq tail
- Tail of the list.
Aseq
public Aseq(Action h,
Aseq tl)
- Constructor.
Aseq
public Aseq(Action h,
Aseq tl,
Location l)
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