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.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 |
---|---|
ListOfParameter |
FunctionalTermParamNode.as_parameters() |
Modifier and Type | Method and Description |
---|---|
void |
FunctionalTermParamNode.as_parameters(ListOfParameter s) |
void |
VisitorBase.visitListOfParameter(ListOfParameter node) |
void |
Visitor.visitListOfParameter(ListOfParameter node) |
Constructor and Description |
---|
FunctionalTermParamNode(Symbol as_symbol,
ListOfParameter as_parameters) |
Modifier and Type | Method and Description |
---|---|
ListOfParameter |
SLParser.Parameters(ArrayList variables,
int quantifierIndex) |
Modifier and Type | Method and Description |
---|---|
void |
SLMatcher.visitListOfParameter(ListOfParameter node) |