Class TokenFragment.Success

java.lang.Object
eu.bandm.tools.lexic.TokenFragment.Success
Enclosing class:
TokenFragment

public static class TokenFragment.Success extends Object
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).