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 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
        start local 1 // javax.swing.text.Element elem
         0: .line 2127
            aload 0 /* this */
            aload 1 /* elem */
            invokespecial javax.swing.text.ParagraphView.<init>:(Ljavax/swing/text/Element;)V
         1: .line 2128
            aload 0 /* this */
            new javax.swing.JEditorPane$PlainEditorKit$PlainParagraph$LogicalView
            dup
            aload 1 /* elem */
            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: .line 2129
            aload 0 /* this */
            getfield javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.layoutPool:Ljavax/swing/text/View;
            aload 0 /* this */
            invokevirtual javax.swing.text.View.setParent:(Ljavax/swing/text/View;)V
         3: .line 2130
            return
        end local 1 // javax.swing.text.Element elem
        end local 0 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
      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 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
         0: .line 2133
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.getContainer:()Ljava/awt/Container;
            astore 1 /* c */
        start local 1 // java.awt.Component c
         1: .line 2134
            aload 1 /* c */
            ifnull 5
         2: .line 2135
            aload 1 /* c */
            invokevirtual java.awt.Component.getComponentOrientation:()Ljava/awt/ComponentOrientation;
            invokevirtual java.awt.ComponentOrientation.isLeftToRight:()Z
            ifne 5
         3: .line 2137
            aload 0 /* this */
            iconst_2
            invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.setJustification:(I)V
         4: .line 2138
            goto 6
         5: .line 2139
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 0 /* this */
            iconst_0
            invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.setJustification:(I)V
         6: .line 2141
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.awt.Component c
        end local 0 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
      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 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
        start local 1 // int index
         0: .line 2148
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.getContainer:()Ljava/awt/Container;
            astore 2 /* c */
        start local 2 // java.awt.Component c
         1: .line 2149
            aload 2 /* c */
            instanceof javax.swing.JTextArea
            ifeq 5
         2: .line 2150
            aload 2 /* c */
            checkcast javax.swing.JTextArea
            astore 3 /* area */
        start local 3 // javax.swing.JTextArea area
         3: .line 2151
            aload 3 /* area */
            invokevirtual javax.swing.JTextArea.getLineWrap:()Z
            ifne 5
         4: .line 2153
            ldc 2147483647
            ireturn
        end local 3 // javax.swing.JTextArea area
         5: .line 2156
      StackMap locals: java.awt.Component
      StackMap stack:
            aload 0 /* this */
            iload 1 /* index */
            invokespecial javax.swing.text.ParagraphView.getFlowSpan:(I)I
            ireturn
        end local 2 // java.awt.Component c
        end local 1 // int index
        end local 0 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
      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 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
        start local 1 // int axis
        start local 2 // javax.swing.SizeRequirements r
         0: .line 2163
            aload 0 /* this */
            iload 1 /* axis */
            aload 2 /* r */
            invokespecial javax.swing.text.ParagraphView.calculateMinorAxisRequirements:(ILjavax/swing/SizeRequirements;)Ljavax/swing/SizeRequirements;
         1: .line 2162
            astore 3 /* req */
        start local 3 // javax.swing.SizeRequirements req
         2: .line 2164
            aload 0 /* this */
            invokevirtual javax.swing.JEditorPane$PlainEditorKit$PlainParagraph.getContainer:()Ljava/awt/Container;
            astore 4 /* c */
        start local 4 // java.awt.Component c
         3: .line 2165
            aload 4 /* c */
            instanceof javax.swing.JTextArea
            ifeq 7
         4: .line 2166
            aload 4 /* c */
            checkcast javax.swing.JTextArea
            astore 5 /* area */
        start local 5 // javax.swing.JTextArea area
         5: .line 2167
            aload 5 /* area */
            invokevirtual javax.swing.JTextArea.getLineWrap:()Z
            ifne 7
         6: .line 2169
            aload 3 /* req */
            aload 3 /* req */
            getfield javax.swing.SizeRequirements.preferred:I
            putfield javax.swing.SizeRequirements.minimum:I
        end local 5 // javax.swing.JTextArea area
         7: .line 2172
      StackMap locals: javax.swing.SizeRequirements java.awt.Component
      StackMap stack:
            aload 3 /* req */
            areturn
        end local 4 // java.awt.Component c
        end local 3 // javax.swing.SizeRequirements req
        end local 2 // javax.swing.SizeRequirements r
        end local 1 // int axis
        end local 0 // javax.swing.JEditorPane$PlainEditorKit$PlainParagraph this
      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