class javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory extends javax.swing.text.html.HTMLEditorKit$HTMLFactory
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory
super_class: javax.swing.text.html.HTMLEditorKit$HTMLFactory
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 // javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory this
0: .line 377
aload 0 /* this */
invokespecial javax.swing.text.html.HTMLEditorKit$HTMLFactory.<init>:()V
return
end local 0 // javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Ljavax/swing/plaf/basic/BasicHTML$BasicHTMLViewFactory;
public javax.swing.text.View create(javax.swing.text.Element);
descriptor: (Ljavax/swing/text/Element;)Ljavax/swing/text/View;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 // javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory this
start local 1 // javax.swing.text.Element elem
0: .line 379
aload 0 /* this */
aload 1 /* elem */
invokespecial javax.swing.text.html.HTMLEditorKit$HTMLFactory.create:(Ljavax/swing/text/Element;)Ljavax/swing/text/View;
astore 2 /* view */
start local 2 // javax.swing.text.View view
1: .line 381
aload 2 /* view */
instanceof javax.swing.text.html.ImageView
ifeq 3
2: .line 382
aload 2 /* view */
checkcast javax.swing.text.html.ImageView
iconst_1
invokevirtual javax.swing.text.html.ImageView.setLoadsSynchronously:(Z)V
3: .line 384
StackMap locals: javax.swing.text.View
StackMap stack:
aload 2 /* view */
areturn
end local 2 // javax.swing.text.View view
end local 1 // javax.swing.text.Element elem
end local 0 // javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/swing/plaf/basic/BasicHTML$BasicHTMLViewFactory;
0 4 1 elem Ljavax/swing/text/Element;
1 4 2 view Ljavax/swing/text/View;
MethodParameters:
Name Flags
elem
}
SourceFile: "BasicHTML.java"
NestHost: javax.swing.plaf.basic.BasicHTML
InnerClasses:
BasicHTMLViewFactory = javax.swing.plaf.basic.BasicHTML$BasicHTMLViewFactory of javax.swing.plaf.basic.BasicHTML
public HTMLFactory = javax.swing.text.html.HTMLEditorKit$HTMLFactory of javax.swing.text.html.HTMLEditorKit