Package | Description |
---|---|
jade.semantics.lang.sl.tools |
Provides useful classes to handle FIPA-SL expressions.
|
Modifier and Type | Field and Description |
---|---|
(package private) SLMatcher.VariableMappings |
SLMatcher._variables |
Modifier and Type | Method and Description |
---|---|
private boolean |
SLMatcher.match(Node expression1,
Node expression2,
MatchResult metaReferences1,
MatchResult metaReferences2,
SLMatcher.VariableMappings variables,
ListOfNodes firstList,
ListOfNodes secondList,
ListOfNodes firstOrResidue,
ListOfNodes secondOrResidue)
This method is used inside the recursive matching
process.
|