polyglot.frontend.goals
Class SupertypesDisambiguated

java.lang.Object
  extended by polyglot.frontend.goals.AbstractGoal
      extended by polyglot.frontend.goals.SourceFileGoal
          extended by polyglot.frontend.goals.VisitorGoal
              extended by polyglot.frontend.goals.SupertypesDisambiguated
All Implemented Interfaces:
Goal

public class SupertypesDisambiguated
extends VisitorGoal


Nested Class Summary
protected static class SupertypesDisambiguated.MyPass
          This class overrides VisitorPass to mark the SupertypesDisambiguated and SupertypesDisambiguated goals reached when this goal is reached.
 
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 SupertypesDisambiguated(Job job, TypeSystem ts, NodeFactory nf)
           
 
Method Summary
static Goal create(Scheduler scheduler, Job job, TypeSystem ts, NodeFactory nf)
           
 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.VisitorGoal
equals, hashCode, toString, visitor
 
Methods inherited from class polyglot.frontend.goals.AbstractGoal
addCorequisiteGoal, addPrerequisiteGoal, checkCycles, conflictsWith, corequisiteGoals, hasBeenReached, isReachable, job, name, setState, setUnreachable, setUnreachableThisRun, state, stateString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SupertypesDisambiguated

protected SupertypesDisambiguated(Job job,
                                  TypeSystem ts,
                                  NodeFactory nf)
Method Detail

create

public static Goal create(Scheduler scheduler,
                          Job job,
                          TypeSystem ts,
                          NodeFactory nf)

prerequisiteGoals

public java.util.Collection prerequisiteGoals(Scheduler scheduler)
Description copied from interface: Goal
Goals that must be completed before attempting this goal. The graph of dependencies between prerequisite goals should be acyclic.

Specified by:
prerequisiteGoals in interface Goal
Overrides:
prerequisiteGoals in class AbstractGoal

createPass

public Pass createPass(ExtensionInfo extInfo)
Description copied from class: AbstractGoal
Creates a pass to attempt to satisfy the goal.

Specified by:
createPass in interface Goal
Overrides:
createPass in class VisitorGoal