MatchedTokenResult
class MatchedTokenResult(val token: Token, val nextStateBehavior: NextStateBehavior) : MatcherResult
Indicates that the match was successful and a token was created.
Indicates that the match was successful and a token was created.