All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class absyn.ActionStmt

java.lang.Object
   |
   +----absyn.Absyn
           |
           +----absyn.Action
                   |
                   +----absyn.ActionStmt

public class ActionStmt
extends Action
implements Serializable, Cloneable
One kind of transition action: boolean statement.

Version:
$Id: ActionStmt.java,v 1.8 1999/02/09 10:12:09 swtech00 Exp $
Author:
Initially provided by Martin Steffen.

Variable Index

 o stmt
Contents of the statement.

Constructor Index

 o ActionStmt(Boolstmt)
 o ActionStmt(Boolstmt, Location)

Method Index

 o clone()

Variables

 o stmt
 public Boolstmt stmt
Contents of the statement.

Constructors

 o ActionStmt
 public ActionStmt(Boolstmt st)
 o ActionStmt
 public ActionStmt(Boolstmt st,
                   Location l)

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index