janino.net

Package org.codehaus.janino.util.enumerator

Representation of enumerators and enumerator sets.

See:
          Description

Class Summary
Enumerator A class that represents an enumerated value.
EnumeratorSet A class that represents an immutable set of Enumerators.
 

Exception Summary
EnumeratorFormatException Represents a problem related to parsing Enumerators and EnumeratorSets, in analogy with EnumeratorFormatException.
EnumeratorSetTypeException Indicates that an attempt was made to add or remove values of different type to an EnumeratorSet.
 

Package org.codehaus.janino.util.enumerator Description

Representation of enumerators and enumerator sets.


janino.net