Class JStmtFor


  • public class JStmtFor
    extends JStmt
    A JStatement for for() statements.
    • Constructor Detail

      • JStmtFor

        public JStmtFor()
    • Method Detail

      • getConditional

        public JExpr getConditional()
        Returns the conditional.
      • getUpdateStmts

        public java.util.List<JStmtExpr> getUpdateStmts()
        Returns the update statements.
      • getInitStmts

        public java.util.List<JStmtExpr> getInitStmts()
        Returns the init statements.
      • isBlock

        public boolean isBlock()
        Returns whether statement has a block associated with it.
        Overrides:
        isBlock in class JNode