Class Flow.Location

java.lang.Object
io.codemodder.providers.sonar.api.Flow.Location
Enclosing class:
Flow

public static class Flow.Location extends Object
  • Constructor Details

    • Location

      public Location()
  • Method Details

    • getComponent

      public String getComponent()
    • setComponent

      public void setComponent(String component)
    • getTextRange

      public TextRange getTextRange()
    • setTextRange

      public void setTextRange(TextRange textRange)
    • getMsg

      public String getMsg()
    • setMsg

      public void setMsg(String msg)