Package net.luis.utils.io.token.tokens


package net.luis.utils.io.token.tokens
  • Class
    Description
    Special token implementation for escaped tokens.
    An escaped token is a token that starts with a backslash and has a length of 2.
    Token implementation for a simple string token.
    Interface for a token.
    A token is a sequence of characters that matches a token definition.
    The implementations of this interface serve as a value for a token definition.
    Token implementation for a group of tokens.
    A token group is a sequence of tokens that have been grouped together and match the token definition.