Package org.sonar.java.checks.helpers
Class RegexReachabilityChecker
java.lang.Object
org.sonar.java.checks.helpers.RegexReachabilityChecker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanReach(org.sonarsource.analyzer.commons.regex.ast.AutomatonState start, org.sonarsource.analyzer.commons.regex.ast.AutomatonState goal) void
-
Constructor Details
-
RegexReachabilityChecker
public RegexReachabilityChecker(boolean defaultAnswer)
-
-
Method Details
-
clearCache
public void clearCache() -
canReach
public boolean canReach(org.sonarsource.analyzer.commons.regex.ast.AutomatonState start, org.sonarsource.analyzer.commons.regex.ast.AutomatonState goal)
-