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) |
getDummyScope
public IRStaticScopeFactory(Ruby runtime)
public StaticScope newBlockScope(StaticScope parent)
newBlockScope
in class StaticScopeFactory
public StaticScope newBlockScope(StaticScope parent, String[] names)
newBlockScope
in class StaticScopeFactory
public StaticScope newEvalScope(StaticScope parent)
newEvalScope
in class StaticScopeFactory
public StaticScope newEvalScope(StaticScope parent, String[] names)
newEvalScope
in class StaticScopeFactory
public StaticScope newLocalScope(StaticScope parent)
newLocalScope
in class StaticScopeFactory
public StaticScope newLocalScope(StaticScope parent, String[] names)
newLocalScope
in class StaticScopeFactory
public static StaticScope newIRBlockScope(StaticScope parent)
public static StaticScope newIRLocalScope(StaticScope parent)
public static StaticScope newIREvalScope(StaticScope parent)
Copyright © 2001-2015 JRuby. All Rights Reserved.