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 | Class and Description |
---|---|
class |
ActionContentExpressionNode |
class |
FormulaContentExpressionNode |
class |
IdentifyingContentExpressionNode |
class |
MetaContentExpressionReferenceNode |
Modifier and Type | Field and Description |
---|---|
(package private) ContentExpression |
MetaContentExpressionReferenceNode._sm_value |
Modifier and Type | Method and Description |
---|---|
ContentExpression |
ListOfContentExpression.element(int i) |
ContentExpression |
ListOfContentExpression.first() |
ContentExpression |
ListOfContentExpression.last() |
ContentExpression |
MetaContentExpressionReferenceNode.sm_value() |
Modifier and Type | Method and Description |
---|---|
void |
ListOfContentExpression.append(ContentExpression e) |
Node |
ContentExpression.Operations.getElement(ContentExpression node) |
void |
ListOfContentExpression.prepend(ContentExpression e) |
void |
MetaContentExpressionReferenceNode.sm_value(ContentExpression o) |
Constructor and Description |
---|
ListOfContentExpression(ContentExpression[] nodes) |
Modifier and Type | Method and Description |
---|---|
Node |
ContentExpressionNodeOperations.getElement(ContentExpression node) |
Modifier and Type | Method and Description |
---|---|
ContentExpression |
SLParser.ContentExpression(ArrayList variables) |
Modifier and Type | Method and Description |
---|---|
ContentExpression |
MatchResult.contentExpression(String name)
Return the content expression assigned to the named meta variable.
|
ContentExpression |
MatchResult.getContentExpression(String name)
Return the content expression assigned to the named meta variable.
|