public class org.jruby.ast.PostExeNode extends org.jruby.ast.IterNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.PostExeNode
  super_class: org.jruby.ast.IterNode
{
  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=12, locals=4, args_size=4
        start local 0 // org.jruby.ast.PostExeNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node body
        start local 3 // int endLine
         0: .line 43
            aload 0 /* this */
            aload 1 /* position */
            new org.jruby.ast.ArgsNode
            dup
            aload 1 /* position */
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            aconst_null
            invokespecial org.jruby.ast.ArgsNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/RestArgNode;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/KeywordRestArgNode;Lorg/jruby/ast/BlockArgNode;)V
            aload 2 /* body */
            aconst_null
            iload 3 /* endLine */
            invokespecial org.jruby.ast.IterNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ArgsNode;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;I)V
         1: .line 44
            return
        end local 3 // int endLine
        end local 2 // org.jruby.ast.Node body
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.PostExeNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/PostExeNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2      body  Lorg/jruby/ast/Node;
            0    2     3   endLine  I
    MethodParameters:
          Name  Flags
      position  
      body      
      endLine   

  public org.jruby.ast.NodeType getNodeType();
    descriptor: ()Lorg/jruby/ast/NodeType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.PostExeNode this
         0: .line 47
            getstatic org.jruby.ast.NodeType.POSTEXENODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.PostExeNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/PostExeNode;

  public <T> T accept(org.jruby.ast.visitor.NodeVisitor<T>);
    descriptor: (Lorg/jruby/ast/visitor/NodeVisitor;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.PostExeNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 56
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitPostExeNode:(Lorg/jruby/ast/PostExeNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.PostExeNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/PostExeNode;
            0    1     1  iVisitor  Lorg/jruby/ast/visitor/NodeVisitor<TT;>;
    Signature: <T:Ljava/lang/Object;>(Lorg/jruby/ast/visitor/NodeVisitor<TT;>;)TT;
    MethodParameters:
          Name  Flags
      iVisitor  
}
SourceFile: "PostExeNode.java"