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.
|
Modifier and Type | Class and Description |
---|---|
class |
ParameterNode |
Modifier and Type | Method and Description |
---|---|
Parameter |
ListOfParameter.element(int i) |
Parameter |
ListOfParameter.first() |
Parameter |
ListOfParameter.last() |
Modifier and Type | Method and Description |
---|---|
void |
ListOfParameter.append(Parameter e) |
void |
ListOfParameter.prepend(Parameter e) |
Constructor and Description |
---|
ListOfParameter(Parameter[] nodes) |
Modifier and Type | Method and Description |
---|---|
Parameter |
SLParser.Parameter(ArrayList variables,
int quantifierIndex) |