Package org.jruby.runtime
Interface Accessor
public interface Accessor
Newer version of IAccessor which is both context aware AND
it allows it to just reuse get/set on the variables it
tends to represent.
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
force
(ThreadContext context, IRubyObject newValue) get
(ThreadContext context) set
(ThreadContext context, IRubyObject newValue)
-
Method Details
-
get
-
set
-
force
-