A B C D E F G H I L M N P R S T U W Z

A

accessRight() - Method in class Sav.Z.Session
Returns right of access to a current database.
analyse(Script) - Method in class Sav.Z.Session
Analyzes syntax of a Script within a Session context.
association(String) - Method in class Sav.Z.Session
Returns Sav.Processor.Association, which presents Zigzag multitude.

B

base() - Method in class Sav.Z.Session
Returns Sav.Processor.Association that represents Session's current DataBase.
begin() - Method in class Sav.Z.Statement
Returns begin position of a Statement in a text string.

C

clear() - Method in class Sav.Z.Status
Clears a current Status value and calls flush().
clear() - Method in class Sav.Z.LineStatus
Clears a current Status value and calls flush().
clear(String) - Method in class Sav.Z.Session
Clears Zigzag multitude variable with the specified name.
clearDataBaseStatus() - Method in class Sav.Z.Session
Clears Status used to determine a current Session's database.
clearDataLineStatus() - Method in class Sav.Z.Session
Clears LineStatus used to determine current line of a processed (read or printed) out data text.
clearErrors() - Method in class Sav.Z.Session
Clears list of Errors in a Session.
clearFailures() - Method in class Sav.Z.Session
Clears list of Failures in a Session.
clearMessagePrinter() - Method in class Sav.Z.Session
Clears Printer the Warning messages are prented via.
clearProcessStatus() - Method in class Sav.Z.Session
Clears process Status used to determine a current Session's process.
clearReportPrinter() - Method in class Sav.Z.Session
Clears current Printer used for reporting by Zigzag print procedure or Zigzag request statement.
clearScriptLine() - Method in class Sav.Z.Session
Clears a current Script line number.
clearScriptLineStatus() - Method in class Sav.Z.Session
Clears LineStatus used to determine a current line of a processed (executed or analyzed) Script.
clearWarnings() - Method in class Sav.Z.Session
Clears list of Warnings (Errors and Failures) in a Session.
close() - Method in class Sav.Z.Session
Completes session.
closeBase() - Method in class Sav.Z.Session
Closes the Session's connection with a current database.
closeBase(String) - Method in class Sav.Z.Session
Closes the Session's connection with a database.
closeBases() - Method in class Sav.Z.Session
Closes the Session's connection with all the databases.
Combination - class Sav.Z.Combination.
 
Commutator - class Sav.Z.Commutator.
Permits to interrupt a current Script execution.
Commutator() - Constructor for class Sav.Z.Commutator
Constructs a Commutator object.
ConsoleLineStatus - class Sav.Z.ConsoleLineStatus.
Need for setting connection of Session's LineStatuses with the System.out standard output stream.
ConsoleLineStatus() - Constructor for class Sav.Z.ConsoleLineStatus
Constructs a LineStatus printed to the System.out.
ConsoleLineStatus(int) - Constructor for class Sav.Z.ConsoleLineStatus
Constructs a LineStatus printed to the System.out.
ConsolePrinter - class Sav.Z.ConsolePrinter.
Need for setting connection of Session's Printers with the System.out standard output stream.
ConsolePrinter() - Constructor for class Sav.Z.ConsolePrinter
Constructs a Printer that prints to the System.out.
ConsoleStatus - class Sav.Z.ConsoleStatus.
Need for setting connection of Session's Statuses with the System.out standard output stream.
ConsoleStatus() - Constructor for class Sav.Z.ConsoleStatus
Constructs a Status printed to the System.out.
content - Variable in class Sav.Z.Status
A current value of a Status object.
countErrors() - Method in class Sav.Z.Session
Counts Errors of a Session.
countFailures() - Method in class Sav.Z.Session
Counts Failures of a Session.
countStatements() - Method in class Sav.Z.Script
Counts Statements of analyzed Script.
countWarnings() - Method in class Sav.Z.Session
Counts Warnings of a Session.
curStatement() - Method in class Sav.Z.Session
Returns a current executed/analyzed Statement or Statement at that Session makes Exception.

D

database() - Method in class Sav.Z.Session
Returns database path.
date() - Method in class Sav.Z.Status
Returns a java.util.Date of Status setting.

