public static class JZtxtcmdScript.CmdInvoke extends JZtxtcmdScript.AssignExpr
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bCmdCheck |
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, variable
conversion, dataAccess, elementType, expression, parentList, sindentA, srcColumn, srcFile, srcLine, statementlist, subitem, textArg
mColumn, 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, writeStructLine
add_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_File
public java.util.List<JZtxtcmdScript.JZcmditem> cmdArgs
public java.util.List<DataAccess> errorPipes
public DataAccess errorPipe
public DataAccess inputPipe
boolean bCmdCheck
public boolean bShouldNotWait
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()