org.netlib.util
Class StringW
java.lang.Object
org.netlib.util.StringW
public class StringW
- extends java.lang.Object
f2j object wrapper for strings.
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 string
values by reference in f2j translated files.
- Author:
- Keith Seymour (seymour@cs.utk.edu)
|
Field Summary |
java.lang.String |
val
|
|
Constructor Summary |
StringW(java.lang.String x)
Create a new string wrapper. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
val
public java.lang.String val
StringW
public StringW(java.lang.String x)
- Create a new string wrapper.
- Parameters:
x - the initial value