| Package | Description |
|---|---|
| com.iscobol.java |
The public interface of the isCOBOL Runtime System.
|
| com.iscobol.rts |
| Modifier and Type | Method and Description |
|---|---|
INumericVar |
CobolVarHelper.getNum(String n)
Returns the INumericVar whose name is specified as argument.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IObjectVar |
| Modifier and Type | Method and Description |
|---|---|
INumericVar |
INumericVar.setIId(Object id)
if the variable is an handle, associates the resource specified by
id to this handle |
| Modifier and Type | Method and Description |
|---|---|
ICobolVar |
ICobolVar.moveTo(INumericVar dst)
writes the value of this variable into the variable specified by
dst |