Package ch.njol.skript.lang
Class SkriptParser.ParseResult
java.lang.Object
ch.njol.skript.lang.SkriptParser.ParseResult
- Enclosing class:
- SkriptParser
-
Field Summary
-
Constructor Summary
ConstructorDescriptionParseResult(SkriptParser parser, String pattern)
ParseResult(String expr, Expression<?>[] expressions)
-
Method Summary
-
Field Details
-
exprs
-
regexes
-
expr
-
mark
public int markDefaults to 0. Any marks encountered in the pattern will be XORed with the existing value, in particular if only one mark is encountered this value will be set to that mark. -
tags
-
-
Constructor Details
-
ParseResult
-
ParseResult
-
-
Method Details
-
hasTag
-