|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpolyglot.frontend.goals.AbstractGoal
polyglot.frontend.goals.SourceFileGoal
polyglot.frontend.goals.Serialized
public class Serialized
Field Summary |
---|
Fields inherited from class polyglot.frontend.goals.AbstractGoal |
---|
corequisites, job, name, prerequisites, state |
Fields inherited from interface polyglot.frontend.goals.Goal |
---|
ATTEMPTED, REACHED, RUNNING, UNREACHABLE, UNREACHABLE_THIS_RUN, UNREACHED |
Constructor Summary | |
---|---|
protected |
Serialized(Job job)
|
Method Summary | |
---|---|
static Goal |
create(Scheduler scheduler,
Job job)
|
Pass |
createPass(ExtensionInfo extInfo)
Creates a pass to attempt to satisfy the goal. |
java.util.Collection |
prerequisiteGoals(Scheduler scheduler)
Goals that must be completed before attempting this goal. |
Methods inherited from class polyglot.frontend.goals.AbstractGoal |
---|
addCorequisiteGoal, addPrerequisiteGoal, checkCycles, conflictsWith, corequisiteGoals, equals, hasBeenReached, hashCode, isReachable, job, name, setState, setUnreachable, setUnreachableThisRun, state, stateString, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Serialized(Job job)
Method Detail |
---|
public static Goal create(Scheduler scheduler, Job job)
public Pass createPass(ExtensionInfo extInfo)
AbstractGoal
createPass
in interface Goal
createPass
in class AbstractGoal
public java.util.Collection prerequisiteGoals(Scheduler scheduler)
Goal
prerequisiteGoals
in interface Goal
prerequisiteGoals
in class AbstractGoal
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |