Package | Description |
---|---|
eu.bandm.tools.ops.reflect |
Modifier and Type | Method and Description |
---|---|
Object |
Variable.eval(Map<Variable,?> context) |
Object |
AbstractApplication.eval(Map<Variable,?> context) |
Object |
Pattern.eval(Map<Variable,?> context) |
Object |
Term.eval(Map<Variable,?> context) |
boolean |
Variable.match(Map<Variable,Object> context,
Object value) |
boolean |
AbstractApplication.match(Map<Variable,Object> context,
Object value) |
boolean |
Term.match(Map<Variable,Object> context,
Object value) |
see also the complete user documentation .