Package org.sonar.plugins.java.api
Interface JavaFileScanner
- All Superinterfaces:
JavaCheck
- All Known Subinterfaces:
JavaResourceLocator
- All Known Implementing Classes:
CommentLinesVisitor
,DefaultJavaResourceLocator
,FileLinesVisitor
,IssuableSubscriptionVisitor
,JavaFilesCache
,JWarning.Mapper
,LinesOfCodeVisitor
,Measurer
,Measurer.TestFileMeasurer
,SubscriptionVisitor
,SyntaxHighlighterVisitor
Common interface for all checks analyzing a java file.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
scanFile(JavaFileScannerContext context)
Method called after parsing and semantic analysis has been done on file.
-
Method Details
-
scanFile
Method called after parsing and semantic analysis has been done on file.- Parameters:
context
- Context of analysis containing the parsed tree.
-