public class com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue implements com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue
  super_class: java.lang.Object
{
  private final com.jayway.jsonpath.internal.Path path;
    descriptor: Lcom/jayway/jsonpath/internal/Path;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Object rootDocument;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.jayway.jsonpath.Configuration configuration;
    descriptor: Lcom/jayway/jsonpath/Configuration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.jayway.jsonpath.internal.Path, java.lang.Object, com.jayway.jsonpath.Configuration);
    descriptor: (Lcom/jayway/jsonpath/internal/Path;Ljava/lang/Object;Lcom/jayway/jsonpath/Configuration;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue this
        start local 1 // com.jayway.jsonpath.internal.Path path
        start local 2 // java.lang.Object rootDocument
        start local 3 // com.jayway.jsonpath.Configuration configuration
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* path */
            putfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.path:Lcom/jayway/jsonpath/internal/Path;
         2: .line 35
            aload 0 /* this */
            aload 2 /* rootDocument */
            putfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.rootDocument:Ljava/lang/Object;
         3: .line 36
            aload 0 /* this */
            aload 3 /* configuration */
            putfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.configuration:Lcom/jayway/jsonpath/Configuration;
         4: .line 37
            return
        end local 3 // com.jayway.jsonpath.Configuration configuration
        end local 2 // java.lang.Object rootDocument
        end local 1 // com.jayway.jsonpath.internal.Path path
        end local 0 // com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/jayway/jsonpath/internal/function/latebinding/PathLateBindingValue;
            0    5     1           path  Lcom/jayway/jsonpath/internal/Path;
            0    5     2   rootDocument  Ljava/lang/Object;
            0    5     3  configuration  Lcom/jayway/jsonpath/Configuration;
    MethodParameters:
               Name  Flags
      path           final
      rootDocument   final
      configuration  final

  public java.lang.Object get();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue this
         0: .line 45
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.path:Lcom/jayway/jsonpath/internal/Path;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.rootDocument:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.rootDocument:Ljava/lang/Object;
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue.configuration:Lcom/jayway/jsonpath/Configuration;
            invokeinterface com.jayway.jsonpath.internal.Path.evaluate:(Ljava/lang/Object;Ljava/lang/Object;Lcom/jayway/jsonpath/Configuration;)Lcom/jayway/jsonpath/internal/EvaluationContext;
            invokeinterface com.jayway.jsonpath.internal.EvaluationContext.getValue:()Ljava/lang/Object;
            areturn
        end local 0 // com.jayway.jsonpath.internal.function.latebinding.PathLateBindingValue this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/function/latebinding/PathLateBindingValue;
}
SourceFile: "PathLateBindingValue.java"