public static class JZtxtcmdScript.JZcmdClass extends JZtxtcmdScript.StatementList
| Modifier and Type | Field and Description | 
|---|---|
| (package private) java.util.List<JZtxtcmdScript.JZcmdClass> | classesSub classes of this class. | 
| (package private) java.util.List<java.lang.Object> | listClassesAndSubroutinesAll classes and subroutines in order of the script to present it in a list for choice. | 
| (package private) java.util.Map<java.lang.String,JZtxtcmdScript.Subroutine> | subroutinesAll subroutines of this class. | 
| (package private) JZtxtcmdScript | theScript | 
bContainsVariableDef, bSetSkipSpaces, cmpnName, jzSettings, nIndentInScript, onerrorAccu, parentStatement, sIndentChars, srcColumn, srcFile, srcLine, statements, statementsAdd, withoutOnerrormColumn, mFile, mLine| Modifier | Constructor and Description | 
|---|---|
| protected  | JZcmdClass(JZtxtcmdScript theScript,
          JZtxtcmdScript.JZscriptSettings jzScriptSettings) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | add_subClass(JZtxtcmdScript.JZcmdClass val) | 
| void | add_subroutine(JZtxtcmdScript.Subroutine val) | 
| java.util.List<JZtxtcmdScript.JZcmdClass> | classes() | 
| java.util.List<java.lang.Object> | listClassesAndSubroutines() | 
| JZtxtcmdScript.JZcmdClass | new_subClass() | 
| JZtxtcmdScript.Subroutine | new_subroutine() | 
| java.util.Map<java.lang.String,JZtxtcmdScript.Subroutine> | subroutines() | 
| void | writeStruct(int indent,
           java.lang.Appendable out) | 
add_appendTextOut, add_assignExpr, add_call, add_cd, add_cmdShell, add_cmdStart, add_cmdWait, add_copy, add_createTextOut, add_dataText, add_debug, add_debugOp, add_DefBoolVar, add_DefClasspath, add_DefClassVar, add_DefFilepath, add_DefFileset, add_DefMapVar, add_DefNumVar, add_DefObjVar, add_DefSubtext, add_del, add_dowhileCtrl, add_forCtrl, add_hasNext, add_ifCtrl, add_iferrorlevel, add_List, add_mkdir, add_move, add_onerror, add_Openfile, add_Pipe, add_setColumn, add_setEnvVar, add_statementBlock, add_Stringjar, add_textExpr, add_textExprTEST, add_textOut, add_textVariable, add_threadBlock, add_throw, add_whileCtrl, add_zmake, new_appendTextOut, new_assignExpr, new_call, new_cd, new_cmdShell, new_cmdStart, new_cmdWait, new_copy, new_createTextOut, new_dataText, new_debug, new_debugOp, new_DefBoolVar, new_DefClasspath, new_DefClassVar, new_DefFilepath, new_DefFileset, new_DefMapVar, new_DefNumVar, new_DefObjVar, new_DefSubtext, new_del, new_dowhileCtrl, new_forCtrl, new_hasNext, new_ifCtrl, new_iferrorlevel, new_List, new_mkdir, new_move, new_onerror, new_Openfile, new_Pipe, new_setColumn, new_setEnvVar, new_statementBlock, new_Stringjar, new_textExpr, new_textExprTEST, new_textOut, new_textVariable, new_threadBlock, new_throw, new_whileCtrl, new_zmake, set_breakBlock, set_cIndent, set_debug, set_errorToOutput, set_exitScript, set_name, set_newline, set_nIndent, set_plainText, set_scriptdir, set_skipWhiteSpaces, set_textReplLf, set_throwonerror, set_transliteration, set_utf16code, setLineColumnFile, setLineColumnFileMode, XXXadd_DefSubtext, XXXnew_DefSubtextjava.util.List<JZtxtcmdScript.JZcmdClass> classes
final java.util.Map<java.lang.String,JZtxtcmdScript.Subroutine> subroutines
final java.util.List<java.lang.Object> listClassesAndSubroutines
final JZtxtcmdScript theScript
protected JZcmdClass(JZtxtcmdScript theScript, JZtxtcmdScript.JZscriptSettings jzScriptSettings)
public final java.util.List<JZtxtcmdScript.JZcmdClass> classes()
public final java.util.Map<java.lang.String,JZtxtcmdScript.Subroutine> subroutines()
public final java.util.List<java.lang.Object> listClassesAndSubroutines()
public JZtxtcmdScript.JZcmdClass new_subClass()
public void add_subClass(JZtxtcmdScript.JZcmdClass val)
public JZtxtcmdScript.Subroutine new_subroutine()
public void add_subroutine(JZtxtcmdScript.Subroutine val)
public void writeStruct(int indent,
                        java.lang.Appendable out)
                 throws java.io.IOException
java.io.IOException