SPeCS Packages Documentation
    Preparing search index...

    Represents a MISRA-C rule violation.

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • ruleID: string

        Identifier of the violated rule

      • $jp: Joinpoint

        Joinpoint where the error was detected

      • message: string

        Description of the error

      Returns MISRAError

    Properties

    joinpoint: Joinpoint

    The joinpoint where the error was detected

    message: string

    Explanation of the violation

    ruleID: string

    Represents the specific MISRA-C rule that was violated

    Methods

    • Checks if two instances of MISRAError are equal based on all properties

      Parameters

      Returns boolean

      Returns true if the errors are the same, false otherwise

    • Checks if the associated joinpoint is still present in program's AST

      Returns boolean