Class JConditional

  • All Implemented Interfaces:
    JStatement

    public class JConditional
    extends Object
    implements JStatement
    If statement, with optional else clause
    • Method Detail

      • _then

        public JBlock _then()
        Return the block to be excuted by the "then" branch
        Returns:
        Then block
      • _else

        public JBlock _else()
        Create a block to be executed by "else" branch
        Returns:
        Newly generated else block