public class JavaAnalyzer extends Analyzer
Constructor and Description |
---|
JavaAnalyzer() |
Modifier and Type | Method and Description |
---|---|
void |
exit(AuditContext context,
SourceExpressionStatement stmt)
Check if the ExpressionStmt contains System.out.
|
void |
exit(AuditContext context,
SourceFieldDeclaration field) |
cancel, isApplicationContentSupported, isCancelled, isEnabled, review, setEnabled, startTask
public void exit(AuditContext context, SourceExpressionStatement stmt)
context
- the AuditContextstmt
- the (java) statementpublic void exit(AuditContext context, SourceFieldDeclaration field)