|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.parser.Parser
public class Parser
Serves as a simple facade for all the parsing magic.
Constructor Summary | |
---|---|
Parser(Ruby runtime)
|
Method Summary | |
---|---|
int |
getTotalBytes()
|
long |
getTotalTime()
|
Node |
parse(java.lang.String file,
ByteList content,
DynamicScope blockScope,
ParserConfiguration configuration)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Parser(Ruby runtime)
Method Detail |
---|
public long getTotalTime()
public int getTotalBytes()
public Node parse(java.lang.String file, ByteList content, DynamicScope blockScope, ParserConfiguration configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |