Package io.github.syst3ms.skriptparser.lang
@ParametersAreNonnullByDefault
package io.github.syst3ms.skriptparser.lang
-
ClassDescriptionRepresents a section of runnable code.A line of code that is executed before moving on to the next one.Expression<T>An expression, i.e a
SyntaxElementrepresenting a value with some type.A list of expressionsLiteral<T>An expression whose value is known at parse timeLiteralList<T>A list of literals, whose values are known at parse timeA simple expression with a fixed function to retrieve its valuesA simple literal with a fixed set of valuesThe base class for any runnable line of code inside of a script.The base class for all elements that are described by a syntaxA top-level section, that is not contained in code.A context under which a trigger may be run.Atrigger-to-be whose contents haven't been loaded yet.Variable<T>A reference to a variable, whose value is only known at runtime.A string that possibly contains expressions inside it, meaning that its value may be unknown at parse time