| runtime |
java.lang.Object
|
+--mfcobol.runtime
|
+--mfcobol.runtimeObject
Object COBOL Java domain
| Fields inherited from class mfcobol.runtime |
A_BLINK,
A_BOLD, A_DIM,
A_NORMAL,
A_REVERSE,
A_UNDER,
BY_CONTENT,
BY_REFERENCE,
BY_VALUE,
cblClassHandle,
cblInstanceHandle,
isWindows,
osName |
| Constructor Summary | |
runtimeObject() |
|
| Method Summary | |
protected
void |
finalize() Called by Java garbage collector. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
| Constructor Detail |
public runtimeObject()
| Method Detail |
protected void finalize()
throws java.lang.Throwable
| runtime |