public abstract class CompiledUnary<A,B> extends Unary<A,B>
Modifier | Constructor and Description |
---|---|
protected |
CompiledUnary() |
protected |
CompiledUnary(Pattern<? super A> body) |
Modifier and Type | Method and Description |
---|---|
protected <V,L> void |
compileClear(<any> context,
boolean recursively) |
protected <V,L> void |
compileCut(<any> context,
boolean recursively) |
protected <V,L> void |
compileInitializer(<any> context) |
protected abstract <V,L> void |
compileMatch(<any> context) |
protected abstract <V,L> void |
compileMatchAgain(<any> context) |
binds, clear, clone, compileClear, compileCut, cut, getBody, isDeterministic, matchAgain, preserves, preserves, setBody, toString
all, all, all, all, all, and, andThen, andThen, any, any, aside, both, clear, compareTo, compile, compileClear, compileCut, compileIsDeterministic, compileMatch, compileMatchAgain, compileSubPattern, compileThis, compileUpTo, cut, DEBUG, either, enPassant, eq, eqNull, equal, filter, flatten, forInstancesOf, limit, main, match, 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 compileInitializer(<any> context)
protected abstract <V,L> void compileMatch(<any> context)
protected abstract <V,L> void compileMatchAgain(<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 .