Class RecursiveDescentParser

java.lang.Object
quickparse.parsing.RecursiveDescentParser
All Implemented Interfaces:
Parser

public class RecursiveDescentParser
extends java.lang.Object
implements Parser
  • Constructor Summary

    Constructors 
    Constructor Description
    RecursiveDescentParser​(Grammar grammar)  
  • Method Summary

    Modifier and Type Method Description
    SyntaxTree parse​(java.lang.CharSequence source)
    Parses a CharSequence starting from the proper axiom of a grammar
    SyntaxTree parse​(java.lang.CharSequence source, java.lang.String axiom)
    Parses a CharSequence starting from the specified construct of a grammar
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait