Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

Package com.coasttocoastresearch.examples.anbncn

A comparison of timing and node hit statistics between the CFG and UDT parsers for the anbncn, n > 0, grammar.

See:
          Description

Class Summary
AnBnCn This class has been generated automatically from an SABNF grammer by Java APG, the Generator class.
It is an extension of the Grammar class containing additional members and enums not found in the base class.
The function AnBnCn.getInstance() will return a reference to a static, singleton instance of the class.
RunAnBnCn Uses the grammar for the strings anbncn, n > 0, for a comparison of timing and node hits between the normal CFG grammar and the use of UDT functions.
UAnBnCn This class has been generated automatically from an SABNF grammer by Java APG, the Generator class.
It is an extension of the Grammar class containing additional members and enums not found in the base class.
The function UAnBnCn.getInstance() will return a reference to a static, singleton instance of the class.
 

Enum Summary
AnBnCn.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.
AnBnCn.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.
UAnBnCn.RuleNames This enum provides easy to remember enum constants for locating the rule identifiers and names.
UAnBnCn.UdtNames This enum provides easy to remember enum constants for locating the UDT identifiers and names.
 

Package com.coasttocoastresearch.examples.anbncn Description

A comparison of timing and node hit statistics between the CFG and UDT parsers for the anbncn, n > 0, grammar.

Disclaimer: This example should not be considered as part of the Java APG API. Backward compatibility or even the existance of this example from version to version is not guaranteed.


Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

Licence Notification

All the software in this distribution is free software:
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program in the COPYING file. If not, see GPL, Version 2
or GPL, Version 3 or write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.