public class sun.text.bidi.BidiRun
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.text.bidi.BidiRun
  super_class: java.lang.Object
{
  int start;
    descriptor: I
    flags: (0x0000) 

  int limit;
    descriptor: I
    flags: (0x0000) 

  int insertRemove;
    descriptor: I
    flags: (0x0000) 

  byte level;
    descriptor: B
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.text.bidi.BidiRun this
         0: .line 82
            aload 0 /* this */
            iconst_0
            iconst_0
            iconst_0
            invokespecial sun.text.bidi.BidiRun.<init>:(IIB)V
         1: .line 83
            return
        end local 0 // sun.text.bidi.BidiRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/text/bidi/BidiRun;

  void <init>(int, int, byte);
    descriptor: (IIB)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // sun.text.bidi.BidiRun this
        start local 1 // int start
        start local 2 // int limit
        start local 3 // byte embeddingLevel
         0: .line 88
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 90
            aload 0 /* this */
            iload 1 /* start */
            putfield sun.text.bidi.BidiRun.start:I
         2: .line 91
            aload 0 /* this */
            iload 2 /* limit */
            putfield sun.text.bidi.BidiRun.limit:I
         3: .line 92
            aload 0 /* this */
            iload 3 /* embeddingLevel */
            putfield sun.text.bidi.BidiRun.level:B
         4: .line 93
            return
        end local 3 // byte embeddingLevel
        end local 2 // int limit
        end local 1 // int start
        end local 0 // sun.text.bidi.BidiRun this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lsun/text/bidi/BidiRun;
            0    5     1           start  I
            0    5     2           limit  I
            0    5     3  embeddingLevel  B
    MethodParameters:
                Name  Flags
      start           
      limit           
      embeddingLevel  

  void copyFrom(sun.text.bidi.BidiRun);
    descriptor: (Lsun/text/bidi/BidiRun;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.bidi.BidiRun this
        start local 1 // sun.text.bidi.BidiRun run
         0: .line 100
            aload 0 /* this */
            aload 1 /* run */
            getfield sun.text.bidi.BidiRun.start:I
            putfield sun.text.bidi.BidiRun.start:I
         1: .line 101
            aload 0 /* this */
            aload 1 /* run */
            getfield sun.text.bidi.BidiRun.limit:I
            putfield sun.text.bidi.BidiRun.limit:I
         2: .line 102
            aload 0 /* this */
            aload 1 /* run */
            getfield sun.text.bidi.BidiRun.level:B
            putfield sun.text.bidi.BidiRun.level:B
         3: .line 103
            aload 0 /* this */
            aload 1 /* run */
            getfield sun.text.bidi.BidiRun.insertRemove:I
            putfield sun.text.bidi.BidiRun.insertRemove:I
         4: .line 104
            return
        end local 1 // sun.text.bidi.BidiRun run
        end local 0 // sun.text.bidi.BidiRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/text/bidi/BidiRun;
            0    5     1   run  Lsun/text/bidi/BidiRun;
    MethodParameters:
      Name  Flags
      run   

  public byte getEmbeddingLevel();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.bidi.BidiRun this
         0: .line 111
            aload 0 /* this */
            getfield sun.text.bidi.BidiRun.level:B
            ireturn
        end local 0 // sun.text.bidi.BidiRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/bidi/BidiRun;

  boolean isEvenRun();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // sun.text.bidi.BidiRun this
         0: .line 121
            aload 0 /* this */
            getfield sun.text.bidi.BidiRun.level:B
            iconst_1
            iand
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // sun.text.bidi.BidiRun this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/text/bidi/BidiRun;
}
SourceFile: "BidiRun.java"