public interface CobValue
| Modifier and Type | Method and Description |
|---|---|
com.iscobol.types.CobolVar |
eval() |
ICobolVar |
ieval() |
boolean |
isDecimalPointComma() |
boolean |
isFinal() |
boolean |
isJustified() |
void |
moveToTable(String cv,
int[] idxs,
int[] nDim,
int dim) |
boolean |
toboolean() |
byte |
tobyte() |
char |
tochar() |
double |
todouble() |
float |
tofloat() |
int |
toint() |
long |
tolong() |
short |
toshort() |
String |
toString() |
ICobolVar ieval()
com.iscobol.types.CobolVar eval()
boolean toboolean()
byte tobyte()
char tochar()
short toshort()
int toint()
long tolong()
float tofloat()
double todouble()
boolean isFinal()
boolean isDecimalPointComma()
boolean isJustified()
void moveToTable(String cv, int[] idxs, int[] nDim, int dim)