Class StatementWarning

    • Constructor Detail

      • StatementWarning

        public StatementWarning​(Statement statement,
                                java.lang.String message)
        Builds the warning.
        Parameters:
        statement - the statement where this warning was reported on
        message - the message of this warning
    • Method Detail

      • getStatement

        public Statement getStatement()
        Yields the statement where this warning was reported on.
        Returns:
        the statement
      • getTag

        public java.lang.String getTag()
        Description copied from class: Warning
        Yields the tag of this warning.
        Overrides:
        getTag in class Warning
        Returns:
        the tag of this warning