Package org.jruby.runtime
Interface IAccessor
- All Known Implementing Classes:
ReadonlyAccessor
,UndefinedAccessor
,ValueAccessor
public interface IAccessor
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
forceValue
(IRubyObject newValue) getValue()
setValue
(IRubyObject newValue)
-
Method Details
-
getValue
IRubyObject getValue() -
setValue
-
forceValue
-