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 Details

    • msg

      public final String msg
      Message of the secondary location.
    • syntaxNode

      public final Tree syntaxNode
      Syntax node on which to raise the secondary location.
  • Constructor Details

    • Location

      public Location(String msg, Tree syntaxNode)
  • Method Details