public class ReadWriteSetsGoal
extends polyglot.frontend.goals.AbstractGoal
Modifier | Constructor and Description |
---|---|
protected |
ReadWriteSetsGoal()
Create a new goal object with a null
Job |
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)
Create a singleton goal
|
protected ReadWriteSetsGoal()
Job
public static polyglot.frontend.goals.Goal singleton(polyglot.frontend.ExtensionInfo extInfo)
extInfo
- Accrue extension informationpublic 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