Class ExtractorMessage
A message from an extractor.
Import path
import semmle.code.csharp.commons.DiagnosticsDirect supertypes
Known direct subtypes
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, |
| 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. |