Class PatternCompiler

java.lang.Object
ch.njol.skript.patterns.PatternCompiler

public class PatternCompiler extends Object
The pattern structure is a linked list of PatternElements, where PatternElement.next points to the next element to be matched, which can be on an outer level, and where PatternElement.originalNext points to the next element on the same level.