All Packages Class Hierarchy This Package Previous Next Index
Class absyn.MFalse
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Boolstmt
|
+----absyn.MFalse
- public class MFalse
- extends Boolstmt
- implements Serializable, Cloneable
One kind of boolean statement: assigns false to the variable
- Version:
- $Id: MFalse.java,v 1.8 1999/02/09 11:32:57 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
var
- Variable to change.
-
MFalse(Bvar)
- Constructor.
-
MFalse(Bvar, Location)
-
-
clone()
-
var
public Bvar var
- Variable to change.
MFalse
public MFalse(Bvar v)
- Constructor.
MFalse
public MFalse(Bvar v,
Location l)
clone
public Object clone() throws CloneNotSupportedException
- Throws: CloneNotSupportedException
- self-explanatory exception
- Overrides:
- clone in class Boolstmt
All Packages Class Hierarchy This Package Previous Next Index