class javax.swing.JEditorPane$PlainEditorKit$PlainParagraph extends javax.swing.text.ParagraphView
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: javax.swing.JEditorPane$PlainEditorKit$PlainParagraph
super_class: javax.swing.text.ParagraphView
{
void <init>(javax.swing.text.Element);
descriptor: (Ljavax/swing/text/Element;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javax.swing.text.ParagraphView.<init>:(Ljavax/swing/text/Element;)V
1: aload 0
new javax.swing.JEditorPane$PlainEditorKit$PlainParagraph$LogicalView
dup
aload 1
invokespecial javax.swing.JEditorPane$PlainEditorKit$PlainParagraph$LogicalView.<init>:(Ljavax/swing/text/Element;)V
putfield javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.layoutPool:Ljavax/swing/text/View;
2: aload 0
getfield javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.layoutPool:Ljavax/swing/text/View;
aload 0
invokevirtual javax.swing.text.View.setParent:(Ljavax/swing/text/View;)V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Ljavax/swing/JEditorPane$PlainEditorKit$PlainParagraph;
0 4 1 elem Ljavax/swing/text/Element;
MethodParameters:
Name Flags
elem
protected void setPropertiesFromAttributes();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.getContainer:()Ljava/awt/Container;
astore 1
start local 1 1: aload 1
ifnull 5
2: aload 1
invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
ifne 5
3: aload 0
iconst_2
invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.setJustification:(I)V
4: goto 6
5: StackMap locals: java.awt.Component
StackMap stack:
aload 0
iconst_0
invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.setJustification:(I)V
6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Ljavax/swing/JEditorPane$PlainEditorKit$PlainParagraph;
1 7 1 c Ljava/awt/Component;
public int getFlowSpan(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.getContainer:()Ljava/awt/Container;
astore 2
start local 2 1: aload 2
instanceof javax.swing.JTextArea
ifeq 5
2: aload 2
checkcast javax.swing.JTextArea
astore 3
start local 3 3: aload 3
invokevirtual javax.swing.JTextArea.getLineWrap:()Z
ifne 5
4: ldc 2147483647
ireturn
end local 3 5: StackMap locals: java.awt.Component
StackMap stack:
aload 0
iload 1
invokespecial javax.swing.text.ParagraphView.getFlowSpan:(I)I
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Ljavax/swing/JEditorPane$PlainEditorKit$PlainParagraph;
0 6 1 index I
1 6 2 c Ljava/awt/Component;
3 5 3 area Ljavax/swing/JTextArea;
MethodParameters:
Name Flags
index
protected javax.swing.SizeRequirements calculateMinorAxisRequirements(int, javax.swing.SizeRequirements);
descriptor: (ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=6, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
aload 2
invokespecial javax.swing.text.ParagraphView.calculateMinorAxisRequirements:(ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
1: astore 3
start local 3 2: aload 0
invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.getContainer:()Ljava/awt/Container;
astore 4
start local 4 3: aload 4
instanceof javax.swing.JTextArea
ifeq 7
4: aload 4
checkcast javax.swing.JTextArea
astore 5
start local 5 5: aload 5
invokevirtual javax.swing.JTextArea.getLineWrap:()Z
ifne 7
6: aload 3
aload 3
getfield javax.swing.SizeRequirements.preferred:I
putfield javax.swing.SizeRequirements.minimum:I
end local 5 7: StackMap locals: javax.swing.SizeRequirements java.awt.Component
StackMap stack:
aload 3
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Ljavax/swing/JEditorPane$PlainEditorKit$PlainParagraph;
0 8 1 axis I
0 8 2 r Ljavax/swing/SizeRequirements;
2 8 3 req Ljavax/swing/SizeRequirements;
3 8 4 c Ljava/awt/Component;
5 7 5 area Ljavax/swing/JTextArea;
MethodParameters:
Name Flags
axis
r
}
SourceFile: "JEditorPane.java"
NestHost: javax.swing.JEditorPane
InnerClasses:
PlainEditorKit = javax.swing.JEditorPane$PlainEditorKit of javax.swing.JEditorPane
PlainParagraph = javax.swing.JEditorPane$PlainEditorKit$PlainParagraph of javax.swing.JEditorPane$PlainEditorKit
LogicalView = javax.swing.JEditorPane$PlainEditorKit$PlainParagraph$LogicalView of javax.swing.JEditorPane$PlainEditorKit$PlainParagraph