public abstract class CompiledMultiTransform<A,B> extends MultiTransform<A,B>
Modifier | Constructor and Description |
---|---|
protected |
CompiledMultiTransform(Pattern<? super B> body) |
Modifier and Type | Method and Description |
---|---|
protected <V,L> void |
compileApply(<any> context) |
protected <V,L> void |
compileClear(<any> context,
boolean recursively) |
protected <V,L> void |
compileCut(<any> context,
boolean recursively) |
protected <V,L> void |
compileMatch(<any> context) |
protected <V,L> void |
compileMatchAgain(<any> context) |
protected <V,L> void |
compileMatchNext(<any> context) |
protected <V,L> void |
compileMatchNextBody(<any> context) |
apply, close, compileApply, compileClose, compileHasNext, compileNext, compileOpen, hasNext, next, open
compileMatch, compileMatchAgain, compileMatchNext, compileMatchNextBody, cut, match, matchAgain
binds, clear, clone, compileClear, compileCut, getBody, isDeterministic, preserves, preserves, setBody, toString
all, all, all, all, all, and, andThen, andThen, any, any, aside, both, clear, compareTo, compile, compileClear, compileCut, compileIsDeterministic, compileSubPattern, compileThis, compileUpTo, cut, DEBUG, either, enPassant, eq, eqNull, equal, filter, flatten, forInstancesOf, limit, main, matchOnce, matchVar, narrow, neq, neqNull, newAll, noMatch, none, or, orElse, orElse, repeat, some, some, some, some, someMatch, startCompile, test, transform, uniquely, variable, variable
protected <V,L> void compileMatch(<any> context)
protected <V,L> void compileMatchAgain(<any> context)
protected <V,L> void compileApply(<any> context)
protected <V,L> void compileMatchNext(<any> context)
protected <V,L> void compileMatchNextBody(<any> context)
protected <V,L> void compileCut(<any> context, boolean recursively)
protected <V,L> void compileClear(<any> context, boolean recursively)
see also the complete user documentation .