public static class JZtxtcmdScript.DefContainerVariable extends JZtxtcmdScript.DefVariable
JZtxtcmdScript.DefVariable.defVariable
.
#elements
. If the Zbnf: was found, then a Map in #element
is created and added to #elements
.
JZtxtcmdScript.JZcmditem.expression
etc. like other variable definitions.
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
bFirst |
java.lang.String |
keyVariableName
Name of that variable which value builds the key.
|
bAppendToFile, bConst, defVariable, typeVariable
conversion, dataAccess, elementType, expression, parentList, sindentA, srcColumn, srcFile, srcLine, statementlist, subitem, textArg
mColumn, mFile, mLine
Constructor and Description |
---|
DefContainerVariable(JZtxtcmdScript.StatementList parentList,
char whatIsit) |
Modifier and Type | Method and Description |
---|---|
void |
add_DefSubtext(JZtxtcmdScript.Subroutine val) |
void |
add_element(JZtxtcmdScript.DefListElement val) |
void |
add_objElement(JZtxtcmdScript.JZcmditem val) |
void |
add_textVariable(JZtxtcmdScript.DefVariable val) |
JZtxtcmdScript.Subroutine |
new_DefSubtext() |
JZtxtcmdScript.DefListElement |
new_element()
From Zbnf:
|
JZtxtcmdScript.JZcmditem |
new_objElement() |
JZtxtcmdScript.DefVariable |
new_textVariable() |
void |
XXXadd_DefSubtext(JZtxtcmdScript.DefVariable val) |
JZtxtcmdScript.DefVariable |
XXXnew_DefSubtext() |
add_defVariable, getVariableIdent, new_defVariable, set_appendToFile, set_const, set_name, set_type, 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.lang.String keyVariableName
boolean bFirst
DefContainerVariable(JZtxtcmdScript.StatementList parentList, char whatIsit)
public JZtxtcmdScript.DefListElement new_element()
public void add_element(JZtxtcmdScript.DefListElement val)
public JZtxtcmdScript.DefVariable new_textVariable()
public void add_textVariable(JZtxtcmdScript.DefVariable val)
public JZtxtcmdScript.DefVariable XXXnew_DefSubtext()
public void XXXadd_DefSubtext(JZtxtcmdScript.DefVariable val)
public JZtxtcmdScript.Subroutine new_DefSubtext()
public void add_DefSubtext(JZtxtcmdScript.Subroutine val)
public JZtxtcmdScript.JZcmditem new_objElement()
public void add_objElement(JZtxtcmdScript.JZcmditem val)