class javafx.fxml.FXMLLoader$Attribute
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javafx.fxml.FXMLLoader$Attribute
super_class: java.lang.Object
{
public final java.lang.String name;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public final java.lang.Class<?> sourceType;
descriptor: Ljava/lang/Class;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Signature: Ljava/lang/Class<*>;
public final java.lang.String value;
descriptor: Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
public void <init>(java.lang.String, java.lang.Class<?>, java.lang.String);
descriptor: (Ljava/lang/String;Ljava/lang/Class;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 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$Attribute;
Signature: (Ljava/lang/String;Ljava/lang/Class<*>;Ljava/lang/String;)V
MethodParameters:
Name Flags
name
sourceType
value
}
SourceFile: "FXMLLoader.java"
NestHost: javafx.fxml.FXMLLoader
InnerClasses:
private Attribute = javafx.fxml.FXMLLoader$Attribute of javafx.fxml.FXMLLoader