Package org.jruby.ast

Class ArgsCatNode

java.lang.Object
org.jruby.ast.Node
org.jruby.ast.ArgsCatNode

public class ArgsCatNode extends Node
  • Field Details

    • firstNode

      private final Node firstNode
    • secondNode

      private final Node secondNode
  • Constructor Details

    • ArgsCatNode

      public ArgsCatNode(int line, Node firstNode, Node secondNode)
  • Method Details

    • getNodeType

      public NodeType getNodeType()
      Specified by:
      getNodeType in class Node
      Returns:
      the nodeId
    • accept

      public <T> T accept(NodeVisitor<T> visitor)
      Specified by:
      accept in class Node
    • getFirstNode

      public Node getFirstNode()
    • getSecondNode

      public Node getSecondNode()
    • childNodes

      public List<Node> childNodes()
      Specified by:
      childNodes in class Node