public class MoveInnerClassesGoal
extends polyglot.frontend.goals.VisitorGoal
Modifier | Constructor and Description |
---|---|
protected |
MoveInnerClassesGoal(polyglot.frontend.Job job,
polyglot.types.TypeSystem ts,
polyglot.ast.NodeFactory nf) |
Modifier and Type | Method and Description |
---|---|
static polyglot.frontend.goals.Goal |
create(polyglot.frontend.Scheduler scheduler,
polyglot.frontend.Job job,
polyglot.types.TypeSystem ts,
polyglot.ast.NodeFactory nf) |
java.util.Collection<polyglot.frontend.goals.Goal> |
prerequisiteGoals(polyglot.frontend.Scheduler scheduler) |
createPass, equals, hashCode, toString, visitor
protected MoveInnerClassesGoal(polyglot.frontend.Job job, polyglot.types.TypeSystem ts, polyglot.ast.NodeFactory nf)
public static polyglot.frontend.goals.Goal create(polyglot.frontend.Scheduler scheduler, polyglot.frontend.Job job, polyglot.types.TypeSystem ts, polyglot.ast.NodeFactory nf)
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