Package org.jruby.ir.runtime
Class IRRuntimeHelpers.GatherUnwantedKeywordsVisitor
java.lang.Object
org.jruby.RubyHash.VisitorWithState<StaticScope>
org.jruby.ir.runtime.IRRuntimeHelpers.GatherUnwantedKeywordsVisitor
- Enclosing class:
- IRRuntimeHelpers
private static class IRRuntimeHelpers.GatherUnwantedKeywordsVisitor
extends RubyHash.VisitorWithState<StaticScope>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidraiseIfError(ThreadContext context) voidvisit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, StaticScope scope)
-
Field Details
-
invalidKwargs
ArrayList invalidKwargs
-
-
Constructor Details
-
GatherUnwantedKeywordsVisitor
private GatherUnwantedKeywordsVisitor()
-
-
Method Details
-
visit
public void visit(ThreadContext context, RubyHash self, IRubyObject key, IRubyObject value, int index, StaticScope scope) - Specified by:
visitin classRubyHash.VisitorWithState<StaticScope>
-
raiseIfError
-