CodeQL library for C#
codeql/csharp-all 0.8.12 (changelog, source)
Search

Class ExtractorMessage

A message from an extractor.

Import path

import semmle.code.csharp.commons.Diagnostics

Direct supertypes

Known direct subtypes

Fields

Predicates

getElement

Gets the element associated with this message, if any.

getElementText

Gets the textual representation of the entity that triggered this message.

getLocation

Gets the location of the element.

getOrigin

Gets the name of the extractor that produced this message, for example, C# extractor.

getSeverity

Gets the severity of this message.

getSeverityText

Gets a string representation of the severity of this message.

getStackTrace

Gets a string containing a stack trace of the extractor, or the empty string if none available.

getText

Gets the text of this message.

toString

Gets a textual representation of this message.

Charpred