Uses of Class
eu.bandm.tools.lexic.TokenFragment.Success
Packages that use TokenFragment.Success
-
Uses of TokenFragment.Success in eu.bandm.tools.lexic
Fields in eu.bandm.tools.lexic declared as TokenFragment.SuccessModifier and TypeFieldDescriptionstatic final TokenFragment.Success
TokenFragment.Success.singleton
Singleton value.static final TokenFragment.Success
TokenFragment.success
Singleton value indicating successful matching.Methods in eu.bandm.tools.lexic that return TokenFragment.SuccessModifier and TypeMethodDescriptionstatic TokenFragment.Success
TokenFragment.Success.fuse
(TokenFragment.Success one, TokenFragment.Success other) Binary function that accepts two references to the singleton and returns one.Methods in eu.bandm.tools.lexic that return types with arguments of type TokenFragment.SuccessModifier and TypeMethodDescriptionTokenFragment.getImplementation()
Returns the accepting automaton that implements this fragment.Methods in eu.bandm.tools.lexic with parameters of type TokenFragment.SuccessModifier and TypeMethodDescriptionstatic TokenFragment.Success
TokenFragment.Success.fuse
(TokenFragment.Success one, TokenFragment.Success other) Binary function that accepts two references to the singleton and returns one.