public class org.jruby.ast.Colon3Node extends org.jruby.ast.Node implements org.jruby.ast.types.INameNode
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ast.Colon3Node
  super_class: org.jruby.ast.Node
{
  protected org.jruby.RubySymbol name;
    descriptor: Lorg/jruby/RubySymbol;
    flags: (0x0004) ACC_PROTECTED

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.RubySymbol);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ast.Colon3Node this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.RubySymbol name
         0: .line 50
            aload 0 /* this */
            aload 1 /* position */
            aload 2 /* name */
            iconst_0
            invokespecial org.jruby.ast.Colon3Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;Z)V
         1: .line 51
            return
        end local 2 // org.jruby.RubySymbol name
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.Colon3Node this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ast/Colon3Node;
            0    2     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    2     2      name  Lorg/jruby/RubySymbol;
    MethodParameters:
          Name  Flags
      position  
      name      

  protected void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.RubySymbol, boolean);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/RubySymbol;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.Colon3Node this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.RubySymbol name
        start local 3 // boolean containsAssignment
         0: .line 54
            aload 0 /* this */
            aload 1 /* position */
            iload 3 /* containsAssignment */
            invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         1: .line 55
            aload 0 /* this */
            aload 2 /* name */
            putfield org.jruby.ast.Colon3Node.name:Lorg/jruby/RubySymbol;
         2: .line 56
            return
        end local 3 // boolean containsAssignment
        end local 2 // org.jruby.RubySymbol name
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.Colon3Node this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    3     0                this  Lorg/jruby/ast/Colon3Node;
            0    3     1            position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    3     2                name  Lorg/jruby/RubySymbol;
            0    3     3  containsAssignment  Z
    MethodParameters:
                    Name  Flags
      position            
      name                
      containsAssignment  

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

  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.Colon3Node this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 67
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitColon3Node:(Lorg/jruby/ast/Colon3Node;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.Colon3Node this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/Colon3Node;
            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.Colon3Node this
         0: .line 75
            aload 0 /* this */
            getfield org.jruby.ast.Colon3Node.name:Lorg/jruby/RubySymbol;
            areturn
        end local 0 // org.jruby.ast.Colon3Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/Colon3Node;

  public java.util.List<org.jruby.ast.Node> childNodes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.Colon3Node this
         0: .line 79
            getstatic org.jruby.ast.Colon3Node.EMPTY_LIST:Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.Colon3Node this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/Colon3Node;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "Colon3Node.java"