Package | Description |
---|---|
jade.semantics.lang.sl.grammar |
Provides the hierarchy of classes implementing the abstract grammar of the
FIPA-SL language.
|
jade.semantics.lang.sl.grammar.operations |
Provides the implementation of the operations defined on the nodes of the
abstract grammar of the FIPA-SL language.
|
jade.semantics.lang.sl.parser |
Provides the classes used by the JSA engine to parse and unparse FIPA-SL
expressions.
|
jade.semantics.lang.sl.tools |
Provides useful classes to handle FIPA-SL expressions.
|
Modifier and Type | Method and Description |
---|---|
void |
VisitorBase.visitAlternativeActionExpressionNode(AlternativeActionExpressionNode node) |
void |
Visitor.visitAlternativeActionExpressionNode(AlternativeActionExpressionNode node) |
Modifier and Type | Method and Description |
---|---|
private AlternativeActionExpressionNode |
AlternativeActionExpressionNodeOperations.orderAlternativeLeaves(Term left,
Term right) |
Modifier and Type | Method and Description |
---|---|
void |
SLUnparser.visitAlternativeActionExpressionNode(AlternativeActionExpressionNode node) |
Modifier and Type | Method and Description |
---|---|
void |
SLMatcher.visitAlternativeActionExpressionNode(AlternativeActionExpressionNode node) |