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.SuccessTokenFragment.Success.singletonSingleton value.static final TokenFragment.SuccessTokenFragment.successSingleton value indicating successful matching.Methods in eu.bandm.tools.lexic that return TokenFragment.SuccessModifier and TypeMethodDescriptionstatic TokenFragment.SuccessTokenFragment.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.SuccessTokenFragment.Success.fuse(TokenFragment.Success one, TokenFragment.Success other) Binary function that accepts two references to the singleton and returns one.