|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netlib.util.booleanW
public class booleanW
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.
| 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 |
|---|
public boolean val
| Constructor Detail |
|---|
public booleanW(boolean x)
x - the initial value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||