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.
-
stmt
- Contents of the statement.
-
ActionStmt(Boolstmt)
-
-
ActionStmt(Boolstmt, Location)
-
-
clone()
-
stmt
public Boolstmt stmt
- Contents of the statement.
ActionStmt
public ActionStmt(Boolstmt st)
ActionStmt
public ActionStmt(Boolstmt st,
Location l)
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