public class org.jruby.ast.MultipleAsgnNode extends org.jruby.ast.AssignableNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.MultipleAsgnNode
  super_class: org.jruby.ast.AssignableNode
{
  private final org.jruby.ast.ListNode pre;
    descriptor: Lorg/jruby/ast/ListNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.Node rest;
    descriptor: Lorg/jruby/ast/Node;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.ListNode post;
    descriptor: Lorg/jruby/ast/ListNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.ListNode, org.jruby.ast.Node, org.jruby.ast.ListNode);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/ListNode;Lorg/jruby/ast/Node;Lorg/jruby/ast/ListNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.jruby.ast.MultipleAsgnNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.ListNode pre
        start local 3 // org.jruby.ast.Node rest
        start local 4 // org.jruby.ast.ListNode post
         0: .line 45
            aload 0 /* this */
            aload 1 /* position */
            invokespecial org.jruby.ast.AssignableNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;)V
         1: .line 46
            aload 0 /* this */
            aload 2 /* pre */
            putfield org.jruby.ast.MultipleAsgnNode.pre:Lorg/jruby/ast/ListNode;
         2: .line 47
            aload 0 /* this */
            aload 3 /* rest */
            putfield org.jruby.ast.MultipleAsgnNode.rest:Lorg/jruby/ast/Node;
         3: .line 48
            aload 0 /* this */
            aload 4 /* post */
            putfield org.jruby.ast.MultipleAsgnNode.post:Lorg/jruby/ast/ListNode;
         4: .line 49
            return
        end local 4 // org.jruby.ast.ListNode post
        end local 3 // org.jruby.ast.Node rest
        end local 2 // org.jruby.ast.ListNode pre
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/jruby/ast/MultipleAsgnNode;
            0    5     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    5     2       pre  Lorg/jruby/ast/ListNode;
            0    5     3      rest  Lorg/jruby/ast/Node;
            0    5     4      post  Lorg/jruby/ast/ListNode;
    MethodParameters:
          Name  Flags
      position  
      pre       
      rest      
      post      

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

  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.MultipleAsgnNode 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.visitMultipleAsgnNode:(Lorg/jruby/ast/MultipleAsgnNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/MultipleAsgnNode;
            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 getRest();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.MultipleAsgnNode this
         0: .line 60
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.rest:Lorg/jruby/ast/Node;
            areturn
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/MultipleAsgnNode;

  public org.jruby.ast.ListNode getPre();
    descriptor: ()Lorg/jruby/ast/ListNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.MultipleAsgnNode this
         0: .line 64
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.pre:Lorg/jruby/ast/ListNode;
            areturn
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/MultipleAsgnNode;

  public int getPreCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.MultipleAsgnNode this
         0: .line 68
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.pre:Lorg/jruby/ast/ListNode;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.pre:Lorg/jruby/ast/ListNode;
            invokevirtual org.jruby.ast.ListNode.size:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ast/MultipleAsgnNode;

  public int getPostCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.MultipleAsgnNode this
         0: .line 72
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.post:Lorg/jruby/ast/ListNode;
            ifnonnull 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.post:Lorg/jruby/ast/ListNode;
            invokevirtual org.jruby.ast.ListNode.size:()I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ast/MultipleAsgnNode;

  public org.jruby.ast.ListNode getPost();
    descriptor: ()Lorg/jruby/ast/ListNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.MultipleAsgnNode this
         0: .line 76
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.post:Lorg/jruby/ast/ListNode;
            areturn
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/MultipleAsgnNode;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.ast.MultipleAsgnNode this
         0: .line 80
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.pre:Lorg/jruby/ast/ListNode;
            aload 0 /* this */
            getfield org.jruby.ast.MultipleAsgnNode.rest:Lorg/jruby/ast/Node;
            aload 0 /* this */
            invokevirtual org.jruby.ast.MultipleAsgnNode.getValueNode:()Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.MultipleAsgnNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/MultipleAsgnNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "MultipleAsgnNode.java"