polyglot.frontend.passes
Class DisambiguateSignaturesPass

java.lang.Object
  extended by polyglot.frontend.AbstractPass
      extended by polyglot.frontend.passes.ClassFilePass
          extended by polyglot.frontend.passes.DisambiguateSignaturesPass
All Implemented Interfaces:
Pass

public class DisambiguateSignaturesPass
extends ClassFilePass


Field Summary
protected  SignaturesResolved goal
           
protected  Scheduler scheduler
           
 
Fields inherited from class polyglot.frontend.AbstractPass
exclusive_time, inclusive_time
 
Constructor Summary
DisambiguateSignaturesPass(Scheduler scheduler, SignaturesResolved goal)
           
 
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
 

Field Detail

scheduler

protected Scheduler scheduler

goal

protected SignaturesResolved goal
Constructor Detail

DisambiguateSignaturesPass

public DisambiguateSignaturesPass(Scheduler scheduler,
                                  SignaturesResolved goal)
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