class javafx.fxml.FXMLLoader$InstanceDeclarationElement extends javafx.fxml.FXMLLoader$ValueElement
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.fxml.FXMLLoader$InstanceDeclarationElement
super_class: javafx.fxml.FXMLLoader$ValueElement
{
public java.lang.Class<?> type;
descriptor: Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Signature: Ljava/lang/Class<*>;
public java.lang.String constant;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
public java.lang.String factory;
descriptor: Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
final javafx.fxml.FXMLLoader this$0;
descriptor: Ljavafx/fxml/FXMLLoader;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void <init>(java.lang.Class<?>);
descriptor: (Ljavafx/fxml/FXMLLoader;Ljava/lang/Class;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tStackWalker cannot be resolved to a type\n\tType mismatch: cannot convert from StackWalker to StackWalker\n\tStackWalker cannot be resolved to a type\n\tThis lambda expression refers to the missing type StackWalker\n\tStackWalker cannot be resolved\n\tStackWalker cannot be resolved to a variable\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tThe method getModule() is undefined for the type Class<FXMLLoader>\n\tThe method getModule() is undefined for the type Class\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n\tStackWalker cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/fxml/FXMLLoader$InstanceDeclarationElement;
Exceptions:
throws javafx.fxml.LoadException
Signature: (Ljava/lang/Class<*>;)V
MethodParameters:
Name Flags
this$0 final
type
public void processAttribute(java.lang.String, java.lang.String, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/fxml/FXMLLoader$InstanceDeclarationElement;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
prefix
localName
value
public java.lang.Object constructValue();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavafx/fxml/FXMLLoader$InstanceDeclarationElement;
Exceptions:
throws java.io.IOException
}
SourceFile: "FXMLLoader.java"
NestHost: javafx.fxml.FXMLLoader
InnerClasses:
private InstanceDeclarationElement = javafx.fxml.FXMLLoader$InstanceDeclarationElement of javafx.fxml.FXMLLoader
private abstract ValueElement = javafx.fxml.FXMLLoader$ValueElement of javafx.fxml.FXMLLoader