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

  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=3, locals=3, args_size=3
        start local 0 // org.jruby.ast.SymbolNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.RubySymbol value
         0: .line 53
            aload 0 /* this */
            aload 1 /* position */
            iconst_0
            invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         1: .line 55
            aload 0 /* this */
            aload 2 /* value */
            putfield org.jruby.ast.SymbolNode.name:Lorg/jruby/RubySymbol;
         2: .line 56
            return
        end local 2 // org.jruby.RubySymbol value
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.SymbolNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/ast/SymbolNode;
            0    3     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    3     2     value  Lorg/jruby/RubySymbol;
    MethodParameters:
          Name  Flags
      position  
      value     

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ast.SymbolNode this
        start local 1 // java.lang.Object other
         0: .line 59
            aload 1 /* other */
            instanceof org.jruby.ast.SymbolNode
            ifeq 4
         1: .line 60
            aload 0 /* this */
            getfield org.jruby.ast.SymbolNode.name:Lorg/jruby/RubySymbol;
            aload 1 /* other */
            checkcast org.jruby.ast.SymbolNode
            getfield org.jruby.ast.SymbolNode.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.equals:(Ljava/lang/Object;)Z
            ifeq 4
         2: .line 61
            aload 0 /* this */
            getfield org.jruby.ast.SymbolNode.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.getEncoding:()Lorg/jcodings/Encoding;
            aload 1 /* other */
            checkcast org.jruby.ast.SymbolNode
            getfield org.jruby.ast.SymbolNode.name:Lorg/jruby/RubySymbol;
            invokevirtual org.jruby.RubySymbol.getEncoding:()Lorg/jcodings/Encoding;
            if_acmpne 4
         3: .line 59
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_0
            ireturn
        end local 1 // java.lang.Object other
        end local 0 // org.jruby.ast.SymbolNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/jruby/ast/SymbolNode;
            0    5     1  other  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      other  

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

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

  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.SymbolNode this
         0: .line 81
            getstatic org.jruby.ast.SymbolNode.EMPTY_LIST:Ljava/util/List;
            areturn
        end local 0 // org.jruby.ast.SymbolNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/SymbolNode;
    Signature: ()Ljava/util/List<Lorg/jruby/ast/Node;>;
}
SourceFile: "SymbolNode.java"