public class StaticScopeFactory
extends java.lang.Object
| Constructor and Description |
|---|
StaticScopeFactory(Ruby runtime) |
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)
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)
@Deprecated public static StaticScope newStaticScope(StaticScope parent, StaticScope.Type type, java.lang.String[] names)
@Deprecated public static StaticScope newStaticScope(StaticScope parent, StaticScope.Type type, java.lang.String[] names, int keywordArgIndex)
public static StaticScope newStaticScope(StaticScope parent, StaticScope.Type type, java.lang.String file, java.lang.String[] names, int keywordArgIndex)
public StaticScope getDummyScope()
Copyright © 2001-2022 JRuby. All Rights Reserved.