Package io.github.syst3ms.skriptparser.pattern
@ParametersAreNonnullByDefault
package io.github.syst3ms.skriptparser.pattern
-
ClassDescriptionAn element of a choice group.A group of multiple choices, represented by ChoiceElementsMultiple
PatternElements put together in order.A variable/expression, declared in syntax using %type% Has : aListofPatternTypea field determining what type of values this expression accepts : literals, expressions or both (%*type%, %~type% and %type% respectively) a flag determining whether the expression resorts to default expressions or not, defaulting to null instead a flag determining whether the expression accepts condition expressions or notA group containing an optionalPatternElement, that can be omittedThe superclass of all elements of a pattern.A class for parsing syntaxes in string form into parser-usable objectsA group containing a regex in the form of aPattern.Text inside of a pattern.