org.jrubyparser
Class Parser

java.lang.Object
  extended by org.jrubyparser.Parser

public class Parser
extends Object

Serves as a simple facade for all the parsing magic.


Nested Class Summary
static class Parser.NullWarnings
           
 
Constructor Summary
Parser()
           
 
Method Summary
 int getTotalBytes()
           
 long getTotalTime()
           
 Node parse(String file, Reader content, ParserConfiguration configuration)
           
 
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

getTotalTime

public long getTotalTime()

getTotalBytes

public int getTotalBytes()

parse

public Node parse(String file,
                  Reader content,
                  ParserConfiguration configuration)
           throws SyntaxException
Throws:
SyntaxException


Copyright © 2013. All Rights Reserved.