public static class JZtxtcmdScript.ForStatement extends JZtxtcmdScript.CondStatement
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
checkForVariable |
(package private) JZtxtcmdScript.JZcmdDataAccess |
forContainer |
(package private) java.lang.String |
forVariable |
condition
conversion, dataAccess, elementType, expression, parentList, sindentA, srcColumn, srcFile, srcLine, statementlist, subitem, textArg
mColumn, mFile, mLine
Constructor and Description |
---|
ForStatement(JZtxtcmdScript.StatementList parentList,
char type) |
Modifier and Type | Method and Description |
---|---|
void |
add_forContainer(JZtxtcmdScript.JZcmdDataAccess val) |
JZtxtcmdScript.JZcmdDataAccess |
new_forContainer() |
void |
set_checkForVariable(java.lang.String name) |
void |
set_forVariable(java.lang.String name) |
add_condition, new_condition
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, writeStructLine, XXXadd_File, XXXnew_File
java.lang.String forVariable
java.lang.String checkForVariable
JZtxtcmdScript.JZcmdDataAccess forContainer
ForStatement(JZtxtcmdScript.StatementList parentList, char type)
public void set_forVariable(java.lang.String name)
public void set_checkForVariable(java.lang.String name)
public JZtxtcmdScript.JZcmdDataAccess new_forContainer()
public void add_forContainer(JZtxtcmdScript.JZcmdDataAccess val)