Class ArgsTailHolder

java.lang.Object
org.jruby.parser.ArgsTailHolder

public class ArgsTailHolder extends Object
Simple struct to hold values until they can be inserted into the AST.
  • Constructor Details

  • Method Details

    • getLine

      public int getLine()
    • getBlockArg

      public BlockArgNode getBlockArg()
    • getKeywordArgs

      public ListNode getKeywordArgs()
    • getKeywordRestArgNode

      public KeywordRestArgNode getKeywordRestArgNode()
    • hasKeywordArgs

      public boolean hasKeywordArgs()
      Does this holder support either keyword argument types