public class AnalysesDone
extends polyglot.frontend.goals.SourceFileGoal
implements polyglot.frontend.goals.EndGoal
| Modifier | Constructor and Description |
|---|---|
protected |
AnalysesDone(polyglot.frontend.Job job) |
| Modifier and Type | Method and Description |
|---|---|
static polyglot.frontend.goals.Goal |
create(polyglot.frontend.Scheduler scheduler,
polyglot.frontend.Job job) |
polyglot.frontend.Pass |
createPass(polyglot.frontend.ExtensionInfo extInfo) |
java.util.Collection<polyglot.frontend.goals.Goal> |
prerequisiteGoals(polyglot.frontend.Scheduler scheduler) |
addCorequisiteGoal, addPrerequisiteGoal, checkCycles, conflictsWith, corequisiteGoals, equals, hasBeenReached, hashCode, isReachable, job, name, setState, setUnreachable, setUnreachableThisRun, state, stateString, toStringprotected AnalysesDone(polyglot.frontend.Job job)
job - The job to compile.public static polyglot.frontend.goals.Goal create(polyglot.frontend.Scheduler scheduler,
polyglot.frontend.Job job)
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.Pass createPass(polyglot.frontend.ExtensionInfo extInfo)
createPass in interface polyglot.frontend.goals.GoalcreatePass in class polyglot.frontend.goals.AbstractGoal