public class org.jruby.ast.ConstDeclNode extends org.jruby.ast.AssignableNode implements org.jruby.ast.types.INameNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.ConstDeclNode
  super_class: org.jruby.ast.AssignableNode
{
  private final org.jruby.RubySymbol name;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.jruby.ast.types.INameNode constNode;
    descriptor: Lorg/jruby/ast/types/INameNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

  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.ConstDeclNode 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.visitConstDeclNode:(Lorg/jruby/ast/ConstDeclNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.ConstDeclNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/ConstDeclNode;
            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.RubySymbol getName();
    descriptor: ()Lorg/jruby/RubySymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.ConstDeclNode this
         0: .line 75
            aload 0 /* this */
            getfield org.jruby.ast.ConstDeclNode.name:Lorg/jruby/RubySymbol;
            ifnonnull 1
            aload 0 /* this */
            getfield org.jruby.ast.ConstDeclNode.constNode:Lorg/jruby/ast/types/INameNode;
            invokeinterface org.jruby.ast.types.INameNode.getName:()Lorg/jruby/RubySymbol;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.ast.ConstDeclNode.name:Lorg/jruby/RubySymbol;
      StackMap locals:
      StackMap stack: org.jruby.RubySymbol
         2: areturn
        end local 0 // org.jruby.ast.ConstDeclNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ast/ConstDeclNode;

  public org.jruby.ast.Node getConstNode();
    descriptor: ()Lorg/jruby/ast/Node;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.ConstDeclNode this
         0: .line 86
            aload 0 /* this */
            getfield org.jruby.ast.ConstDeclNode.constNode:Lorg/jruby/ast/types/INameNode;
            checkcast org.jruby.ast.Node
            areturn
        end local 0 // org.jruby.ast.ConstDeclNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ConstDeclNode;

  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.ConstDeclNode this
         0: .line 90
            aload 0 /* this */
            invokevirtual org.jruby.ast.ConstDeclNode.getConstNode:()Lorg/jruby/ast/Node;
            aload 0 /* this */
            invokevirtual org.jruby.ast.ConstDeclNode.getValueNode:()Lorg/jruby/ast/Node;
            invokestatic org.jruby.ast.ConstDeclNode.createList:(Lorg/jruby/ast/Node;Lorg/jruby/ast/Node;)Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.ConstDeclNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ConstDeclNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;

  public boolean needsDefinitionCheck();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.ConstDeclNode this
         0: .line 95
            iconst_0
            ireturn
        end local 0 // org.jruby.ast.ConstDeclNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/ConstDeclNode;
}
SourceFile: "ConstDeclNode.java"