org.granite.generator.gsp
Class Parser

java.lang.Object
  extended by org.granite.generator.gsp.Parser

public class Parser
extends Object

Author:
Franck WOLFF

Constructor Summary
Parser()
           
 
Method Summary
 List<Token> getElements()
           
 List<Token> parse(Reader reader)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parser

public Parser()
Method Detail

parse

public List<Token> parse(Reader reader)
                  throws IOException,
                         ParseException
Throws:
IOException
ParseException

getElements

public List<Token> getElements()

reset

public void reset()