Package net.luis.utils.io.token.rule.actions


package net.luis.utils.io.token.rule.actions
  • Class
    Description
    Token action that groups the tokens into a single token group.
    The value of the group must match the definition of this action.
    Token action that is applied to a token rule match.
    With a token action, the tokens of the match can be modified, transformed or removed.
    Token transformer that transforms a list of tokens into another list of tokens.
    The transformer can modify the tokens, remove them, or add new tokens.
    Token action that transforms the tokens using a transformer.
    The transformer is applied to the tokens, and the result is returned as an immutable list of tokens.
    Token action that wraps the tokens with a prefix and suffix token.
    The prefix and suffix tokens are added to the beginning and end of the matched tokens, respectively.