polyglot.frontend
Class Scheduler.TheEndGoal.EndPass

java.lang.Object
  extended by polyglot.frontend.AbstractPass
      extended by polyglot.frontend.Scheduler.TheEndGoal.EndPass
All Implemented Interfaces:
Pass
Enclosing class:
Scheduler.TheEndGoal

protected static class Scheduler.TheEndGoal.EndPass
extends AbstractPass


Field Summary
 
Fields inherited from class polyglot.frontend.AbstractPass
exclusive_time, goal, inclusive_time
 
Constructor Summary
protected Scheduler.TheEndGoal.EndPass(Scheduler.TheEndGoal g)
           
 
Method Summary
 boolean run()
          Run the pass, returning true on success.
 
Methods inherited from class polyglot.frontend.AbstractPass
exclusiveTime, goal, inclusiveTime, name, resetTimers, toggleTimers, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scheduler.TheEndGoal.EndPass

protected Scheduler.TheEndGoal.EndPass(Scheduler.TheEndGoal g)
Method Detail

run

public boolean run()
Description copied from class: AbstractPass
Run the pass, returning true on success.

Specified by:
run in interface Pass
Specified by:
run in class AbstractPass