private static class JRubyEngine.BeanGlobalVariable extends java.lang.Object implements IAccessor
| Modifier and Type | Field and Description |
|---|---|
private org.apache.bsf.BSFDeclaredBean |
bean |
private Ruby |
runtime |
| Constructor and Description |
|---|
BeanGlobalVariable(Ruby runtime,
org.apache.bsf.BSFDeclaredBean bean) |
| Modifier and Type | Method and Description |
|---|---|
IRubyObject |
getValue() |
IRubyObject |
setValue(IRubyObject value) |
private final Ruby runtime
private final org.apache.bsf.BSFDeclaredBean bean
public BeanGlobalVariable(Ruby runtime, org.apache.bsf.BSFDeclaredBean bean)
public IRubyObject getValue()
public IRubyObject setValue(IRubyObject value)