Package | Description |
---|---|
jade.lang.acl |
This package contains the support for the FIPA Agent Communication Language (ACL)
including the ACLMessage class, the parser, the encoder, and
an helper class for representing templates of ACL messages.
|
Modifier and Type | Field and Description |
---|---|
protected SimpleCharStream |
ACLParserTokenManager.input_stream |
(package private) SimpleCharStream |
ACLParser.jj_input_stream |
Modifier and Type | Method and Description |
---|---|
void |
ACLParserTokenManager.ReInit(SimpleCharStream stream) |
void |
ACLParserTokenManager.ReInit(SimpleCharStream stream,
int lexState) |
Constructor and Description |
---|
ACLParserTokenManager(SimpleCharStream stream) |
ACLParserTokenManager(SimpleCharStream stream,
int lexState) |