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