Package org.jruby.ast

Class MultipleAsgnNode


public class MultipleAsgnNode extends AssignableNode
  • Constructor Details

  • Method Details

    • getNodeType

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

      public <T> T accept(NodeVisitor<T> iVisitor)
      Specified by:
      accept in class Node
    • getRest

      public Node getRest()
    • getPre

      public ListNode getPre()
    • getPreCount

      public int getPreCount()
    • getPostCount

      public int getPostCount()
    • getPost

      public ListNode getPost()
    • childNodes

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