|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LineStatus in sav.z |
Subclasses of LineStatus in sav.z | |
class |
ConsoleLineStatus
Need for setting connection of Session's LineStatuses with the System.out standard output stream. |
class |
WLineStatus
Prints Session's current scriptline/dataline. |
Methods in sav.z that return LineStatus | |
LineStatus |
Session.getScriptLineStatus()
Returns LineStatus used to determine a current line of a processed (executed or analyzed) Script. |
LineStatus |
Session.getDataLineStatus()
Returns LineStatus used to determine a current line of a processed (read or printed) out data text. |
Methods in sav.z with parameters of type LineStatus | |
void |
Session.setScriptLineStatus(LineStatus stLine)
Sets LineStatus used to determine a current line of a processed (executed or analyzed) Script. |
void |
Session.setDataLineStatus(LineStatus stDataLine)
Sets LineStatus used to determine a current line of a processed (read or printed) out data text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |