public abstract class com.oracle.truffle.regex.result.LazyResult extends com.oracle.truffle.regex.result.RegexResult implements com.oracle.truffle.regex.tregex.util.json.JsonConvertible
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.regex.result.LazyResult
  super_class: com.oracle.truffle.regex.result.RegexResult
{
  private final java.lang.Object input;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int fromIndex;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int end;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.Object, int, int);
    descriptor: (Ljava/lang/Object;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.regex.result.LazyResult this
        start local 1 // java.lang.Object input
        start local 2 // int fromIndex
        start local 3 // int end
         0: .line 54
            aload 0 /* this */
            invokespecial com.oracle.truffle.regex.result.RegexResult.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* input */
            putfield com.oracle.truffle.regex.result.LazyResult.input:Ljava/lang/Object;
         2: .line 56
            aload 0 /* this */
            iload 2 /* fromIndex */
            putfield com.oracle.truffle.regex.result.LazyResult.fromIndex:I
         3: .line 57
            aload 0 /* this */
            iload 3 /* end */
            putfield com.oracle.truffle.regex.result.LazyResult.end:I
         4: .line 58
            return
        end local 3 // int end
        end local 2 // int fromIndex
        end local 1 // java.lang.Object input
        end local 0 // com.oracle.truffle.regex.result.LazyResult this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/regex/result/LazyResult;
            0    5     1      input  Ljava/lang/Object;
            0    5     2  fromIndex  I
            0    5     3        end  I
    MethodParameters:
           Name  Flags
      input      
      fromIndex  
      end        

  public java.lang.Object getInput();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.result.LazyResult this
         0: .line 61
            aload 0 /* this */
            getfield com.oracle.truffle.regex.result.LazyResult.input:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.truffle.regex.result.LazyResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/result/LazyResult;

  public int getFromIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.result.LazyResult this
         0: .line 65
            aload 0 /* this */
            getfield com.oracle.truffle.regex.result.LazyResult.fromIndex:I
            ireturn
        end local 0 // com.oracle.truffle.regex.result.LazyResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/result/LazyResult;

  public int getEnd();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.result.LazyResult this
         0: .line 69
            aload 0 /* this */
            getfield com.oracle.truffle.regex.result.LazyResult.end:I
            ireturn
        end local 0 // com.oracle.truffle.regex.result.LazyResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/regex/result/LazyResult;

  public abstract void debugForceEvaluation();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public com.oracle.truffle.regex.tregex.util.json.JsonObject toJson();
    descriptor: ()Lcom/oracle/truffle/regex/tregex/util/json/JsonObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.oracle.truffle.regex.result.LazyResult this
         0: .line 80
            iconst_3
            anewarray com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty
            dup
            iconst_0
            ldc "input"
            aload 0 /* this */
            invokevirtual com.oracle.truffle.regex.result.LazyResult.getInput:()Ljava/lang/Object;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic com.oracle.truffle.regex.tregex.util.json.Json.prop:(Ljava/lang/String;Ljava/lang/String;)Lcom/oracle/truffle/regex/tregex/util/json/JsonObject$JsonObjectProperty;
            aastore
            dup
            iconst_1
         1: .line 81
            ldc "fromIndex"
            aload 0 /* this */
            getfield com.oracle.truffle.regex.result.LazyResult.fromIndex:I
            invokestatic com.oracle.truffle.regex.tregex.util.json.Json.prop:(Ljava/lang/String;I)Lcom/oracle/truffle/regex/tregex/util/json/JsonObject$JsonObjectProperty;
            aastore
            dup
            iconst_2
         2: .line 82
            ldc "end"
            aload 0 /* this */
            getfield com.oracle.truffle.regex.result.LazyResult.end:I
            invokestatic com.oracle.truffle.regex.tregex.util.json.Json.prop:(Ljava/lang/String;I)Lcom/oracle/truffle/regex/tregex/util/json/JsonObject$JsonObjectProperty;
            aastore
         3: .line 80
            invokestatic com.oracle.truffle.regex.tregex.util.json.Json.obj:([Lcom/oracle/truffle/regex/tregex/util/json/JsonObject$JsonObjectProperty;)Lcom/oracle/truffle/regex/tregex/util/json/JsonObject;
            areturn
        end local 0 // com.oracle.truffle.regex.result.LazyResult this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/regex/result/LazyResult;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  public com.oracle.truffle.regex.tregex.util.json.JsonValue toJson();
    descriptor: ()Lcom/oracle/truffle/regex/tregex/util/json/JsonValue;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.oracle.truffle.regex.result.LazyResult.toJson:()Lcom/oracle/truffle/regex/tregex/util/json/JsonObject;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "LazyResult.java"
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  public JsonObjectProperty = com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty of com.oracle.truffle.regex.tregex.util.json.JsonObject