public class org.jruby.ast.Colon2ConstNode extends org.jruby.ast.Colon2Node
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.Colon2ConstNode
  super_class: org.jruby.ast.Colon2Node
{
  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 15
            ldc Lorg/jruby/ast/Colon2ConstNode;
            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.Colon2ConstNode.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.ast.Node, org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.ast.Colon2ConstNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.ast.Node leftNode
        start local 3 // org.jruby.RubySymbol name
         0: .line 17
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* leftNode */
            aload 3 /* name */
            invokespecial org.jruby.ast.Colon2Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/ast/Node;Lorg/jruby/RubySymbol;)V
         1: .line 19
            getstatic org.jruby.ast.Colon2ConstNode.$assertionsDisabled:Z
            ifne 2
            aload 2 /* leftNode */
            ifnonnull 2
            new java.lang.AssertionError
            dup
            ldc "Colon2ConstNode cannot have null leftNode"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         2: .line 20
      StackMap locals: org.jruby.ast.Colon2ConstNode org.jruby.lexer.yacc.ISourcePosition org.jruby.ast.Node org.jruby.RubySymbol
      StackMap stack:
            return
        end local 3 // org.jruby.RubySymbol name
        end local 2 // org.jruby.ast.Node leftNode
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.Colon2ConstNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/ast/Colon2ConstNode;
            0    3     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    3     2  leftNode  Lorg/jruby/ast/Node;
            0    3     3      name  Lorg/jruby/RubySymbol;
    MethodParameters:
          Name  Flags
      position  
      leftNode  
      name      
}
SourceFile: "Colon2ConstNode.java"