public class org.eclipse.core.internal.propertytester.FilePropertyTester extends org.eclipse.core.internal.propertytester.ResourcePropertyTester
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.core.internal.propertytester.FilePropertyTester
  super_class: org.eclipse.core.internal.propertytester.ResourcePropertyTester
{
  private static final java.lang.String CONTENT_TYPE_ID;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "contentTypeId"

  private static final java.lang.String IS_KIND_OF;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "kindOf"

  private static final java.lang.String USE_FILENAME_ONLY;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "useFilenameOnly"

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
         0: .line 27
            aload 0 /* this */
            invokespecial org.eclipse.core.internal.propertytester.ResourcePropertyTester.<init>:()V
            return
        end local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/core/internal/propertytester/FilePropertyTester;

  public boolean test(java.lang.Object, java.lang.String, java.lang.Object[], java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;[Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.String method
        start local 3 // java.lang.Object[] args
        start local 4 // java.lang.Object expectedValue
         0: .line 55
            aload 1 /* receiver */
            instanceof org.eclipse.core.resources.IFile
            ifeq 2
            aload 2 /* method */
            ldc "contentTypeId"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 56
            aload 0 /* this */
            aload 1 /* receiver */
            checkcast org.eclipse.core.resources.IFile
            aload 0 /* this */
            aload 4 /* expectedValue */
            invokevirtual org.eclipse.core.internal.propertytester.FilePropertyTester.toString:(Ljava/lang/Object;)Ljava/lang/String;
            aload 0 /* this */
            aload 3 /* args */
            ldc "kindOf"
            invokevirtual org.eclipse.core.internal.propertytester.FilePropertyTester.isArgumentUsed:([Ljava/lang/Object;Ljava/lang/String;)Z
            aload 0 /* this */
            aload 3 /* args */
            ldc "useFilenameOnly"
            invokevirtual org.eclipse.core.internal.propertytester.FilePropertyTester.isArgumentUsed:([Ljava/lang/Object;Ljava/lang/String;)Z
            invokevirtual org.eclipse.core.internal.propertytester.FilePropertyTester.testContentType:(Lorg/eclipse/core/resources/IFile;Ljava/lang/String;ZZ)Z
            ireturn
         2: .line 57
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 4 // java.lang.Object expectedValue
        end local 3 // java.lang.Object[] args
        end local 2 // java.lang.String method
        end local 1 // java.lang.Object receiver
        end local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lorg/eclipse/core/internal/propertytester/FilePropertyTester;
            0    3     1       receiver  Ljava/lang/Object;
            0    3     2         method  Ljava/lang/String;
            0    3     3           args  [Ljava/lang/Object;
            0    3     4  expectedValue  Ljava/lang/Object;
    MethodParameters:
               Name  Flags
      receiver       
      method         
      args           
      expectedValue  

  private boolean isArgumentUsed(java.lang.Object[], java.lang.String);
    descriptor: ([Ljava/lang/Object;Ljava/lang/String;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
        start local 1 // java.lang.Object[] args
        start local 2 // java.lang.String value
         0: .line 61
            aload 1 /* args */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: org.eclipse.core.internal.propertytester.FilePropertyTester java.lang.Object[] java.lang.String top int int java.lang.Object[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* arg */
        start local 3 // java.lang.Object arg
         2: .line 62
            aload 2 /* value */
            aload 3 /* arg */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 63
            iconst_1
            ireturn
        end local 3 // java.lang.Object arg
         4: .line 61
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 64
            iconst_0
            ireturn
        end local 2 // java.lang.String value
        end local 1 // java.lang.Object[] args
        end local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/core/internal/propertytester/FilePropertyTester;
            0    7     1   args  [Ljava/lang/Object;
            0    7     2  value  Ljava/lang/String;
            2    4     3    arg  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      args   
      value  

  private boolean testContentType(org.eclipse.core.resources.IFile, java.lang.String, boolean, boolean);
    descriptor: (Lorg/eclipse/core/resources/IFile;Ljava/lang/String;ZZ)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=9, args_size=5
        start local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
        start local 1 // org.eclipse.core.resources.IFile file
        start local 2 // java.lang.String contentTypeId
        start local 3 // boolean isKindOfUsed
        start local 4 // boolean useFilenameOnly
         0: .line 97
            aload 2 /* contentTypeId */
            invokevirtual java.lang.String.trim:()Ljava/lang/String;
            astore 5 /* expectedValue */
        start local 5 // java.lang.String expectedValue
         1: .line 98
            aconst_null
            astore 6 /* actualContentType */
        start local 6 // org.eclipse.core.runtime.content.IContentType actualContentType
         2: .line 99
            iload 4 /* useFilenameOnly */
            ifne 13
         3: .line 100
            aload 1 /* file */
            invokeinterface org.eclipse.core.resources.IFile.exists:()Z
            ifne 5
         4: .line 101
            iconst_0
            ireturn
         5: .line 102
      StackMap locals: java.lang.String org.eclipse.core.runtime.content.IContentType
      StackMap stack:
            aconst_null
            astore 7 /* contentDescription */
        start local 7 // org.eclipse.core.runtime.content.IContentDescription contentDescription
         6: .line 104
            aload 1 /* file */
            invokeinterface org.eclipse.core.resources.IFile.getContentDescription:()Lorg/eclipse/core/runtime/content/IContentDescription;
            astore 7 /* contentDescription */
         7: .line 105
            goto 10
      StackMap locals: org.eclipse.core.internal.propertytester.FilePropertyTester org.eclipse.core.resources.IFile java.lang.String int int java.lang.String org.eclipse.core.runtime.content.IContentType org.eclipse.core.runtime.content.IContentDescription
      StackMap stack: org.eclipse.core.runtime.CoreException
         8: astore 8 /* e */
        start local 8 // org.eclipse.core.runtime.CoreException e
         9: .line 106
            iconst_4
            ldc "Core exception while retrieving the content description"
            aload 8 /* e */
            invokestatic org.eclipse.core.internal.utils.Policy.log:(ILjava/lang/String;Ljava/lang/Throwable;)V
        end local 8 // org.eclipse.core.runtime.CoreException e
        10: .line 108
      StackMap locals:
      StackMap stack:
            aload 7 /* contentDescription */
            ifnull 14
        11: .line 109
            aload 7 /* contentDescription */
            invokeinterface org.eclipse.core.runtime.content.IContentDescription.getContentType:()Lorg/eclipse/core/runtime/content/IContentType;
            astore 6 /* actualContentType */
        end local 7 // org.eclipse.core.runtime.content.IContentDescription contentDescription
        12: .line 110
            goto 14
        13: .line 111
      StackMap locals:
      StackMap stack:
            invokestatic org.eclipse.core.runtime.Platform.getContentTypeManager:()Lorg/eclipse/core/runtime/content/IContentTypeManager;
            aload 1 /* file */
            invokeinterface org.eclipse.core.resources.IFile.getName:()Ljava/lang/String;
            invokeinterface org.eclipse.core.runtime.content.IContentTypeManager.findContentTypeFor:(Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
            astore 6 /* actualContentType */
        14: .line 113
      StackMap locals:
      StackMap stack:
            aload 6 /* actualContentType */
            ifnull 18
        15: .line 114
            iload 3 /* isKindOfUsed */
            ifeq 17
        16: .line 115
            aload 6 /* actualContentType */
            invokestatic org.eclipse.core.runtime.Platform.getContentTypeManager:()Lorg/eclipse/core/runtime/content/IContentTypeManager;
            aload 5 /* expectedValue */
            invokeinterface org.eclipse.core.runtime.content.IContentTypeManager.getContentType:(Ljava/lang/String;)Lorg/eclipse/core/runtime/content/IContentType;
            invokeinterface org.eclipse.core.runtime.content.IContentType.isKindOf:(Lorg/eclipse/core/runtime/content/IContentType;)Z
            ireturn
        17: .line 116
      StackMap locals:
      StackMap stack:
            aload 5 /* expectedValue */
            aload 6 /* actualContentType */
            invokeinterface org.eclipse.core.runtime.content.IContentType.getId:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        18: .line 118
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 6 // org.eclipse.core.runtime.content.IContentType actualContentType
        end local 5 // java.lang.String expectedValue
        end local 4 // boolean useFilenameOnly
        end local 3 // boolean isKindOfUsed
        end local 2 // java.lang.String contentTypeId
        end local 1 // org.eclipse.core.resources.IFile file
        end local 0 // org.eclipse.core.internal.propertytester.FilePropertyTester this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   19     0                this  Lorg/eclipse/core/internal/propertytester/FilePropertyTester;
            0   19     1                file  Lorg/eclipse/core/resources/IFile;
            0   19     2       contentTypeId  Ljava/lang/String;
            0   19     3        isKindOfUsed  Z
            0   19     4     useFilenameOnly  Z
            1   19     5       expectedValue  Ljava/lang/String;
            2   19     6   actualContentType  Lorg/eclipse/core/runtime/content/IContentType;
            6   12     7  contentDescription  Lorg/eclipse/core/runtime/content/IContentDescription;
            9   10     8                   e  Lorg/eclipse/core/runtime/CoreException;
      Exception table:
        from    to  target  type
           6     7       8  Class org.eclipse.core.runtime.CoreException
    MethodParameters:
                 Name  Flags
      file             final
      contentTypeId    
      isKindOfUsed     
      useFilenameOnly  
}
SourceFile: "FilePropertyTester.java"