Package io.github.syst3ms.skriptparser.parsing


@ParametersAreNonnullByDefault package io.github.syst3ms.skriptparser.parsing
  • Class
    Description
    An object that provides contextual information during syntax matching.
    An object that stores data about how an object was parsed.
    An object that stores data about the current parsing, on the scale of the entire trigger.
    Contains the logic for loading, parsing, and interpreting entire script files
    An exception thrown whenever something goes wrong at parse time.
    An exception thrown when something goes wrong at runtime
    Contains the logic for parsing and interpreting single statements, sections and expressions inside of a script.