public class PostDominatorGoal
extends polyglot.frontend.goals.AbstractGoal
| Modifier | Constructor and Description |
|---|---|
protected |
PostDominatorGoal() |
| 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) |
public static polyglot.frontend.goals.Goal singleton(polyglot.frontend.ExtensionInfo extInfo)
public java.util.Collection<polyglot.frontend.goals.Goal> prerequisiteGoals(polyglot.frontend.Scheduler scheduler)
prerequisiteGoals in interface polyglot.frontend.goals.GoalprerequisiteGoals in class polyglot.frontend.goals.AbstractGoalpublic polyglot.frontend.Pass createPass(polyglot.frontend.ExtensionInfo extInfo)
createPass in interface polyglot.frontend.goals.GoalcreatePass in class polyglot.frontend.goals.AbstractGoal