Package | Description |
---|---|
com.hp.hpl.jena.sdb.core | |
com.hp.hpl.jena.sdb.exprmatch |
Modifier and Type | Method and Description |
---|---|
MapResult |
ExprPattern.match(Expr expression) |
Modifier and Type | Method and Description |
---|---|
static MapResult |
ExprMatcher.match(Expr expression,
Expr pattern,
MapAction mapAction) |
static MapResult |
ExprMatcher.match(Expr expression,
Expr pattern,
MapAction mapAction,
MapCallout mapCallout) |
static MapResult |
ExprMatcher.match(Expr expression,
Expr pattern,
MapAction mapAction,
MapCallout mapCallout,
MapResult mapResult)
Match an expression against a pattern.
|
static MapResult |
ExprMatcher.match(String expression,
String pattern,
MapAction mapAction) |
Modifier and Type | Method and Description |
---|---|
static MapResult |
ExprMatcher.match(Expr expression,
Expr pattern,
MapAction mapAction,
MapCallout mapCallout,
MapResult mapResult)
Match an expression against a pattern.
|
boolean |
FunctionAction.match(String fn,
List<Expr> args,
MapResult resultMap) |
boolean |
ActionMatchString.match(Var var,
Expr expr,
MapResult resultMap) |
boolean |
ActionMatchBind.match(Var var,
Expr expr,
MapResult resultMap) |
boolean |
ActionMatchExact.match(Var var,
Expr expr,
MapResult resultMap) |
boolean |
ActionMatchVar.match(Var var,
Expr expr,
MapResult resultMap) |
boolean |
ActionMatch.match(Var var,
Expr expr,
MapResult resultMap) |
boolean |
ActionMatchNoBind.match(Var var,
Expr expr,
MapResult resultMap) |
Licenced under the Apache License, Version 2.0