|
|||||||||
| Home >> All >> org >> media >> mn8 >> protocol >> [ xmlrpc overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.media.mn8.protocol.xmlrpc
Provides the core classes for the MN8 Interpreter: Concept, Loader, ConceptDefinition, Scope, Stack, Method and Interpreter.
See:
Description
| Class Summary | |
| Handler | |
| TestXmlrpcURL | This is an application which uses our new xmlrpc protocol handler to obtain information. |
| XmlrpcURLConnection | This class implements a connection to the new "beep" URL scheme. |
Package org.media.mn8.protocol.xmlrpc Description
Provides the core classes for the MN8 Interpreter: Concept, Loader, ConceptDefinition, Scope, Stack, Method and Interpreter.
Package Specification
This package contains the basic clasees nedeed to implement an interpreter.
This does not contains the Lexer, Parser and TreeWalker classes which can be found in the org.media.parser package.
Related Documentation
The interpreter is closely related to the
mn8Lexer,
mn8Parser and
mn8TreeWalker.
This files are automatically generated by ANTLR
(ANother Tool for Language Recognition) based on an mn8.g grammar file situated in the
org.media.mn8.parser source directory. The MN8 grammar can be studied also in the
grammar documentation generated from the same file:
the MN8 Lexer grammar and
the MN8 Parser grammar.
- Version:
- $Revision: 1.2 $ $Date: 2002/10/18 22:02:26 $
|
|||||||||
| Home >> All >> org >> media >> mn8 >> protocol >> [ xmlrpc overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||