|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.parser.RubyParserConfiguration
public class RubyParserConfiguration
Constructor Summary | |
---|---|
RubyParserConfiguration()
|
Method Summary | |
---|---|
DynamicScope |
getScope()
This method returns the appropriate first scope for the parser. |
void |
parseAsBlock(DynamicScope existingScope)
If we are performing an eval we should pass existing scope in. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RubyParserConfiguration()
Method Detail |
---|
public void parseAsBlock(DynamicScope existingScope)
existingScope
- is the scope that captures new vars, etc...public DynamicScope getScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |