Class AnalysisInspector
java.lang.Object
com.twineworks.tweakflow.lang.analysis.AnalysisInspector
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NodegetNodeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) static ScopegetScopeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) static voidgetSymbolsInScopeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar)
-
Constructor Details
-
AnalysisInspector
public AnalysisInspector()
-
-
Method Details
-
getSymbolsInScopeAt
public static void getSymbolsInScopeAt(AnalysisSet analysisSet, String atModule, int atLine, int atChar) -
getNodeAt
-
getScopeAt
-