Uses of Class
org.jruby.ast.RestArgNode
Packages that use RestArgNode
-
Uses of RestArgNode in org.jruby.ast
Subclasses of RestArgNode in org.jruby.astFields in org.jruby.ast declared as RestArgNodeMethods in org.jruby.ast that return RestArgNodeConstructors in org.jruby.ast with parameters of type RestArgNodeModifierConstructorDescriptionArgsNode(int line, ListNode pre, ListNode optionalArguments, RestArgNode rest, ListNode post, BlockArgNode blockArgNode) Construct a new ArgsNode with no keyword arguments.ArgsNode(int line, ListNode pre, ListNode optionalArguments, RestArgNode rest, ListNode post, ListNode keywords, KeywordRestArgNode keyRest, BlockArgNode blockArgNode) Construct a new ArgsNode with keyword arguments. -
Uses of RestArgNode in org.jruby.ast.visitor
Methods in org.jruby.ast.visitor with parameters of type RestArgNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitRestArgNode(RestArgNode node) NodeVisitor.visitRestArgNode(RestArgNode iVisited) -
Uses of RestArgNode in org.jruby.parser
Methods in org.jruby.parser with parameters of type RestArgNodeModifier and TypeMethodDescriptionRubyParserBase.new_args(int line, ListNode pre, ListNode optional, RestArgNode rest, ListNode post, ArgsTailHolder tail)