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

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

  private final boolean exclusive;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int location;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            ldc Lorg/jruby/ast/FlipNode;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic org.jruby.ast.FlipNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.ast.Node, boolean, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jruby.ast.FlipNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node beginNode
        start local 3 // org.jruby.ast.Node endNode
        start local 4 // boolean exclusive
        start local 5 // int location
         0: .line 53
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* beginNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 1
            aload 3 /* endNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 1
            iconst_0
            goto 2
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node int int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition
         1: iconst_1
      StackMap locals: uninitialized-this org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node int int
      StackMap stack: uninitialized-this org.jruby.lexer.yacc.ISourcePosition int
         2: invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         3: .line 55
            getstatic org.jruby.ast.FlipNode.$assertionsDisabled:Z
            ifne 4
            aload 2 /* beginNode */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            ldc "beginNode is not null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 56
      StackMap locals: org.jruby.ast.FlipNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.ast.Node int int
      StackMap stack:
            getstatic org.jruby.ast.FlipNode.$assertionsDisabled:Z
            ifne 5
            aload 3 /* endNode */
            ifnonnull 5
            new java.lang.AssertionError
            dup
            ldc "endNode is not null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         5: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* beginNode */
            putfield org.jruby.ast.FlipNode.beginNode:Lorg/jruby/ast/Node;
         6: .line 59
            aload 0 /* this */
            aload 3 /* endNode */
            putfield org.jruby.ast.FlipNode.endNode:Lorg/jruby/ast/Node;
         7: .line 60
            aload 0 /* this */
            iload 4 /* exclusive */
            putfield org.jruby.ast.FlipNode.exclusive:Z
         8: .line 61
            aload 0 /* this */
            iload 5 /* location */
            putfield org.jruby.ast.FlipNode.location:I
         9: .line 62
            return
        end local 5 // int location
        end local 4 // boolean exclusive
        end local 3 // org.jruby.ast.Node endNode
        end local 2 // org.jruby.ast.Node beginNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.FlipNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/jruby/ast/FlipNode;
            0   10     1   position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0   10     2  beginNode  Lorg/jruby/ast/Node;
            0   10     3    endNode  Lorg/jruby/ast/Node;
            0   10     4  exclusive  Z
            0   10     5   location  I
    MethodParameters:
           Name  Flags
      position   
      beginNode  
      endNode    
      exclusive  
      location   

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

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

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

  public boolean isExclusive();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.FlipNode this
         0: .line 100
            aload 0 /* this */
            getfield org.jruby.ast.FlipNode.exclusive:Z
            ireturn
        end local 0 // org.jruby.ast.FlipNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FlipNode;

  public int getDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.FlipNode this
         0: .line 109
            aload 0 /* this */
            getfield org.jruby.ast.FlipNode.location:I
            bipush 16
            ishr
            ireturn
        end local 0 // org.jruby.ast.FlipNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FlipNode;

  public int getIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ast.FlipNode this
         0: .line 119
            aload 0 /* this */
            getfield org.jruby.ast.FlipNode.location:I
            ldc 65535
            iand
            ireturn
        end local 0 // org.jruby.ast.FlipNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FlipNode;

  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.FlipNode this
         0: .line 123
            aload 0 /* this */
            getfield org.jruby.ast.FlipNode.beginNode:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.FlipNode.endNode:Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.Node.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.FlipNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/FlipNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "FlipNode.java"