Package net.diversionmc.parser.expression
package net.diversionmc.parser.expression
-
ClassDescriptionCan 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.Function that checks whether a piece is supposed to be created by a given character.Piece result shows whether a piece should stop consuming characters or continue.Function that converts a character into a matching piece.Reads a string with escape sequences until it meets an end character (typically double or single quote).