net.minecraft.util.parsing.packrat

public interface ParseState<S>

bqb
net.minecraft.util.parsing.packrat.ParseState
net.minecraft.class_9393
net.minecraft.util.packrat.ParsingState

Method summary

Modifier and TypeMethod
Scope
a()
scope()
method_68187()
getResults()
ErrorCollector<S>
b()
errorCollector()
method_58310()
getErrors()
default <T> Optional<T>
b(bqa<S, T> arg0)
parseTopRule(NamedRule<S, T> arg0)
method_58312(class_10842<S, T> arg0)
startParsing(ParsingRuleEntry<S, T> rule)
<T> T
a(bqa<S, T> arg0)
parse(NamedRule<S, T> arg0)
method_68188(class_10842<S, T> arg0)
parse(ParsingRuleEntry<S, T> rule)
S
f()
input()
method_58315()
getReader()
int
g()
mark()
method_58317()
getCursor()
void
a(int arg0)
restore(int arg0)
method_58311(int arg0)
setCursor(int cursor)
Control
c()
acquireControl()
method_68190()
pushCutter()
void
d()
releaseControl()
method_68191()
popCutter()
ParseState<S>
e()
silent()
method_68192()
getErrorSuppressingState()