E

end() - Method in class Sav.Z.Statement
Returns end position of a Statement in a text string.
Error - class Sav.Z.Error.
An object that provides information if Session analysis completes with Errors.
errors() - Method in class Sav.Z.Statement
Returns array of Errors produced by Script analysis.
errors() - Method in class Sav.Z.Session
Returns array of Errors produced by Script analysis.
execute(Script) - Method in class Sav.Z.Session
Executes a Script within a Session context.
express() - Method in class Sav.Z.Statement
Returns string of a Statement expressions from expressBegin() to expressEnd() position.
expressBegin() - Method in class Sav.Z.Statement
Returns a begin position of a Statement expressions in a text string.
expressEnd() - Method in class Sav.Z.Statement
Returns end position of a Statement expressions in a text string.

F

Failure - class Sav.Z.Failure.
An object that provides information if Session execution completes with failure.
failures() - Method in class Sav.Z.Statement
Returns array of Failures produced by Script execution.
failures() - Method in class Sav.Z.Session
Returns array of Failures produced by Script execution.
finalize() - Method in class Sav.Z.Session
Cleans up the Session's resources when there are no more references to the Session.
flush() - Method in class Sav.Z.Status
Flushes (releases) printable area.
flush() - Method in class Sav.Z.ConsoleStatus
Flushes printable buffer area.
flush() - Method in class Sav.Z.LineStatus
Flushes (releases) printable area.
flush() - Method in class Sav.Z.ConsoleLineStatus
Flushes printable buffer area.
flush() - Method in class Sav.Z.WPrinter
Flushes printable buffer area.
flush() - Method in class Sav.Z.WLineStatus
Flushes printable buffer area.
flush() - Method in class Sav.Z.WStatus
Flushes printable buffer area.
flush() - Method in interface Sav.Z.Printer
Flushes (releases) printable area.
flush() - Method in class Sav.Z.ConsolePrinter
Flushes printable buffer area.

G

get() - Method in class Sav.Z.Status
Returns a current Status value.
get(String) - Method in class Sav.Z.Session
Returns array of string values from Zigzag multitude variable with the specified name.
getCommutator() - Method in class Sav.Z.Session
Returns Session's Commutator, which permits to interrupt current process.
getContext() - Method in class Sav.Z.Session
Returns context object.
getDataBaseStatus() - Method in class Sav.Z.Session
Returns Status used to determine a current Session's database.
getDataLineStatus() - Method in class Sav.Z.Session
Returns LineStatus used to determine a current line of a processed (read or printed) out data text.
getLineNumber() - Method in class Sav.Z.Statement
Returns line number of a Statement in a Script.
getMessagePrinter() - Method in class Sav.Z.Session
Returns Printer the Warning messages are printed via.
getNumber() - Method in class Sav.Z.LineStatus
Returns a current line number.
getProcessStatus() - Method in class Sav.Z.Session
Returns process Status used to determine a current Session's process.
getReportPrinter() - Method in class Sav.Z.Session
Returns Printer used for reporting by Zigzag print procedure or Zigzag request statement.
getScriptLine() - Method in class Sav.Z.Session
Returns a current Script line number.
getScriptLineStatus() - Method in class Sav.Z.Session
Returns LineStatus used to determine a current line of a processed (executed or analyzed) Script.
getText() - Method in class Sav.Z.Script
Returns address of full text string, a Script was created by means of which.

H

hasErrors() - Method in class Sav.Z.Statement
Tests to see if Statement has Errors.
hasErrors() - Method in class Sav.Z.Script
Tests to see if Script has Errors.
hasErrors() - Method in class Sav.Z.Session
Tests to see if Session has Errors.
hasFailures() - Method in class Sav.Z.Statement
Tests to see if Statement has Failures.
hasFailures() - Method in class Sav.Z.Script
Tests to see if Script has Failures.
hasFailures() - Method in class Sav.Z.Session
Tests to see if Session has Failures.
hasStatements() - Method in class Sav.Z.Script
Returns true if Script was analyzed and has a Zigzag Statement.
hasWarnings() - Method in class Sav.Z.Statement
Tests to see if Statement has Warnings.
hasWarnings() - Method in class Sav.Z.Script
Tests to see if Script has Warnings.
hasWarnings() - Method in class Sav.Z.Session
Tests to see if Session has Warnings.
hideScriptStatus(boolean) - Method in class Sav.Z.Session
Hides statuses for z scripts: current process, and current line.

