polyglot.frontend.goals
Class SourceFileGoal

java.lang.Object
  extended by polyglot.frontend.goals.AbstractGoal
      extended by polyglot.frontend.goals.SourceFileGoal
All Implemented Interfaces:
Goal
Direct Known Subclasses:
CodeGenerated, ConstantsCheckedForFile, Parsed, Serialized, VisitorGoal

public abstract class SourceFileGoal
extends AbstractGoal

Comment for SourceFileGoal

Author:
nystrom

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 SourceFileGoal(Job job)
           
protected SourceFileGoal(Job job, java.lang.String name)
           
 
Method Summary
 
Methods inherited from class polyglot.frontend.goals.AbstractGoal
addCorequisiteGoal, addPrerequisiteGoal, checkCycles, conflictsWith, corequisiteGoals, createPass, equals, hasBeenReached, hashCode, isReachable, job, name, prerequisiteGoals, setState, setUnreachable, setUnreachableThisRun, state, stateString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceFileGoal

protected SourceFileGoal(Job job)

SourceFileGoal

protected SourceFileGoal(Job job,
                         java.lang.String name)