All Packages Class Hierarchy This Package Previous Next Index
Class absyn.MTrue
java.lang.Object
|
+----absyn.Absyn
|
+----absyn.Boolstmt
|
+----absyn.MTrue
- public class MTrue
- extends Boolstmt
- implements Serializable, Cloneable
One kind of boolean statement: assigns true to the variable.
- Version:
- $Id: MTrue.java,v 1.8 1999/02/09 11:32:57 swtech00 Exp $
- Author:
- Initially provided by Martin Steffen.
-
var
- Variable to change.
-
MTrue(Bvar)
-
-
MTrue(Bvar, Location)
-
-
clone()
-
var
public Bvar var
- Variable to change.
MTrue
public MTrue(Bvar v)
MTrue
public MTrue(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