gnu.xquery.util
public class ValuesFilter extends MethodProc implements CanInline, Inlineable
Field Summary | |
---|---|
static ValuesFilter | exprFilter |
static ValuesFilter | forwardFilter |
static Method | matchesMethod |
static ValuesFilter | reverseFilter |
static ClassType | typeValuesFilter |
Constructor Summary | |
---|---|
ValuesFilter(char kind) |
Method Summary | |
---|---|
void | apply(CallContext ctx) |
void | compile(ApplyExp exp, Compilation comp, Target target) |
static ValuesFilter | get(char kind) |
Type | getReturnType(Expression[] args) |
Expression | inline(ApplyExp exp, ExpWalker walker) |
static boolean | matches(Object result, long count) |
int | numArgs() |