public class PostCompilationAnalysis extends Object
| Constructor and Description |
|---|
PostCompilationAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
static void |
maybeAnalyze(IParsedElement pe,
IParsedElement... other)
Perform post compilation analysis on the given ParsedElement.
|
static void |
setAnalysisThread() |
static boolean |
shouldAnalyze() |
static void |
unsetAnalysisThread() |
public static boolean shouldAnalyze()
public static void setAnalysisThread()
public static void unsetAnalysisThread()
public static void maybeAnalyze(IParsedElement pe, IParsedElement... other)
Copyright © 2022. All rights reserved.