Package org.jruby.ext.ripper
Class ArgsTailHolder
java.lang.Object
org.jruby.ext.ripper.ArgsTailHolder
Simple struct to temporarily hold values during part of parsing.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final IRubyObjectprivate final IRubyObjectprivate final IRubyObject -
Constructor Summary
ConstructorsConstructorDescriptionArgsTailHolder(IRubyObject keywordArgs, IRubyObject keywordRestArg, IRubyObject blockArg) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
keywordArgs
-
keywordRestArg
-
blockArg
-
-
Constructor Details
-
ArgsTailHolder
-
-
Method Details
-
getBlockArg
-
getKeywordArgs
-
getKeywordRestArg
-