public class ParseEnvironment extends Object
Constructor and Description |
---|
ParseEnvironment(RubyContext context) |
Modifier and Type | Method and Description |
---|---|
LexicalScope |
getLexicalScope() |
void |
popLexicalScope() |
LexicalScope |
pushLexicalScope() |
public ParseEnvironment(RubyContext context)
public LexicalScope getLexicalScope()
public LexicalScope pushLexicalScope()
public void popLexicalScope()
Copyright © 2001-2015 JRuby. All Rights Reserved.