org.netlib.util
Class booleanW

java.lang.Object
  extended by org.netlib.util.booleanW

public class booleanW
extends java.lang.Object

f2j object wrapper for booleans.

This file is part of the Fortran-to-Java (f2j) system, developed at the University of Tennessee.

This class acts as an object wrapper for passing boolean values by reference in f2j translated files.

Author:
Keith Seymour (seymour@cs.utk.edu)

Field Summary
 boolean val
           
 
Constructor Summary
booleanW(boolean x)
          Create a new boolean wrapper.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

public boolean val
Constructor Detail

booleanW

public booleanW(boolean x)
Create a new boolean wrapper.

Parameters:
x - the initial value