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

  private final org.jruby.parser.StaticScope scope;
    descriptor: Lorg/jruby/parser/StaticScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private final int endLine;
    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 50
            ldc Lorg/jruby/ast/SClassNode;
            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.SClassNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.parser.StaticScope, org.jruby.ast.Node, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/parser/StaticScope;Lorg/jruby/ast/Node;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // org.jruby.ast.SClassNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node recvNode
        start local 3 // org.jruby.parser.StaticScope scope
        start local 4 // org.jruby.ast.Node bodyNode
        start local 5 // int endLine
         0: .line 57
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* recvNode */
            invokevirtual org.jruby.ast.Node.containsVariableAssignment:()Z
            ifne 1
            aload 4 /* bodyNode */
            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.parser.StaticScope org.jruby.ast.Node 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.parser.StaticScope org.jruby.ast.Node 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 59
            getstatic org.jruby.ast.SClassNode.$assertionsDisabled:Z
            ifne 4
            aload 3 /* scope */
            ifnonnull 4
            new java.lang.AssertionError
            dup
            ldc "scope is not null"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         4: .line 61
      StackMap locals: org.jruby.ast.SClassNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.parser.StaticScope org.jruby.ast.Node int
      StackMap stack:
            aload 0 /* this */
            aload 2 /* recvNode */
            putfield org.jruby.ast.SClassNode.receiverNode:Lorg/jruby/ast/Node;
         5: .line 62
            aload 0 /* this */
            aload 3 /* scope */
            putfield org.jruby.ast.SClassNode.scope:Lorg/jruby/parser/StaticScope;
         6: .line 63
            aload 0 /* this */
            aload 4 /* bodyNode */
            putfield org.jruby.ast.SClassNode.bodyNode:Lorg/jruby/ast/Node;
         7: .line 64
            aload 0 /* this */
            iload 5 /* endLine */
            putfield org.jruby.ast.SClassNode.endLine:I
         8: .line 65
            return
        end local 5 // int endLine
        end local 4 // org.jruby.ast.Node bodyNode
        end local 3 // org.jruby.parser.StaticScope scope
        end local 2 // org.jruby.ast.Node recvNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.SClassNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lorg/jruby/ast/SClassNode;
            0    9     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    9     2  recvNode  Lorg/jruby/ast/Node;
            0    9     3     scope  Lorg/jruby/parser/StaticScope;
            0    9     4  bodyNode  Lorg/jruby/ast/Node;
            0    9     5   endLine  I
    MethodParameters:
          Name  Flags
      position  
      recvNode  
      scope     
      bodyNode  
      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.SClassNode this
         0: .line 68
            getstatic org.jruby.ast.NodeType.SCLASSNODE:Lorg/jruby/ast/NodeType;
            areturn
        end local 0 // org.jruby.ast.SClassNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SClassNode;

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

  public int getEndLine();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.SClassNode this
         0: .line 92
            aload 0 /* this */
            getfield org.jruby.ast.SClassNode.endLine:I
            ireturn
        end local 0 // org.jruby.ast.SClassNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SClassNode;

  public org.jruby.parser.StaticScope getScope();
    descriptor: ()Lorg/jruby/parser/StaticScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.SClassNode this
         0: .line 101
            aload 0 /* this */
            getfield org.jruby.ast.SClassNode.scope:Lorg/jruby/parser/StaticScope;
            areturn
        end local 0 // org.jruby.ast.SClassNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SClassNode;

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

  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.SClassNode this
         0: .line 113
            aload 0 /* this */
            getfield org.jruby.ast.SClassNode.receiverNode:Lorg/jruby/ast/Node;
            aload 0 /* this */
            getfield org.jruby.ast.SClassNode.bodyNode: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.SClassNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SClassNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "SClassNode.java"