public class DefUseGoal
extends polyglot.frontend.goals.AbstractGoal
Modifier and Type | Field and Description |
---|---|
protected DefUseAnalysisUtil.Mode |
mode |
Modifier | Constructor and Description |
---|---|
protected |
DefUseGoal(DefUseAnalysisUtil.Mode mode) |
Modifier and Type | Method and Description |
---|---|
polyglot.frontend.Pass |
createPass(polyglot.frontend.ExtensionInfo extInfo) |
java.util.Collection<polyglot.frontend.goals.Goal> |
prerequisiteGoals(polyglot.frontend.Scheduler scheduler) |
static polyglot.frontend.goals.Goal |
singleton(polyglot.frontend.ExtensionInfo extInfo,
DefUseAnalysisUtil.Mode mode) |
protected final DefUseAnalysisUtil.Mode mode
protected DefUseGoal(DefUseAnalysisUtil.Mode mode)
public static polyglot.frontend.goals.Goal singleton(polyglot.frontend.ExtensionInfo extInfo, DefUseAnalysisUtil.Mode mode)
public java.util.Collection<polyglot.frontend.goals.Goal> prerequisiteGoals(polyglot.frontend.Scheduler scheduler)
prerequisiteGoals
in interface polyglot.frontend.goals.Goal
prerequisiteGoals
in class polyglot.frontend.goals.AbstractGoal
public polyglot.frontend.Pass createPass(polyglot.frontend.ExtensionInfo extInfo)
createPass
in interface polyglot.frontend.goals.Goal
createPass
in class polyglot.frontend.goals.AbstractGoal