public static class JZtxtcmdScript.CallStatement extends JZtxtcmdScript.AssignExpr
Modifier and Type | Field and Description |
---|---|
java.util.List<JZtxtcmdScript.Argument> |
actualArgs
Argument list either actual or formal if this is a subtext call or subtext definition.
|
(package private) JZtxtcmdScript.JZcmditem |
call_Name |
assignObjs, variable
conversion, dataAccess, elementType, expression, parentList, sindentA, srcColumn, srcFile, srcLine, statementlist, subitem, textArg
mColumn, mFile, mLine
Constructor and Description |
---|
CallStatement(JZtxtcmdScript.StatementList parentList,
char elementType) |
Modifier and Type | Method and Description |
---|---|
void |
add_actualArgument(JZtxtcmdScript.Argument val)
Set from ZBNF: \<*subtext:name: {
|
JZtxtcmdScript.Argument |
new_actualArgument()
Set from ZBNF: \<*subtext:name: {
|
JZtxtcmdScript.JZcmditem |
new_callName() |
void |
set_callName(JZtxtcmdScript.JZcmditem val) |
(package private) void |
writeStructAdd(int indent,
java.lang.Appendable out)
Prepares information in following lines if necessary.
|
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, XXXadd_File, XXXnew_File
JZtxtcmdScript.JZcmditem call_Name
public java.util.List<JZtxtcmdScript.Argument> actualArgs
CallStatement(JZtxtcmdScript.StatementList parentList, char elementType)
public JZtxtcmdScript.JZcmditem new_callName()
public void set_callName(JZtxtcmdScript.JZcmditem val)
public JZtxtcmdScript.Argument new_actualArgument()
public void add_actualArgument(JZtxtcmdScript.Argument val)
void writeStructAdd(int indent, java.lang.Appendable out) throws java.io.IOException
JZtxtcmdScript.JZcmditem
writeStructAdd
in class JZtxtcmdScript.JZcmditem
java.io.IOException