Package org.sonar.php.regex
Class PhpRegexCheck.PhpRegexIssueLocation
java.lang.Object
org.sonar.plugins.php.api.visitors.IssueLocation
org.sonar.php.regex.PhpRegexCheck.PhpRegexIssueLocation
- Enclosing interface:
- PhpRegexCheck
-
Constructor Summary
ConstructorsConstructorDescriptionPhpRegexIssueLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement tree, String message) PhpRegexIssueLocation(org.sonarsource.analyzer.commons.regex.RegexIssueLocation location) -
Method Summary
Methods inherited from class org.sonar.plugins.php.api.visitors.IssueLocation
endLine, endLineOffset, filePath, message, startLine, startLineOffset
-
Constructor Details
-
PhpRegexIssueLocation
public PhpRegexIssueLocation(org.sonarsource.analyzer.commons.regex.ast.RegexSyntaxElement tree, String message) -
PhpRegexIssueLocation
public PhpRegexIssueLocation(org.sonarsource.analyzer.commons.regex.RegexIssueLocation location)
-