static class OutTextPreparer.IfCmd extends OutTextPreparer.Cmd
| Modifier and Type | Field and Description | 
|---|---|
| (package private) int | offsElsifThe offset to the next <:elsif or the following <:else or the following <.if | 
cmd, ixCmd, linecol, offsEndCtrldataAccess, dataConst, expr, ixValue, textOrVar| Constructor and Description | 
|---|
| IfCmd(int ixCmd,
     int[] linecol,
     OutTextPreparer outer,
     OutTextPreparer.ECmd cmd,
     java.lang.String sDatapath,
     java.lang.Class<?> reflData) | 
| IfCmd(int ixCmd,
     int[] linecol,
     OutTextPreparer outer,
     OutTextPreparer.ECmd cmd,
     StringPartScanLineCol sDatapath,
     java.lang.Class<?> reflData)The value to compare with. | 
toStringcalcint offsElsif
public IfCmd(int ixCmd,
             int[] linecol,
             OutTextPreparer outer,
             OutTextPreparer.ECmd cmd,
             StringPartScanLineCol sDatapath,
             java.lang.Class<?> reflData)
      throws java.lang.Exception
java.lang.Exceptionpublic IfCmd(int ixCmd,
             int[] linecol,
             OutTextPreparer outer,
             OutTextPreparer.ECmd cmd,
             java.lang.String sDatapath,
             java.lang.Class<?> reflData)
      throws java.lang.Exception
java.lang.Exception