public class com.jayway.jsonpath.internal.function.Parameter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.jayway.jsonpath.internal.function.Parameter
  super_class: java.lang.Object
{
  private com.jayway.jsonpath.internal.function.ParamType type;
    descriptor: Lcom/jayway/jsonpath/internal/function/ParamType;
    flags: (0x0002) ACC_PRIVATE

  private com.jayway.jsonpath.internal.Path path;
    descriptor: Lcom/jayway/jsonpath/internal/Path;
    flags: (0x0002) ACC_PRIVATE

  private com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue lateBinding;
    descriptor: Lcom/jayway/jsonpath/internal/function/latebinding/ILateBindingValue;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Boolean evaluated;
    descriptor: Ljava/lang/Boolean;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String json;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.jayway.jsonpath.internal.function.Parameter.evaluated:Ljava/lang/Boolean;
         2: .line 17
            return
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // java.lang.String json
         0: .line 19
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.jayway.jsonpath.internal.function.Parameter.evaluated:Ljava/lang/Boolean;
         2: .line 20
            aload 0 /* this */
            aload 1 /* json */
            putfield com.jayway.jsonpath.internal.function.Parameter.json:Ljava/lang/String;
         3: .line 21
            aload 0 /* this */
            getstatic com.jayway.jsonpath.internal.function.ParamType.JSON:Lcom/jayway/jsonpath/internal/function/ParamType;
            putfield com.jayway.jsonpath.internal.function.Parameter.type:Lcom/jayway/jsonpath/internal/function/ParamType;
         4: .line 22
            return
        end local 1 // java.lang.String json
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    5     1  json  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      json  

  public void <init>(com.jayway.jsonpath.internal.Path);
    descriptor: (Lcom/jayway/jsonpath/internal/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // com.jayway.jsonpath.internal.Path path
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            putfield com.jayway.jsonpath.internal.function.Parameter.evaluated:Ljava/lang/Boolean;
         2: .line 25
            aload 0 /* this */
            aload 1 /* path */
            putfield com.jayway.jsonpath.internal.function.Parameter.path:Lcom/jayway/jsonpath/internal/Path;
         3: .line 26
            aload 0 /* this */
            getstatic com.jayway.jsonpath.internal.function.ParamType.PATH:Lcom/jayway/jsonpath/internal/function/ParamType;
            putfield com.jayway.jsonpath.internal.function.Parameter.type:Lcom/jayway/jsonpath/internal/function/ParamType;
         4: .line 27
            return
        end local 1 // com.jayway.jsonpath.internal.Path path
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    5     1  path  Lcom/jayway/jsonpath/internal/Path;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
         0: .line 30
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.Parameter.lateBinding:Lcom/jayway/jsonpath/internal/function/latebinding/ILateBindingValue;
            invokeinterface com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue.get:()Ljava/lang/Object;
            areturn
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;

  public void setLateBinding(com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue);
    descriptor: (Lcom/jayway/jsonpath/internal/function/latebinding/ILateBindingValue;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue lateBinding
         0: .line 34
            aload 0 /* this */
            aload 1 /* lateBinding */
            putfield com.jayway.jsonpath.internal.function.Parameter.lateBinding:Lcom/jayway/jsonpath/internal/function/latebinding/ILateBindingValue;
         1: .line 35
            return
        end local 1 // com.jayway.jsonpath.internal.function.latebinding.ILateBindingValue lateBinding
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    2     1  lateBinding  Lcom/jayway/jsonpath/internal/function/latebinding/ILateBindingValue;
    MethodParameters:
             Name  Flags
      lateBinding  

  public com.jayway.jsonpath.internal.Path getPath();
    descriptor: ()Lcom/jayway/jsonpath/internal/Path;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
         0: .line 38
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.Parameter.path:Lcom/jayway/jsonpath/internal/Path;
            areturn
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;

  public void setEvaluated(java.lang.Boolean);
    descriptor: (Ljava/lang/Boolean;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // java.lang.Boolean evaluated
         0: .line 42
            aload 0 /* this */
            aload 1 /* evaluated */
            putfield com.jayway.jsonpath.internal.function.Parameter.evaluated:Ljava/lang/Boolean;
         1: .line 43
            return
        end local 1 // java.lang.Boolean evaluated
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    2     1  evaluated  Ljava/lang/Boolean;
    MethodParameters:
           Name  Flags
      evaluated  

  public boolean hasEvaluated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
         0: .line 46
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.Parameter.evaluated:Ljava/lang/Boolean;
            invokevirtual java.lang.Boolean.booleanValue:()Z
            ireturn
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;

  public com.jayway.jsonpath.internal.function.ParamType getType();
    descriptor: ()Lcom/jayway/jsonpath/internal/function/ParamType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
         0: .line 50
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.Parameter.type:Lcom/jayway/jsonpath/internal/function/ParamType;
            areturn
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;

  public void setType(com.jayway.jsonpath.internal.function.ParamType);
    descriptor: (Lcom/jayway/jsonpath/internal/function/ParamType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // com.jayway.jsonpath.internal.function.ParamType type
         0: .line 54
            aload 0 /* this */
            aload 1 /* type */
            putfield com.jayway.jsonpath.internal.function.Parameter.type:Lcom/jayway/jsonpath/internal/function/ParamType;
         1: .line 55
            return
        end local 1 // com.jayway.jsonpath.internal.function.ParamType type
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    2     1  type  Lcom/jayway/jsonpath/internal/function/ParamType;
    MethodParameters:
      Name  Flags
      type  

  public void setPath(com.jayway.jsonpath.internal.Path);
    descriptor: (Lcom/jayway/jsonpath/internal/Path;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // com.jayway.jsonpath.internal.Path path
         0: .line 58
            aload 0 /* this */
            aload 1 /* path */
            putfield com.jayway.jsonpath.internal.function.Parameter.path:Lcom/jayway/jsonpath/internal/Path;
         1: .line 59
            return
        end local 1 // com.jayway.jsonpath.internal.Path path
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    2     1  path  Lcom/jayway/jsonpath/internal/Path;
    MethodParameters:
      Name  Flags
      path  

  public java.lang.String getJson();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
         0: .line 62
            aload 0 /* this */
            getfield com.jayway.jsonpath.internal.function.Parameter.json:Ljava/lang/String;
            areturn
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;

  public void setJson(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.jayway.jsonpath.internal.function.Parameter this
        start local 1 // java.lang.String json
         0: .line 66
            aload 0 /* this */
            aload 1 /* json */
            putfield com.jayway.jsonpath.internal.function.Parameter.json:Ljava/lang/String;
         1: .line 67
            return
        end local 1 // java.lang.String json
        end local 0 // com.jayway.jsonpath.internal.function.Parameter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/jayway/jsonpath/internal/function/Parameter;
            0    2     1  json  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      json  
}
SourceFile: "Parameter.java"