Interface JIf

    • Method Detail

      • _else

        JBlock _else()
        Get the else condition block.
        Returns:
        the else block
      • elseIf

        JIf elseIf​(JExpr cond)
        Add an if statement to the else block.
        Parameters:
        cond - the subsequent if condition
        Returns:
        the subsequent if statement