public class IRStaticScopeFactory extends StaticScopeFactory
| Constructor and Description |
|---|
IRStaticScopeFactory(Ruby runtime) |
| Modifier and Type | Method and Description |
|---|---|
StaticScope |
newBlockScope(StaticScope parent) |
StaticScope |
newBlockScope(StaticScope parent,
String[] names) |
StaticScope |
newEvalScope(StaticScope parent) |
StaticScope |
newEvalScope(StaticScope parent,
String[] names) |
static StaticScope |
newIRBlockScope(StaticScope parent) |
static StaticScope |
newIREvalScope(StaticScope parent) |
static StaticScope |
newIRLocalScope(StaticScope parent) |
StaticScope |
newLocalScope(StaticScope parent) |
StaticScope |
newLocalScope(StaticScope parent,
String[] names) |
getDummyScopepublic IRStaticScopeFactory(Ruby runtime)
public StaticScope newBlockScope(StaticScope parent)
newBlockScope in class StaticScopeFactorypublic StaticScope newBlockScope(StaticScope parent, String[] names)
newBlockScope in class StaticScopeFactorypublic StaticScope newEvalScope(StaticScope parent)
newEvalScope in class StaticScopeFactorypublic StaticScope newEvalScope(StaticScope parent, String[] names)
newEvalScope in class StaticScopeFactorypublic StaticScope newLocalScope(StaticScope parent)
newLocalScope in class StaticScopeFactorypublic StaticScope newLocalScope(StaticScope parent, String[] names)
newLocalScope in class StaticScopeFactorypublic static StaticScope newIRBlockScope(StaticScope parent)
public static StaticScope newIRLocalScope(StaticScope parent)
public static StaticScope newIREvalScope(StaticScope parent)
Copyright © 2001-2013 JRuby. All Rights Reserved.