public class MoveLocalClassesGoal
extends polyglot.frontend.goals.Barrier
| Modifier | Constructor and Description |
|---|---|
protected |
MoveLocalClassesGoal(polyglot.frontend.Scheduler scheduler) |
| Modifier and Type | Method and Description |
|---|---|
polyglot.frontend.goals.Goal |
goalForJob(polyglot.frontend.Job job) |
java.util.Collection<polyglot.frontend.goals.Goal> |
prerequisiteGoals(polyglot.frontend.Scheduler scheduler) |
static MoveLocalClassesGoal |
singleton(polyglot.frontend.ExtensionInfo extInfo) |
createPass, equals, hashCode, jobs, toStringprotected MoveLocalClassesGoal(polyglot.frontend.Scheduler scheduler)
public static MoveLocalClassesGoal 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.goals.Goal goalForJob(polyglot.frontend.Job job)
goalForJob in class polyglot.frontend.goals.Barrier