class io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver implements com.mitchellbosecke.pebble.attributes.AttributeResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/web/templ/pebble/impl/PebbleVertxAttributeResolver;

  public com.mitchellbosecke.pebble.attributes.ResolvedAttribute resolve(java.lang.Object, java.lang.Object, java.lang.Object[], com.mitchellbosecke.pebble.node.ArgumentsNode, com.mitchellbosecke.pebble.template.EvaluationContextImpl, java.lang.String, int);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;Lcom/mitchellbosecke/pebble/node/ArgumentsNode;Lcom/mitchellbosecke/pebble/template/EvaluationContextImpl;Ljava/lang/String;I)Lcom/mitchellbosecke/pebble/attributes/ResolvedAttribute;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=12, args_size=8
        start local 0 // io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver this
        start local 1 // java.lang.Object instance
        start local 2 // java.lang.Object attributeNameValue
        start local 3 // java.lang.Object[] argumentValues
        start local 4 // com.mitchellbosecke.pebble.node.ArgumentsNode args
        start local 5 // com.mitchellbosecke.pebble.template.EvaluationContextImpl context
        start local 6 // java.lang.String filename
        start local 7 // int lineNumber
         0: .line 38
            aload 1 /* instance */
            instanceof io.vertx.core.json.JsonObject
            ifeq 13
         1: .line 39
            new com.mitchellbosecke.pebble.attributes.ResolvedAttribute
            dup
            aconst_null
            invokespecial com.mitchellbosecke.pebble.attributes.ResolvedAttribute.<init>:(Ljava/lang/Object;)V
            astore 8 /* resolvedAttribute */
        start local 8 // com.mitchellbosecke.pebble.attributes.ResolvedAttribute resolvedAttribute
         2: .line 41
            aload 2 /* attributeNameValue */
            instanceof java.lang.String
            ifeq 5
         3: .line 42
            aload 1 /* instance */
            checkcast io.vertx.core.json.JsonObject
            astore 9 /* jsonObject */
        start local 9 // io.vertx.core.json.JsonObject jsonObject
         4: .line 43
            new com.mitchellbosecke.pebble.attributes.ResolvedAttribute
            dup
            aload 9 /* jsonObject */
            aload 2 /* attributeNameValue */
            checkcast java.lang.String
            invokevirtual io.vertx.core.json.JsonObject.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            invokespecial com.mitchellbosecke.pebble.attributes.ResolvedAttribute.<init>:(Ljava/lang/Object;)V
            astore 8 /* resolvedAttribute */
        end local 9 // io.vertx.core.json.JsonObject jsonObject
         5: .line 45
      StackMap locals: com.mitchellbosecke.pebble.attributes.ResolvedAttribute
      StackMap stack:
            aload 5 /* context */
            invokevirtual com.mitchellbosecke.pebble.template.EvaluationContextImpl.isStrictVariables:()Z
            ifeq 12
            aload 8 /* resolvedAttribute */
            getfield com.mitchellbosecke.pebble.attributes.ResolvedAttribute.evaluatedValue:Ljava/lang/Object;
            ifnonnull 12
         6: .line 46
            new com.mitchellbosecke.pebble.error.AttributeNotFoundException
            dup
            aconst_null
         7: .line 48
            ldc "Attribute [%s] of [%s] does not exist or can not be accessed and strict variables is set to true."
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
         8: .line 49
            aload 2 /* attributeNameValue */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aastore
            dup
            iconst_1
            aload 1 /* instance */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getName:()Ljava/lang/String;
            aastore
         9: .line 47
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        10: .line 50
            aload 2 /* attributeNameValue */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            iload 7 /* lineNumber */
            aload 6 /* filename */
        11: .line 46
            invokespecial com.mitchellbosecke.pebble.error.AttributeNotFoundException.<init>:(Ljava/lang/Throwable;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
            athrow
        12: .line 53
      StackMap locals:
      StackMap stack:
            aload 8 /* resolvedAttribute */
            areturn
        end local 8 // com.mitchellbosecke.pebble.attributes.ResolvedAttribute resolvedAttribute
        13: .line 54
      StackMap locals:
      StackMap stack:
            aload 1 /* instance */
            instanceof io.vertx.core.json.JsonArray
            ifeq 29
        14: .line 55
            aload 1 /* instance */
            checkcast io.vertx.core.json.JsonArray
            astore 8 /* jsonArray */
        start local 8 // io.vertx.core.json.JsonArray jsonArray
        15: .line 56
            aload 2 /* attributeNameValue */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            astore 9 /* attributeName */
        start local 9 // java.lang.String attributeName
        16: .line 59
            aload 9 /* attributeName */
            invokestatic java.lang.Integer.parseInt:(Ljava/lang/String;)I
            istore 10 /* index */
        start local 10 // int index
        17: .line 60
            goto 20
        end local 10 // int index
      StackMap locals: io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver java.lang.Object java.lang.Object java.lang.Object[] com.mitchellbosecke.pebble.node.ArgumentsNode com.mitchellbosecke.pebble.template.EvaluationContextImpl java.lang.String int io.vertx.core.json.JsonArray java.lang.String
      StackMap stack: java.lang.NumberFormatException
        18: pop
        19: .line 61
            aconst_null
            areturn
        start local 10 // int index
        20: .line 63
      StackMap locals: int
      StackMap stack:
            aload 8 /* jsonArray */
            invokevirtual io.vertx.core.json.JsonArray.size:()I
            istore 11 /* length */
        start local 11 // int length
        21: .line 65
            iload 10 /* index */
            iflt 22
            iload 10 /* index */
            iload 11 /* length */
            if_icmplt 28
        22: .line 66
      StackMap locals: int
      StackMap stack:
            aload 5 /* context */
            invokevirtual com.mitchellbosecke.pebble.template.EvaluationContextImpl.isStrictVariables:()Z
            ifeq 27
        23: .line 67
            new com.mitchellbosecke.pebble.error.AttributeNotFoundException
            dup
            aconst_null
        24: .line 68
            ldc "Index out of bounds while accessing JsonArray with strict variables on."
            aload 9 /* attributeName */
            iload 7 /* lineNumber */
        25: .line 69
            aload 6 /* filename */
        26: .line 67
            invokespecial com.mitchellbosecke.pebble.error.AttributeNotFoundException.<init>:(Ljava/lang/Throwable;Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;)V
            athrow
        27: .line 71
      StackMap locals:
      StackMap stack:
            new com.mitchellbosecke.pebble.attributes.ResolvedAttribute
            dup
            aconst_null
            invokespecial com.mitchellbosecke.pebble.attributes.ResolvedAttribute.<init>:(Ljava/lang/Object;)V
            areturn
        28: .line 75
      StackMap locals:
      StackMap stack:
            new com.mitchellbosecke.pebble.attributes.ResolvedAttribute
            dup
            aload 8 /* jsonArray */
            iload 10 /* index */
            invokevirtual io.vertx.core.json.JsonArray.getValue:(I)Ljava/lang/Object;
            invokespecial com.mitchellbosecke.pebble.attributes.ResolvedAttribute.<init>:(Ljava/lang/Object;)V
            areturn
        end local 11 // int length
        end local 10 // int index
        end local 9 // java.lang.String attributeName
        end local 8 // io.vertx.core.json.JsonArray jsonArray
        29: .line 78
      StackMap locals: io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver java.lang.Object java.lang.Object java.lang.Object[] com.mitchellbosecke.pebble.node.ArgumentsNode com.mitchellbosecke.pebble.template.EvaluationContextImpl java.lang.String int
      StackMap stack:
            aconst_null
            areturn
        end local 7 // int lineNumber
        end local 6 // java.lang.String filename
        end local 5 // com.mitchellbosecke.pebble.template.EvaluationContextImpl context
        end local 4 // com.mitchellbosecke.pebble.node.ArgumentsNode args
        end local 3 // java.lang.Object[] argumentValues
        end local 2 // java.lang.Object attributeNameValue
        end local 1 // java.lang.Object instance
        end local 0 // io.vertx.ext.web.templ.pebble.impl.PebbleVertxAttributeResolver this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   30     0                this  Lio/vertx/ext/web/templ/pebble/impl/PebbleVertxAttributeResolver;
            0   30     1            instance  Ljava/lang/Object;
            0   30     2  attributeNameValue  Ljava/lang/Object;
            0   30     3      argumentValues  [Ljava/lang/Object;
            0   30     4                args  Lcom/mitchellbosecke/pebble/node/ArgumentsNode;
            0   30     5             context  Lcom/mitchellbosecke/pebble/template/EvaluationContextImpl;
            0   30     6            filename  Ljava/lang/String;
            0   30     7          lineNumber  I
            2   13     8   resolvedAttribute  Lcom/mitchellbosecke/pebble/attributes/ResolvedAttribute;
            4    5     9          jsonObject  Lio/vertx/core/json/JsonObject;
           15   29     8           jsonArray  Lio/vertx/core/json/JsonArray;
           16   29     9       attributeName  Ljava/lang/String;
           17   18    10               index  I
           20   29    10               index  I
           21   29    11              length  I
      Exception table:
        from    to  target  type
          16    17      18  Class java.lang.NumberFormatException
    MethodParameters:
                    Name  Flags
      instance            
      attributeNameValue  
      argumentValues      
      args                
      context             
      filename            
      lineNumber          
}
SourceFile: "PebbleVertxAttributeResolver.java"