polyglot.frontend
Class Pass.ID

java.lang.Object
  extended by polyglot.util.Enum
      extended by polyglot.frontend.Pass.ID
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Pass

public static class Pass.ID
extends Enum

Pass identifiers. These should be unique within a Job.

See Also:
Serialized Form

Constructor Summary
Pass.ID(java.lang.String name)
           
 
Method Summary
 
Methods inherited from class polyglot.util.Enum
equals, hashCode, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pass.ID

public Pass.ID(java.lang.String name)