public class org.eclipse.text.edits.TextEditGroup
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.text.edits.TextEditGroup
  super_class: java.lang.Object
{
  private java.lang.String fDescription;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<org.eclipse.text.edits.TextEdit> fEdits;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lorg/eclipse/text/edits/TextEdit;>;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.TextEditGroup this
        start local 1 // java.lang.String name
         0: .line 49
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 50
            aload 1 /* name */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         2: .line 51
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.text.edits.TextEditGroup.fDescription:Ljava/lang/String;
         3: .line 52
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_3
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
         4: .line 53
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/text/edits/TextEditGroup;
            0    5     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void <init>(java.lang.String, org.eclipse.text.edits.TextEdit);
    descriptor: (Ljava/lang/String;Lorg/eclipse/text/edits/TextEdit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.TextEditGroup this
        start local 1 // java.lang.String name
        start local 2 // org.eclipse.text.edits.TextEdit edit
         0: .line 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 64
            aload 1 /* name */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         2: .line 65
            aload 2 /* edit */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         3: .line 66
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.text.edits.TextEditGroup.fDescription:Ljava/lang/String;
         4: .line 67
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_1
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
         5: .line 68
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            aload 2 /* edit */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 69
            return
        end local 2 // org.eclipse.text.edits.TextEdit edit
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/text/edits/TextEditGroup;
            0    7     1  name  Ljava/lang/String;
            0    7     2  edit  Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
      Name  Flags
      name  
      edit  

  public void <init>(java.lang.String, org.eclipse.text.edits.TextEdit[]);
    descriptor: (Ljava/lang/String;[Lorg/eclipse/text/edits/TextEdit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.eclipse.text.edits.TextEditGroup this
        start local 1 // java.lang.String name
        start local 2 // org.eclipse.text.edits.TextEdit[] edits
         0: .line 80
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 81
            aload 1 /* name */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         2: .line 82
            aload 2 /* edits */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         3: .line 83
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.text.edits.TextEditGroup.fDescription:Ljava/lang/String;
         4: .line 84
            aload 0 /* this */
            new java.util.ArrayList
            dup
            aload 2 /* edits */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            putfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
         5: .line 85
            return
        end local 2 // org.eclipse.text.edits.TextEdit[] edits
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/eclipse/text/edits/TextEditGroup;
            0    6     1   name  Ljava/lang/String;
            0    6     2  edits  [Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
       Name  Flags
      name   
      edits  

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditGroup this
         0: .line 93
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fDescription:Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditGroup;

  public void addTextEdit(org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.TextEditGroup this
        start local 1 // org.eclipse.text.edits.TextEdit edit
         0: .line 102
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            aload 1 /* edit */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         1: .line 103
            return
        end local 1 // org.eclipse.text.edits.TextEdit edit
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/text/edits/TextEditGroup;
            0    2     1  edit  Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
      Name  Flags
      edit  

  public boolean removeTextEdit(org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.TextEditGroup this
        start local 1 // org.eclipse.text.edits.TextEdit edit
         0: .line 113
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            aload 1 /* edit */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // org.eclipse.text.edits.TextEdit edit
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditGroup;
            0    1     1  edit  Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
      Name  Flags
      edit  

  public void clearTextEdits();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditGroup this
         0: .line 122
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         1: .line 123
            return
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/text/edits/TextEditGroup;

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditGroup this
         0: .line 136
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ireturn
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditGroup;

  public org.eclipse.text.edits.TextEdit[] getTextEdits();
    descriptor: ()[Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditGroup this
         0: .line 146
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.eclipse.text.edits.TextEdit
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.text.edits.TextEdit[]
            areturn
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/TextEditGroup;

  public org.eclipse.jface.text.IRegion getRegion();
    descriptor: ()Lorg/eclipse/jface/text/IRegion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.text.edits.TextEditGroup this
         0: .line 158
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            istore 1 /* size */
        start local 1 // int size
         1: .line 159
            iload 1 /* size */
            ifne 3
         2: .line 160
            aconst_null
            areturn
         3: .line 161
      StackMap locals: int
      StackMap stack:
            iload 1 /* size */
            iconst_1
            if_icmpne 5
         4: .line 162
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            checkcast org.eclipse.text.edits.TextEdit
            invokevirtual org.eclipse.text.edits.TextEdit.getRegion:()Lorg/eclipse/jface/text/IRegion;
            areturn
         5: .line 164
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            aload 0 /* this */
            getfield org.eclipse.text.edits.TextEditGroup.fEdits:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            anewarray org.eclipse.text.edits.TextEdit
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast org.eclipse.text.edits.TextEdit[]
            invokestatic org.eclipse.text.edits.TextEdit.getCoverage:([Lorg/eclipse/text/edits/TextEdit;)Lorg/eclipse/jface/text/IRegion;
            areturn
        end local 1 // int size
        end local 0 // org.eclipse.text.edits.TextEditGroup this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/text/edits/TextEditGroup;
            1    6     1  size  I
}
SourceFile: "TextEditGroup.java"