public interface LoggingApiSpecification
| Modifier and Type | Method and Description |
|---|---|
boolean |
matchConditionalMethod(com.sun.source.tree.ExpressionTree expressionTree,
com.google.errorprone.VisitorState state) |
boolean |
matchImport(com.sun.source.tree.Tree qualifiedIdentifier,
com.google.errorprone.VisitorState visitorState) |
boolean |
matchLogFactory(com.sun.source.tree.VariableTree variableTree,
com.google.errorprone.VisitorState visitorState) |
boolean |
matchLoggingMethod(com.sun.source.tree.ExpressionTree expressionTree,
com.google.errorprone.VisitorState state) |
FloggerConditionalStatement |
parseConditionalMethod(MethodInvocation methodInvocation) |
FloggerLogStatement |
parseLoggingMethod(MethodInvocation loggingMethodInvocation,
MigrationContext migrationContext) |
boolean |
shouldRemoveImport(java.lang.String importString) |
boolean matchImport(com.sun.source.tree.Tree qualifiedIdentifier,
com.google.errorprone.VisitorState visitorState)
boolean matchConditionalMethod(com.sun.source.tree.ExpressionTree expressionTree,
com.google.errorprone.VisitorState state)
boolean matchLoggingMethod(com.sun.source.tree.ExpressionTree expressionTree,
com.google.errorprone.VisitorState state)
boolean matchLogFactory(com.sun.source.tree.VariableTree variableTree,
com.google.errorprone.VisitorState visitorState)
FloggerConditionalStatement parseConditionalMethod(MethodInvocation methodInvocation)
FloggerLogStatement parseLoggingMethod(MethodInvocation loggingMethodInvocation, MigrationContext migrationContext)
boolean shouldRemoveImport(java.lang.String importString)