class com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1 implements org.w3c.dom.ls.LSResourceResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1
  super_class: java.lang.Object
{
  final com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl this$0;
    descriptor: Lcom/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl);
    descriptor: (Lcom/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1 this
         0: .line 225
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1.this$0:Lcom/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public org.w3c.dom.ls.LSInput resolveResource(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/w3c/dom/ls/LSInput;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=6
        start local 0 // com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1 this
        start local 1 // java.lang.String type
        start local 2 // java.lang.String namespaceURI
        start local 3 // java.lang.String publicId
        start local 4 // java.lang.String systemId
        start local 5 // java.lang.String baseURI
         0: .line 230
            aload 0 /* this */
            getfield com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1.this$0:Lcom/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl;
            getfield com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl.opts:Lcom/sun/tools/internal/xjc/Options;
            getfield com.sun.tools.internal.xjc.Options.entityResolver:Lorg/xml/sax/EntityResolver;
            aload 2 /* namespaceURI */
            aload 4 /* systemId */
            invokeinterface org.xml.sax.EntityResolver.resolveEntity:(Ljava/lang/String;Ljava/lang/String;)Lorg/xml/sax/InputSource;
            astore 6 /* is */
        start local 6 // org.xml.sax.InputSource is
         1: .line 231
            aload 6 /* is */
            ifnonnull 3
         2: aconst_null
            areturn
         3: .line 232
      StackMap locals: org.xml.sax.InputSource
      StackMap stack:
            new com.sun.tools.internal.xjc.reader.xmlschema.parser.LSInputSAXWrapper
            dup
            aload 6 /* is */
            invokespecial com.sun.tools.internal.xjc.reader.xmlschema.parser.LSInputSAXWrapper.<init>:(Lorg/xml/sax/InputSource;)V
         4: areturn
        end local 6 // org.xml.sax.InputSource is
         5: .line 233
      StackMap locals: com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1 java.lang.String java.lang.String java.lang.String java.lang.String java.lang.String
      StackMap stack: org.xml.sax.SAXException
            pop
         6: .line 235
            aconst_null
            areturn
         7: .line 236
      StackMap locals:
      StackMap stack: java.io.IOException
            pop
         8: .line 238
            aconst_null
            areturn
        end local 5 // java.lang.String baseURI
        end local 4 // java.lang.String systemId
        end local 3 // java.lang.String publicId
        end local 2 // java.lang.String namespaceURI
        end local 1 // java.lang.String type
        end local 0 // com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    9     0          this  Lcom/sun/tools/internal/xjc/api/impl/s2j/SchemaCompilerImpl$1;
            0    9     1          type  Ljava/lang/String;
            0    9     2  namespaceURI  Ljava/lang/String;
            0    9     3      publicId  Ljava/lang/String;
            0    9     4      systemId  Ljava/lang/String;
            0    9     5       baseURI  Ljava/lang/String;
            1    5     6            is  Lorg/xml/sax/InputSource;
      Exception table:
        from    to  target  type
           0     2       5  Class org.xml.sax.SAXException
           3     4       5  Class org.xml.sax.SAXException
           0     2       7  Class java.io.IOException
           3     4       7  Class java.io.IOException
    MethodParameters:
              Name  Flags
      type          
      namespaceURI  
      publicId      
      systemId      
      baseURI       
}
SourceFile: "SchemaCompilerImpl.java"
EnclosingMethod: com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl.bind:()Lcom/sun/tools/internal/xjc/api/impl/s2j/JAXBModelImpl;
NestHost: com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl
InnerClasses:
  com.sun.tools.internal.xjc.api.impl.s2j.SchemaCompilerImpl$1