Package org.sonar.javascript.checks
Class NonExistentPropertyAccessCheck
- java.lang.Object
-
- org.sonar.javascript.se.SeCheck
-
- org.sonar.javascript.checks.AbstractAnyPathSeCheck
-
- org.sonar.javascript.checks.NonExistentPropertyAccessCheck
-
- All Implemented Interfaces:
JavaScriptCheck
public class NonExistentPropertyAccessCheck extends AbstractAnyPathSeCheck
-
-
Constructor Summary
Constructors Constructor Description NonExistentPropertyAccessCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeBlockElement(ProgramState currentState, Tree element, ProgramPoint programPoint)-
Methods inherited from class org.sonar.javascript.checks.AbstractAnyPathSeCheck
addIssue, addIssue, addUniqueIssue, addUniqueIssue, addUniqueIssue, alreadyHasIssueOn, doStartOfExecution, startOfExecution
-
Methods inherited from class org.sonar.javascript.se.SeCheck
addLineIssue, afterBlockElement, checkConditions, cleanupAndStartFileAnalysis, endOfExecution, endOfFile, getContext, scanFile, setContext, startOfFile, toString
-
-
-
-
Method Detail
-
beforeBlockElement
public void beforeBlockElement(ProgramState currentState, Tree element, ProgramPoint programPoint)
- Overrides:
beforeBlockElementin classSeCheck
-
-