pldi3
Interface SyntaxAnalyser


public abstract interface SyntaxAnalyser


Method Summary
 boolean parse()
          Returns true if the input matches the grammar
 boolean setLexicalAnalyser(Lexical l)
          Set l to be the lexical analyser used in the parser
 

Method Detail

parse

public boolean parse()
Returns true if the input matches the grammar

setLexicalAnalyser

public boolean setLexicalAnalyser(Lexical l)
Set l to be the lexical analyser used in the parser



View My Stats