public class NonFatalPostDominatorGoal
extends polyglot.frontend.goals.AbstractGoal
Modifier | Constructor and Description |
---|---|
protected |
NonFatalPostDominatorGoal() |
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.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