public class StaticScopeFactory
extends java.lang.Object
Constructor and Description |
---|
StaticScopeFactory(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
StaticScope |
getDummyScope() |
StaticScope |
newBlockScope(StaticScope parent) |
StaticScope |
newBlockScope(StaticScope parent,
java.lang.String file) |
StaticScope |
newBlockScope(StaticScope parent,
java.lang.String[] names) |
StaticScope |
newEvalScope(StaticScope parent) |
StaticScope |
newEvalScope(StaticScope parent,
java.lang.String[] names)
Deprecated.
|
static StaticScope |
newIRBlockScope(StaticScope parent) |
StaticScope |
newLocalScope(StaticScope parent) |
StaticScope |
newLocalScope(StaticScope parent,
java.lang.String file) |
StaticScope |
newLocalScope(StaticScope parent,
java.lang.String[] names) |
static StaticScope |
newStaticScope(StaticScope parent,
StaticScope.Type type,
java.lang.String[] names) |
static StaticScope |
newStaticScope(StaticScope parent,
StaticScope.Type type,
java.lang.String[] names,
int keywordArgIndex) |
public StaticScopeFactory(Ruby runtime)
public StaticScope newBlockScope(StaticScope parent, java.lang.String file)
public StaticScope newBlockScope(StaticScope parent)
public StaticScope newBlockScope(StaticScope parent, java.lang.String[] names)
public StaticScope newEvalScope(StaticScope parent)
@Deprecated public StaticScope newEvalScope(StaticScope parent, java.lang.String[] names)
public StaticScope newLocalScope(StaticScope parent, java.lang.String file)
public StaticScope newLocalScope(StaticScope parent)
public StaticScope newLocalScope(StaticScope parent, java.lang.String[] names)
public static StaticScope newIRBlockScope(StaticScope parent)
public static StaticScope newStaticScope(StaticScope parent, StaticScope.Type type, java.lang.String[] names)
public static StaticScope newStaticScope(StaticScope parent, StaticScope.Type type, java.lang.String[] names, int keywordArgIndex)
public StaticScope getDummyScope()
Copyright © 2001-2020 JRuby. All Rights Reserved.