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

  public void <init>(org.jruby.lexer.yacc.ISourcePosition, org.jruby.util.RegexpOptions, org.jcodings.Encoding);
    descriptor: (Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jruby/util/RegexpOptions;Lorg/jcodings/Encoding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.ast.DRegexpNode this
        start local 1 // org.jruby.lexer.yacc.ISourcePosition position
        start local 2 // org.jruby.util.RegexpOptions options
        start local 3 // org.jcodings.Encoding encoding
         0: .line 51
            aload 0 /* this */
            aload 1 /* position */
            aload 3 /* encoding */
            invokespecial org.jruby.ast.DNode.<init>:(Lorg/jruby/lexer/yacc/ISourcePosition;Lorg/jcodings/Encoding;)V
         1: .line 52
            aload 0 /* this */
            aload 2 /* options */
            putfield org.jruby.ast.DRegexpNode.options:Lorg/jruby/util/RegexpOptions;
         2: .line 53
            return
        end local 3 // org.jcodings.Encoding encoding
        end local 2 // org.jruby.util.RegexpOptions options
        end local 1 // org.jruby.lexer.yacc.ISourcePosition position
        end local 0 // org.jruby.ast.DRegexpNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/ast/DRegexpNode;
            0    3     1  position  Lorg/jruby/lexer/yacc/ISourcePosition;
            0    3     2   options  Lorg/jruby/util/RegexpOptions;
            0    3     3  encoding  Lorg/jcodings/Encoding;
    MethodParameters:
          Name  Flags
      position  
      options   
      encoding  

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

  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.DRegexpNode 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.visitDRegxNode:(Lorg/jruby/ast/DRegexpNode;)Ljava/lang/Object;
            areturn
        end local 1 // org.jruby.ast.visitor.NodeVisitor iVisitor
        end local 0 // org.jruby.ast.DRegexpNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/jruby/ast/DRegexpNode;
            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 boolean getOnce();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.DRegexpNode this
         0: .line 74
            aload 0 /* this */
            getfield org.jruby.ast.DRegexpNode.options:Lorg/jruby/util/RegexpOptions;
            invokevirtual org.jruby.util.RegexpOptions.isOnce:()Z
            ireturn
        end local 0 // org.jruby.ast.DRegexpNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/DRegexpNode;

  public org.jruby.util.RegexpOptions getOptions();
    descriptor: ()Lorg/jruby/util/RegexpOptions;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ast.DRegexpNode this
         0: .line 81
            aload 0 /* this */
            getfield org.jruby.ast.DRegexpNode.options:Lorg/jruby/util/RegexpOptions;
            areturn
        end local 0 // org.jruby.ast.DRegexpNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ast/DRegexpNode;
}
SourceFile: "DRegexpNode.java"