jif.types
Class LabelConstraint.Kind

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

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

Kinds of constraint, either equality or inequality.

See Also:
Serialized Form

Constructor Summary
protected LabelConstraint.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

LabelConstraint.Kind

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