Package org.jruby.ast

Class PostExeNode

All Implemented Interfaces:
DefNode

public class PostExeNode extends IterNode
Captures END statements (END {...})
  • Constructor Details

    • PostExeNode

      public PostExeNode(int line, Node body, int endLine)
  • Method Details

    • getNodeType

      public NodeType getNodeType()
      Overrides:
      getNodeType in class IterNode
      Returns:
      the nodeId
    • accept

      public <T> T accept(NodeVisitor<T> iVisitor)
      Accept for the visitor pattern.
      Overrides:
      accept in class IterNode
      Parameters:
      iVisitor - the visitor