Uses of Class
jade.lang.acl.SimpleCharStream
-
Packages that use SimpleCharStream 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. -
-
Uses of SimpleCharStream in jade.lang.acl
Fields in jade.lang.acl declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamACLParserTokenManager. input_streamMethods in jade.lang.acl with parameters of type SimpleCharStream Modifier and Type Method Description voidACLParserTokenManager. ReInit(SimpleCharStream stream)voidACLParserTokenManager. ReInit(SimpleCharStream stream, int lexState)Constructors in jade.lang.acl with parameters of type SimpleCharStream Constructor Description ACLParserTokenManager(SimpleCharStream stream)ACLParserTokenManager(SimpleCharStream stream, int lexState)
-