Package | Description |
---|---|
jade.content.lang.sl |
Modifier and Type | Method and Description |
---|---|
ParseException |
SLParser.generateParseException() |
ParseException |
ExtendedSLParser.generateParseException() |
Modifier and Type | Method and Description |
---|---|
AbsAgentAction |
SLParser.ActionExpression_NoBrace() |
AbsAgentAction |
ExtendedSLParser.ActionExpression_NoBrace() |
AbsTerm |
SLParser.ActionExpression() |
AbsTerm |
ExtendedSLParser.ActionExpression() |
AbsPrimitive |
SLParser.Constant() |
AbsPrimitive |
ExtendedSLParser.Constant() |
AbsContentElementList |
SLParser.Content()
This production rule represents the more general expression that can
serve as content for an ACL message.
|
AbsContentElementList |
ExtendedSLParser.Content()
This production rule represents the more general expression that can
serve as content for an ACL message.
|
AbsContentElement |
SLParser.ContentExpression_NoBrace() |
AbsContentElement |
ExtendedSLParser.ContentExpression_NoBrace() |
AbsContentElement |
SLParser.ContentExpression() |
AbsContentElement |
ExtendedSLParser.ContentExpression() |
AbsConcept |
SLParser.FunctionalTerm_NoBrace() |
AbsConcept |
ExtendedSLParser.FunctionalTerm_NoBrace() |
void |
SLParser.FunctionalTermParameters(AbsConcept val) |
void |
ExtendedSLParser.FunctionalTermParameters(AbsConcept val) |
AbsIRE |
SLParser.IdentifyingExpression_NoBrace() |
AbsIRE |
ExtendedSLParser.IdentifyingExpression_NoBrace() |
private Token |
SLParser.jj_consume_token(int kind) |
private Token |
ExtendedSLParser.jj_consume_token(int kind) |
void |
SLParser.LBrace()
Left Brace in all of the possible states of the Token Manager
|
void |
ExtendedSLParser.LBrace()
Left Brace in all of the possible states of the Token Manager
|
String |
SLParser.MetaSymbol()
This grammar rule is an extension to the FIPA SL Grammar.
|
String |
ExtendedSLParser.MetaSymbol()
This grammar rule is an extension to the FIPA SL Grammar.
|
AbsPrimitive |
SLParser.Number() |
AbsPrimitive |
ExtendedSLParser.Number() |
void |
SLParser.Parameter(AbsConcept val) |
void |
ExtendedSLParser.Parameter(AbsConcept val) |
(package private) AbsContentElement |
SLParser.parse(Ontology o,
String content)
Deprecated.
since JADE 3.4 it is preferrable to use reinit() and then call directly the method corresponding to the production rule (e.g. Content())
|
(package private) AbsContentElement |
ExtendedSLParser.parse(Ontology o,
String content)
Deprecated.
since JADE 3.4 it is preferrable to use reinit() and then call directly the method corresponding to the production rule (e.g. Content())
|
void |
SLParser.RBrace()
Right Brace in all of the possible states of the Token Manager
|
void |
ExtendedSLParser.RBrace()
Right Brace in all of the possible states of the Token Manager
|
String |
SLParser.String()
String = WORD | STRING_LITERAL |
String |
ExtendedSLParser.String()
String = WORD | STRING_LITERAL |
AbsTerm |
SLParser.Term() |
AbsTerm |
ExtendedSLParser.Term() |
AbsVariable |
SLParser.Variable() |
AbsVariable |
ExtendedSLParser.Variable() |
AbsPredicate |
SLParser.Wff_NoBrace() |
AbsPredicate |
ExtendedSLParser.Wff_NoBrace() |
AbsPredicate |
SLParser.Wff() |
AbsPredicate |
ExtendedSLParser.Wff() |