polyglot.frontend.passes
Class ConstantCheckPass

java.lang.Object
  extended by polyglot.frontend.AbstractPass
      extended by polyglot.frontend.VisitorPass
          extended by polyglot.frontend.passes.ConstantCheckPass
All Implemented Interfaces:
Pass

public class ConstantCheckPass
extends VisitorPass

Comment for DisambiguationPass

Author:
nystrom

Field Summary
 
Fields inherited from class polyglot.frontend.AbstractPass
exclusive_time, goal, inclusive_time
 
Constructor Summary
  ConstantCheckPass(ConstantsCheckedForFile goal, ConstantChecker v)
           
  ConstantCheckPass(FieldConstantsChecked goal, ConstantChecker v)
           
protected ConstantCheckPass(Goal goal, ConstantChecker v)
           
 
Method Summary
 
Methods inherited from class polyglot.frontend.VisitorPass
name, run, visitor, visitor
 
Methods inherited from class polyglot.frontend.AbstractPass
exclusiveTime, goal, inclusiveTime, resetTimers, toggleTimers, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConstantCheckPass

public ConstantCheckPass(ConstantsCheckedForFile goal,
                         ConstantChecker v)

ConstantCheckPass

public ConstantCheckPass(FieldConstantsChecked goal,
                         ConstantChecker v)

ConstantCheckPass

protected ConstantCheckPass(Goal goal,
                            ConstantChecker v)