Class TokenFragment.Success

java.lang.Object
eu.bandm.tools.lexic.TokenFragment.Success
All Implemented Interfaces:
Serializable
Enclosing class:
TokenFragment

public static class TokenFragment.Success extends Object implements Serializable
Singleton type indicating successful matching.

There are exactly two non-null values of type Set<Success>, namely the nonempty set Collections.singleton(success) (representing true), and the empty set Collections.emptySet() (representing false).

See Also: