public class LocalContext extends Object
Constructor and Description |
---|
LocalContext(RubyInstanceConfig config,
LocalVariableBehavior behavior,
boolean lazy) |
Modifier and Type | Method and Description |
---|---|
HashMap |
getAttributeMap() |
LocalVariableBehavior |
getLocalVariableBehavior() |
Ruby |
getThreadSafeRuntime() |
BiVariableMap |
getVarMap(LocalContextProvider provider) |
void |
remove() |
public LocalContext(RubyInstanceConfig config, LocalVariableBehavior behavior, boolean lazy)
public Ruby getThreadSafeRuntime()
public BiVariableMap getVarMap(LocalContextProvider provider)
public LocalVariableBehavior getLocalVariableBehavior()
public HashMap getAttributeMap()
public void remove()
Copyright © 2001-2015 JRuby. All Rights Reserved.