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.

Variable Index

 o var
Variable to change.

Constructor Index

 o MTrue(Bvar)
 o MTrue(Bvar, Location)

Method Index

 o clone()

Variables

 o var
 public Bvar var
Variable to change.

Constructors

 o MTrue
 public MTrue(Bvar v)
 o MTrue
 public MTrue(Bvar v,
              Location l)

Methods

 o 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