org.jruby.parser
Class Parser
java.lang.Object
org.jruby.parser.Parser
- public class Parser
- extends java.lang.Object
Serves as a simple facade for all the parsing magic.
Method Summary |
Node |
parse(java.lang.String file,
java.io.Reader content,
DynamicScope blockScope,
int lineNumber)
|
Node |
parse(java.lang.String file,
java.lang.String content,
DynamicScope blockScope,
int lineNumber)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Parser
public Parser(Ruby runtime)
parse
public Node parse(java.lang.String file,
java.lang.String content,
DynamicScope blockScope,
int lineNumber)
parse
public Node parse(java.lang.String file,
java.io.Reader content,
DynamicScope blockScope,
int lineNumber)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.