I

initSpec() - Method in class Sav.Z.Session
Initiates Zigzag specifications (default names of multitudes, procedures and others).
isEmpty() - Method in class Sav.Z.Statement
Tests if a Statement is empty.
isModifiable() - Method in class Sav.Z.Session
 
isOff() - Method in class Sav.Z.Commutator
Returns true if Commutator is switched off.

L

LineStatus - class Sav.Z.LineStatus.
A tool for logging a Session's Status namely a current Script line or a out data line.
LineStatus() - Constructor for class Sav.Z.LineStatus
 
login() - Method in class Sav.Z.Session
Sets up requisites of user to work with a current database.
login(String) - Method in class Sav.Z.Session
Sets up user requisites: service.
login(String, String) - Method in class Sav.Z.Session
Sets up user requisites: service, user password.
login(String, String, String) - Method in class Sav.Z.Session
Sets up user requisites: service, user password, and user name.

M

message() - Method in class Sav.Z.Warning
Returns a string explanation of Warning.
modifyBase() - Method in class Sav.Z.Session
Sets up the Session's database as modifiable .
modifyBase(String) - Method in class Sav.Z.Session
Sets up the Session connection with a modifiable Z database.

N

name() - Method in class Sav.Z.Warning
Returns name of exception or type name, ERROR/FAILURE

P

password() - Method in class Sav.Z.Session
Returns password.
position() - Method in class Sav.Z.Warning
Returns begin of warning Statement expression in a Script text.
Printer - interface Sav.Z.Printer.
Basic set of methods used by Session to log Status, print report or messages.
println(String) - Method in class Sav.Z.Status
Prints line of s string.
println(String) - Method in class Sav.Z.ConsoleStatus
Prints line of s string.
println(String) - Method in class Sav.Z.LineStatus
Prints line of s string.
println(String) - Method in class Sav.Z.ConsoleLineStatus
Prints line of s string.
println(String) - Method in class Sav.Z.WPrinter
Prints line of s string.
println(String) - Method in class Sav.Z.WLineStatus
Prints line of s string.
println(String) - Method in class Sav.Z.WStatus
Prints line of s string.
println(String) - Method in interface Sav.Z.Printer
Prints line of s string.
println(String) - Method in class Sav.Z.ConsolePrinter
Prints line of s string.

R

report() - Method in class Sav.Z.Session
Returns string of the default report WStatus.
rightExpression() - Method in class Sav.Z.Statement
Returns string of corrected Statement expression (without ";\n"), or returns "" empty string.
rootPath() - Method in class Sav.Z.Session
Returns root directory path for databases with relative name.

S

