public interface jdk.incubator.jpackage.internal.IOUtils$XmlConsumer
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: jdk.incubator.jpackage.internal.IOUtils$XmlConsumer
super_class: java.lang.Object
{
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import javax.xml cannot be resolved\n\tThe import javax.xml cannot be resolved\n\tThe import javax.xml cannot be resolved\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamException cannot be resolved to a type\n\tXMLOutputFactory cannot be resolved to a type\n\tXMLOutputFactory cannot be resolved\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamException cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n\tXMLStreamWriter cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
LocalVariableTable:
Start End Slot Name Signature
public abstract void accept(XMLStreamWriter);
descriptor: (LXMLStreamWriter;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.io.IOException, XMLStreamException
MethodParameters:
Name Flags
xml
}
SourceFile: "IOUtils.java"
NestHost: jdk.incubator.jpackage.internal.IOUtils
InnerClasses:
public abstract XmlConsumer = jdk.incubator.jpackage.internal.IOUtils$XmlConsumer of jdk.incubator.jpackage.internal.IOUtils
RuntimeVisibleAnnotations:
java.lang.FunctionalInterface()