public class ch.qos.logback.core.property.ResourceExistsPropertyDefiner extends ch.qos.logback.core.PropertyDefinerBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: ch.qos.logback.core.property.ResourceExistsPropertyDefiner
  super_class: ch.qos.logback.core.PropertyDefinerBase
{
  java.lang.String resourceStr;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
         0: .line 33
            aload 0 /* this */
            invokespecial ch.qos.logback.core.PropertyDefinerBase.<init>:()V
            return
        end local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/property/ResourceExistsPropertyDefiner;

  public java.lang.String getResource();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
         0: .line 38
            aload 0 /* this */
            getfield ch.qos.logback.core.property.ResourceExistsPropertyDefiner.resourceStr:Ljava/lang/String;
            areturn
        end local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lch/qos/logback/core/property/ResourceExistsPropertyDefiner;

  public void setResource(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
        start local 1 // java.lang.String resource
         0: .line 47
            aload 0 /* this */
            aload 1 /* resource */
            putfield ch.qos.logback.core.property.ResourceExistsPropertyDefiner.resourceStr:Ljava/lang/String;
         1: .line 48
            return
        end local 1 // java.lang.String resource
        end local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lch/qos/logback/core/property/ResourceExistsPropertyDefiner;
            0    2     1  resource  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      resource  

  public java.lang.String getPropertyValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
         0: .line 57
            aload 0 /* this */
            getfield ch.qos.logback.core.property.ResourceExistsPropertyDefiner.resourceStr:Ljava/lang/String;
            invokestatic ch.qos.logback.core.util.OptionHelper.isEmpty:(Ljava/lang/String;)Z
            ifeq 3
         1: .line 58
            aload 0 /* this */
            ldc "The \"resource\" property must be set."
            invokevirtual ch.qos.logback.core.property.ResourceExistsPropertyDefiner.addError:(Ljava/lang/String;)V
         2: .line 59
            aconst_null
            areturn
         3: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield ch.qos.logback.core.property.ResourceExistsPropertyDefiner.resourceStr:Ljava/lang/String;
            invokestatic ch.qos.logback.core.util.Loader.getResourceBySelfClassLoader:(Ljava/lang/String;)Ljava/net/URL;
            astore 1 /* resourceURL */
        start local 1 // java.net.URL resourceURL
         4: .line 63
            aload 1 /* resourceURL */
            ifnull 5
            iconst_1
            goto 6
      StackMap locals: java.net.URL
      StackMap stack:
         5: iconst_0
      StackMap locals:
      StackMap stack: int
         6: invokestatic ch.qos.logback.core.property.ResourceExistsPropertyDefiner.booleanAsStr:(Z)Ljava/lang/String;
            areturn
        end local 1 // java.net.URL resourceURL
        end local 0 // ch.qos.logback.core.property.ResourceExistsPropertyDefiner this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lch/qos/logback/core/property/ResourceExistsPropertyDefiner;
            4    7     1  resourceURL  Ljava/net/URL;
}
SourceFile: "ResourceExistsPropertyDefiner.java"