|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.tools.lint.client.api.JavaVisitor
public class JavaVisitor
Specialized visitor for running detectors on a Java AST. It operates in three phases:
Detector.JavaScanner interface.
| Method Summary | |
|---|---|
static void |
clearCrashCount()
For testing only: clears the crash counter |
void |
dispose()
|
static int |
getCrashCount()
For testing only: returns the number of exceptions thrown during Java AST analysis |
void |
prepare(java.util.List<JavaContext> contexts)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static int getCrashCount()
public static void clearCrashCount()
public void prepare(@NonNull
java.util.List<JavaContext> contexts)
public void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||