public class PointerAnalysisPass
extends polyglot.frontend.AbstractPass
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ANALYSIS_NAME |
Modifier and Type | Method and Description |
---|---|
PointsToGraph |
pointsToGraph() |
StmtRegistrar |
registrar() |
boolean |
run() |
static PointerAnalysisPass |
singleton(polyglot.frontend.ExtensionInfo extInfo) |
public static final java.lang.String ANALYSIS_NAME
public static PointerAnalysisPass singleton(polyglot.frontend.ExtensionInfo extInfo)
public StmtRegistrar registrar()
public PointsToGraph pointsToGraph()
public boolean run()
run
in interface polyglot.frontend.Pass
run
in class polyglot.frontend.AbstractPass