Package net.diversionmc.parser.expression


package net.diversionmc.parser.expression
  • Interface Summary
    Interface
    Description
    Function that checks whether a piece is supposed to be created by a given character.
    Function that converts a character into a matching piece.
  • Class Summary
    Class
    Description
     
    Can be inline or multiline, reads until newline or ‘*/'.
    Expression Pieces are the units of the text format.
    List of pieces (called group content).
    Reads letters, digits, and some predefined characters.
    Reads until it is no longer able to parse a number.
    Reads a string with escape sequences until it meets an end character (typically double or single quote).
  • Enum Class Summary
    Enum Class
    Description
    Piece result shows whether a piece should stop consuming characters or continue.