Sav.Z - package Sav.Z
Provides "Sav ZAPI" for analyzing and executing Zigzag language Scripts.
Script - class Sav.Z.Script.
Can be executed many times for different Z databases or Zigzag multitudes of a Session.
Script(String) - Constructor for class Sav.Z.Script
Constructs a new Script.
service() - Method in class Sav.Z.Session
Returns service name.
Session - class Sav.Z.Session.
Is a central object of Sav ZAPI, provides connection with Z databases, Zigzag multitude variables, Printer and Status objects.
Session() - Constructor for class Sav.Z.Session
Constructs a Session.
Session(String) - Constructor for class Sav.Z.Session
Constructs a Session with root directory path that will be concatenated to relative file name.
set(int) - Method in class Sav.Z.LineStatus
Sets a current line number and calls println().
set(String) - Method in class Sav.Z.Status
Sets a current Status value and calls println().
set(String) - Method in class Sav.Z.LineStatus
Sets a current line number and calls println().
set(String, String) - Method in class Sav.Z.Session
Assumes the specified value to Zigzag multitude variable with the specified name.
set(String, String[]) - Method in class Sav.Z.Session
Assumes the specified values to Zigzag multitude variable with the specified name.
setCommutator(Commutator) - Method in class Sav.Z.Session
Sets Commutator, which permits to interrupt current process.
setContext(Object) - Method in class Sav.Z.Session
Sets context object.
setDataBaseStatus(Status) - Method in class Sav.Z.Session
Sets Status used to determine a current Session's database.
setDataLineStatus(LineStatus) - Method in class Sav.Z.Session
Sets LineStatus used to determine a current line of a processed (read or printed) out data text.
setInfo(String) - Method in class Sav.Z.LineStatus
Sets up a String information that printed (logged) with a line number at left.
setLogInterval(int) - Method in class Sav.Z.LineStatus
Sets up an interval of line number printing (logging).
setMessagePrinter(Printer) - Method in class Sav.Z.Session
Sets Printer the Warning messages are printed via.
setOff(boolean) - Method in class Sav.Z.Commutator
Switches a Commutator.
setProcessStatus(Status) - Method in class Sav.Z.Session
Sets process Status used to determine a current Session's process.
setReportPrinter(Printer) - Method in class Sav.Z.Session
Sets Printer for reporting by Zigzag print procedure or Zigzag request statement.
setScriptLine(int) - Method in class Sav.Z.Session
Sets up a current Script line number.
setScriptLineStatus(LineStatus) - Method in class Sav.Z.Session
Sets LineStatus used to determine a current line of a processed (executed or analyzed) Script.
size(String) - Method in class Sav.Z.Session
Returns number of Zigzag multitude values with the specified name.
Statement - class Sav.Z.Statement.
An object that represents a Zigzag statement and forms a Script.
statements() - Method in class Sav.Z.Script
Returns array of Script's Statements.
Status - class Sav.Z.Status.
A tool for logging a Session's status namely a current process or Z database.
Status() - Constructor for class Sav.Z.Status
 

T

toString() - Method in class Sav.Z.Warning
Returns String of a Warning object.
toString() - Method in class Sav.Z.Statement
Returns string of a Statement.

U

useBase() - Method in class Sav.Z.Session
Sets up the Session's database as usable .
useBase(String) - Method in class Sav.Z.Session
Sets up the Session connection with an usable Z database.
useDate(boolean) - Method in class Sav.Z.Status
Enables to print java.util.Date of Status setting, to the left of content.
user() - Method in class Sav.Z.Session
Returns user name.

W

Warning - class Sav.Z.Warning.
An object that provides information if Session process, analysis/execution, completes with Warnings: Errors or Failures.
Warning() - Constructor for class Sav.Z.Warning
 
warnings() - Method in class Sav.Z.Statement
Returns array of Warnings, namely Errors or Failures, produced by Script analysis or execution.
warnings() - Method in class Sav.Z.Session
Returns array of Warnings, namely Errors or Failures, produced by Script analysis or execution.
WLineStatus - class Sav.Z.WLineStatus.
Prints Session's current scriptline/dataline to a PrintWriter.
WLineStatus(PrintWriter) - Constructor for class Sav.Z.WLineStatus
Constructs a LineStatus printed to a PrintWriter.
WLineStatus(PrintWriter, int) - Constructor for class Sav.Z.WLineStatus
Constructs a LineStatus printed to a PrintWriter with logInterval.
WPrinter - class Sav.Z.WPrinter.
Prints Session's report and messages to a PrintWriter.
WPrinter(PrintWriter) - Constructor for class Sav.Z.WPrinter
Constructs a Printer that prints to a PrintWriter.
WStatus - class Sav.Z.WStatus.
Prints Session's current process/database to a PrintWriter.
WStatus(PrintWriter) - Constructor for class Sav.Z.WStatus
Constructs a Status printed to a PrintWriter.

Z

z(String) - Method in class Sav.Z.Session
Executes a text within a Session context.
ZException - exception Sav.Z.ZException.
Provides information on exception of a Z Statement analysis or execution.
ZException() - Constructor for class Sav.Z.ZException
Constructs a ZException.
ZException(String) - Constructor for class Sav.Z.ZException
Constructs a ZException with s message.

A B C D E F G H I L M N P R S T U W Z