Generic language analyser. Analysers are used to tranform the language-specific tokens into a set of ParserItems
This is the code documentation for the Pelzini project
Search documentation |
class AnalyserGeneric language analyser. Analysers are used to tranform the language-specific tokens into a set of ParserItems
Extending this class<?php /** * New class description goes here * * @author Your Name, 2024-12-22 **/ class NewClassName extends Analyser { /** * Resets the analyser ready for more parsing work **/ public function resetState () { // Method code goes here } /** * Processes a set of token and populates a {@link ParserFile} **/ public function process ($tokens, $parser_file) { // Method code goes here } } ?> |
Powered by Pelzini, version 0.9.0 |
Documentation is made available under the
GNU Free Documentation License 1.2. Generated: Thursday, 15th March, 2018 at 02:05 pm |