public static class JZtxtcmdScript.CmdInvoke extends JZtxtcmdScript.AssignExpr
| Modifier and Type | Field and Description | 
|---|---|
(package private) boolean | 
bCmdCheck  | 
boolean | 
bExecScript
In Linux a script can be executed also with 'cmd' or 'start' but in Windows
 it needs more effort: call 'cmd.exe /C script.bat'. 
 | 
boolean | 
bShouldNotWait  | 
java.util.List<JZtxtcmdScript.JZcmditem> | 
cmdArgs
Argument list either actual or formal if this is a subtext call or subtext definition. 
 | 
DataAccess | 
errorPipe
The variable which should be created or to which a value is assigned to. 
 | 
java.util.List<DataAccess> | 
errorPipes
Any variable given by name or java instance  which is used to assign to it. 
 | 
DataAccess | 
inputPipe
The variable which should be created or to which a value is assigned to. 
 | 
assignObjs, variableconversion, dataAccess, elementType, expression, parentList, sindentA, srcColumn, srcFile, srcLine, statementlist, subitem, textArgmColumn, mFile, mLine| Constructor and Description | 
|---|
CmdInvoke(JZtxtcmdScript.StatementList parentList,
         char elementType)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
add_actualArgument(JZtxtcmdScript.JZcmditem val)
Set from ZBNF:  \<*subtext:name: {  
 | 
void | 
add_argList(JZtxtcmdScript.JZcmdDataAccess val)  | 
JZtxtcmdScript.JZcmditem | 
new_actualArgument()
Set from ZBNF:  \<*subtext:name: {  
 | 
JZtxtcmdScript.JZcmdDataAccess | 
new_argList()
Set from ZBNF: 
 | 
void | 
set_argsCheck()  | 
add_assign, new_assign, set_append, writeStructLineadd_boolExpr, add_dataAccess, add_dataStruct, add_Filepath, add_filesetAccess, add_numExpr, add_statementBlock, add_textExpr, elementType, isEmpty, new_boolExpr, new_dataAccess, new_dataStruct, new_Filepath, new_filesetAccess, new_numExpr, new_statementBlock, new_textExpr, scriptException, set_plainText, set_text, setLineColumnFile, setLineColumnFileMode, statementlist, toString, writeStruct, writeStructAdd, XXXadd_File, XXXnew_Filepublic java.util.List<JZtxtcmdScript.JZcmditem> cmdArgs
public java.util.List<DataAccess> errorPipes
public DataAccess errorPipe
public DataAccess inputPipe
boolean bCmdCheck
public boolean bShouldNotWait
public boolean bExecScript
JZtxtcmdExecuter,
 If this flag is set, it is a script called with 'shell script'CmdInvoke(JZtxtcmdScript.StatementList parentList, char elementType)
public JZtxtcmdScript.JZcmditem new_actualArgument()
public void add_actualArgument(JZtxtcmdScript.JZcmditem val)
public JZtxtcmdScript.JZcmdDataAccess new_argList()
public void add_argList(JZtxtcmdScript.JZcmdDataAccess val)
public void set_argsCheck()