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

  private int coderange;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.util.ByteList, int);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/util/ByteList;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.XStrNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.util.ByteList value
        start local 3 // int coderange
         0: .line 50
            aload 0 /* this */
            aload 1 /* position */
            iconst_0
            invokespecial org.jruby.ast.Node.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Z)V
         1: .line 51
            aload 0 /* this */
            aload 2 /* value */
            ifnonnull 2
            ldc ""
            invokestatic org.jruby.util.ByteList.create:(Ljava/lang/CharSequence;)Lorg/jruby/util/ByteList;
            goto 3
      StackMap locals: org.jruby.ast.XStrNode org.jruby.lexer.yacc.ISourcePosition org.jruby.util.ByteList int
      StackMap stack: org.jruby.ast.XStrNode
         2: aload 2 /* value */
      StackMap locals: org.jruby.ast.XStrNode org.jruby.lexer.yacc.ISourcePosition org.jruby.util.ByteList int
      StackMap stack: org.jruby.ast.XStrNode org.jruby.util.ByteList
         3: putfield org.jruby.ast.XStrNode.value:Lorg/jruby/util/ByteList;
         4: .line 52
            aload 0 /* this */
            iload 3 /* coderange */
            putfield org.jruby.ast.XStrNode.coderange:I
         5: .line 53
            return
        end local 3 // int coderange
        end local 2 // org.jruby.util.ByteList value
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.XStrNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lorg/jruby/ast/XStrNode;
            0    6     1   position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    6     2      value  Lorg/jruby/util/ByteList;
            0    6     3  coderange  I
    MethodParameters:
           Name  Flags
      position   
      value      
      coderange  

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

  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.XStrNode this
        start local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
         0: .line 64
            aload 1 /* iVisitor */
            aload 0 /* this */
            invokeinterface org.jruby.ast.visitor.NodeVisitor.visitXStrNode:(Lorg/jruby/ast/XStrNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.XStrNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/XStrNode;
            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.util.ByteList getValue();
    descriptor: ()Lorg/jruby/util/ByteList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.XStrNode this
         0: .line 72
            aload 0 /* this */
            getfield org.jruby.ast.XStrNode.value:Lorg/jruby/util/ByteList;
            areturn
        end local 0 // org.jruby.ast.XStrNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/XStrNode;

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

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