Package org.sonar.python.checks.regex
Class RegexLookaheadCheck
- java.lang.Object
-
- org.sonar.plugins.python.api.PythonSubscriptionCheck
-
- org.sonar.python.checks.regex.AbstractRegexCheck
-
- org.sonar.python.checks.regex.RegexLookaheadCheck
-
- All Implemented Interfaces:
PythonCheck,SubscriptionCheck
public class RegexLookaheadCheck extends AbstractRegexCheck
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.PythonCheck
PythonCheck.CheckScope, PythonCheck.PreciseIssue
-
Nested classes/interfaces inherited from interface org.sonar.plugins.python.api.SubscriptionCheck
SubscriptionCheck.Context
-
-
Field Summary
-
Fields inherited from class org.sonar.python.checks.regex.AbstractRegexCheck
regexContext, reportedRegexTrees
-
-
Constructor Summary
Constructors Constructor Description RegexLookaheadCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regexParseResult, CallExpression regexFunctionCall)-
Methods inherited from class org.sonar.python.checks.regex.AbstractRegexCheck
addIssue, initialize, lookedUpFunctions, mapPythonFlag
-
Methods inherited from class org.sonar.plugins.python.api.PythonSubscriptionCheck
leaveFile, scanFile
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.python.api.PythonCheck
scope
-
-
-
-
Method Detail
-
checkRegex
public void checkRegex(org.sonarsource.analyzer.commons.regex.RegexParseResult regexParseResult, CallExpression regexFunctionCall)- Specified by:
checkRegexin classAbstractRegexCheck
-
-