Package org.jruby
Class RubyHash.VisitorWithState<T>
java.lang.Object
org.jruby.RubyHash.VisitorWithState<T>
- Direct Known Subclasses:
IRRuntimeHelpers.DivvyKeywordsVisitor,IRRuntimeHelpers.GatherUnwantedKeywordsVisitor,IRRuntimeHelpers.KwargMergeVisitor,RubyHash.KeepIfVisitor,RubyHash.MergeVisitor,RubyHash.RejectVisitor,RubyHash.SelectVisitor,RubyHash.TransformKeysAndValuesVisitor,RubyHash.TransformKeysVisitor,RubyHash.TransformValuesVisitor,RubyHash.Visitor
- Enclosing class:
- RubyHash
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidvisit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, T state)
-
Constructor Details
-
VisitorWithState
public VisitorWithState()
-
-
Method Details
-
visit
public abstract void visit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, T state)
-