Interface UnrecognizedStatement

    • Method Detail

      • argument

        Object argument()
        Returns statement argument.

        This method can returns

        • String if the statement has an argument
        • Empty if the statement does not have an argument
        Specified by:
        argument in interface ModelStatement<Object>
        Returns:
        statement argument.