@Beta public interface JavaFileScanner extends JavaCheck
Modifier and Type | Method and Description |
---|---|
void |
scanFile(JavaFileScannerContext context)
Method called after parsing and semantic analysis has been done on file.
|
void scanFile(JavaFileScannerContext context)
context
- Context of analysis containing the parsed tree.Copyright © 2012–2018 SonarSource. All rights reserved.