Package net.diversionmc.parser.expression
package net.diversionmc.parser.expression
-
Interface SummaryInterfaceDescriptionFunction that checks whether a piece is supposed to be created by a given character.Function that converts a character into a matching piece.
-
Class SummaryClassDescriptionCan 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 SummaryEnum ClassDescriptionPiece result shows whether a piece should stop consuming characters or continue.