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, opencompileMatch, compileMatchAgain, compileMatchNext, compileMatchNextBody, cut, match, matchAgainbinds, clear, clone, compileClear, compileCut, getBody, isDeterministic, preserves, preserves, setBody, toStringall, 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, variableprotected <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 .