polyglot.frontend
Class Pass.ID

java.lang.Object
  extended bypolyglot.util.Enum
      extended bypolyglot.frontend.Pass.ID
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
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)
           
 
Methods inherited from class polyglot.util.Enum
equals, intern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Pass.ID

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