public class org.jruby.ast.SuperNode extends org.jruby.ast.Node implements org.jruby.ast.BlockAcceptingNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.SuperNode
  super_class: org.jruby.ast.Node
{
  private final org.jruby.ast.Node argsNode;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.jruby.ast.Node iterNode;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ast.SuperNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node argsNode
         0: .line 47
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* argsNode */
            aconst_null
            invokespecial org.jruby.ast.SuperNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
         1: .line 48
            return
        end local 2 // org.jruby.ast.Node argsNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/SuperNode;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2  argsNode  Lorg/jruby/ast/Node;
    MethodParameters:
          Name  Flags
      position  
      argsNode  

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.Node);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.SuperNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node argsNode
        start local 3 // org.jruby.ast.Node iterNode
         0: .line 51
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* argsNode */
            ifnull 1
            aload 2 /* argsNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 3
         1: .line 52
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
            aload 3 /* iterNode */
            ifnull 2
            aload 3 /* iterNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 3
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         2: iconst_0
            goto 4
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         3: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         4: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         5: .line 53
            aload 0 /* this */
            aload 2 /* argsNode */
            putfield org.jruby.ast.SuperNode.argsNode:Lorg/jruby/ast/Node;
         6: .line 54
            aload 0 /* this */
            aload 3 /* iterNode */
            putfield org.jruby.ast.SuperNode.iterNode:Lorg/jruby/ast/Node;
         7: .line 55
            return
        end local 3 // org.jruby.ast.Node iterNode
        end local 2 // org.jruby.ast.Node argsNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/ast/SuperNode;
            0    8     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    8     2  argsNode  Lorg/jruby/ast/Node;
            0    8     3  iterNode  Lorg/jruby/ast/Node;
    MethodParameters:
          Name  Flags
      position  
      argsNode  
      iterNode  

  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.SuperNode this
         0: .line 58
            getstatic org.jruby.ast.NodeType.SUPERNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SuperNode;

  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.SuperNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 66
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitSuperNode:(Lorg/jruby/ast/SuperNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/SuperNode;
            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  

  public org.jruby.ast.Node getArgsNode();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.SuperNode this
         0: .line 74
            aload 0 /* this */
            getfield org.jruby.ast.SuperNode.argsNode:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SuperNode;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.SuperNode this
         0: .line 78
            aload 0 /* this */
            getfield org.jruby.ast.SuperNode.iterNode:Lorg/jruby/ast/Node;
            ifnull 1
            aload 0 /* this */
            getfield org.jruby.ast.SuperNode.argsNode:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.SuperNode.iterNode:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.SuperNode.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.ast.SuperNode.argsNode:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.SuperNode.createList:(Lorg/jruby/ast/Node;)Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         2: areturn
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ast/SuperNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;

  public org.jruby.ast.Node getIterNode();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.SuperNode this
         0: .line 82
            aload 0 /* this */
            getfield org.jruby.ast.SuperNode.iterNode:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SuperNode;

  public org.jruby.ast.Node setIterNode(org.jruby.ast.Node);
    descriptor: (Lorg/jruby/ast/Node;)Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.SuperNode this
        start local 1 // org.jruby.ast.Node iterNode
         0: .line 86
            aload 0 /* this */
            aload 1 /* iterNode */
            putfield org.jruby.ast.SuperNode.iterNode:Lorg/jruby/ast/Node;
         1: .line 88
            aload 0 /* this */
            areturn
        end local 1 // org.jruby.ast.Node iterNode
        end local 0 // org.jruby.ast.SuperNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/SuperNode;
            0    2     1  iterNode  Lorg/jruby/ast/Node;
    MethodParameters:
          Name  Flags
      iterNode  
}
SourceFile: "SuperNode.java"