Interface Condition

    • Method Detail

      • toOperands

        java.util.List<? extends Operand<?>> toOperands()
        Traverses the hierarchy of Conditions and collects all therein found Operands and sub-types such as the Flag or the Option. This is most useful when creating a list of Options, Flages and Operands when printing out detailed help.
        Returns:
        The according Operand elements.