jif.types
Class Constraint.Kind

java.lang.Object
  extended by polyglot.util.Enum
      extended by jif.types.Constraint.Kind
All Implemented Interfaces:
java.io.Serializable, polyglot.util.Internable
Enclosing class:
Constraint

public static class Constraint.Kind
extends polyglot.util.Enum

Kinds of constraint, either equality or inequality.

See Also:
Serialized Form

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

Constructor Detail

Constraint.Kind

protected Constraint.Kind(java.lang.String name)