Package org.sonar.plugins.java.api
Class JavaFileScannerContext.Location
- java.lang.Object
-
- org.sonar.plugins.java.api.JavaFileScannerContext.Location
-
- Enclosing interface:
- JavaFileScannerContext
public static class JavaFileScannerContext.Location extends Object
Message and syntaxNode for a secondary location.
-
-
Field Summary
Fields Modifier and Type Field Description String
msg
Message of the secondary location.Tree
syntaxNode
Syntax node on which to raise the secondary location.
-