jif.visit
Class LabelCheckPass

java.lang.Object
  extended by polyglot.frontend.AbstractPass
      extended by jif.visit.LabelCheckPass
All Implemented Interfaces:
polyglot.frontend.Pass

public class LabelCheckPass
extends polyglot.frontend.AbstractPass

A pass which runs a visitor.


Field Summary
 
Fields inherited from class polyglot.frontend.AbstractPass
exclusive_time, goal, inclusive_time
 
Constructor Summary
LabelCheckPass(polyglot.frontend.goals.Goal goal, polyglot.frontend.Job job, LabelChecker lc)
           
 
Method Summary
 boolean run()
           
 
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

LabelCheckPass

public LabelCheckPass(polyglot.frontend.goals.Goal goal,
                      polyglot.frontend.Job job,
                      LabelChecker lc)
Method Detail

run

public boolean run()
Specified by:
run in interface polyglot.frontend.Pass
Specified by:
run in class polyglot.frontend.AbstractPass