Uses of Class
net.sourceforge.pmd.renderers.internal.sarif.SarifLog.Region
-
Packages that use SarifLog.Region Package Description net.sourceforge.pmd.renderers.internal.sarif -
-
Uses of SarifLog.Region in net.sourceforge.pmd.renderers.internal.sarif
Methods in net.sourceforge.pmd.renderers.internal.sarif that return SarifLog.Region Modifier and Type Method Description SarifLog.RegionSarifLog.Region.RegionBuilder. build()SarifLog.RegionSarifLog.PhysicalLocation. getRegion()Specifies a portion of the artifact.SarifLog.RegionSarifLog.Region. setEndColumn(Integer endColumn)The column number of the character following the end of the region.SarifLog.RegionSarifLog.Region. setEndLine(Integer endLine)The line number of the last character in the region.SarifLog.RegionSarifLog.Region. setStartColumn(Integer startColumn)The column number of the first character in the region.SarifLog.RegionSarifLog.Region. setStartLine(Integer startLine)The line number of the first character in the region.Methods in net.sourceforge.pmd.renderers.internal.sarif with parameters of type SarifLog.Region Modifier and Type Method Description SarifLog.PhysicalLocation.PhysicalLocationBuilderSarifLog.PhysicalLocation.PhysicalLocationBuilder. region(SarifLog.Region region)Specifies a portion of the artifact.SarifLog.PhysicalLocationSarifLog.PhysicalLocation. setRegion(SarifLog.Region region)Specifies a portion of the artifact.
-