Package gw.lang.parser
Class PostCompilationAnalysis
java.lang.Object
gw.lang.parser.PostCompilationAnalysis
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static boolean
classFileIsNotAnInterface
(IClassFileStatement parsedElementToAnalyze) static void
maybeAnalyze
(IParsedElement pe, IParsedElement... other) Perform post compilation analysis on the given ParsedElement.static void
static boolean
static void
-
Field Details
-
isAnalysisThread
-
-
Constructor Details
-
PostCompilationAnalysis
public PostCompilationAnalysis()
-
-
Method Details
-
shouldAnalyze
public static boolean shouldAnalyze() -
setAnalysisThread
public static void setAnalysisThread() -
unsetAnalysisThread
public static void unsetAnalysisThread() -
maybeAnalyze
Perform post compilation analysis on the given ParsedElement. The other ParsedElements are supporting ones, e.g. ClassStatements for inner classes -
classFileIsNotAnInterface
-