public class MatchVariableSVInstruction extends MatchSchemaVariableInstruction<VariableSV>
op| Modifier | Constructor and Description |
|---|---|
protected |
MatchVariableSVInstruction(VariableSV op) |
| Modifier and Type | Method and Description |
|---|---|
MatchConditions |
match(Term subst,
MatchConditions mc,
Services services)
tries to match the schema variable of this instruction with the specified
Term instantiationCandidate
w.r.t. the given constraints by MatchConditions |
MatchConditions |
match(TermNavigator termPosition,
MatchConditions mc,
Services services) |
addInstantiation, matchmatchAndBindVariables, matchElementaryUpdate, matchFormulaSV, matchModalOperatorSV, matchOp, matchProgram, matchProgramSV, matchSortDependingFunction, matchTermLabelSV, matchTermSV, matchUpdateSV, matchVariableSV, unbindVariablesprotected MatchVariableSVInstruction(VariableSV op)
public MatchConditions match(Term subst, MatchConditions mc, Services services)
Term instantiationCandidate
w.r.t. the given constraints by MatchConditionsmatch in class Instruction<VariableSV>subst - the Term to be matchedmc - the MatchConditions with additional constraints (e.g. previous matches of this schemavariable)services - the Servicesnull if no matches have been found or the new MatchConditions with the pair (sv, instantiationCandidate) addedpublic MatchConditions match(TermNavigator termPosition, MatchConditions mc, Services services)