public class org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory this
         0: .line 47
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/corext/dom/fragments/ASTFragmentFactory;

  public static org.eclipse.jdt.internal.corext.dom.fragments.IASTFragment createFragmentForFullSubtree(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 60
            aload 0 /* node */
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentForFullSubtreeFactory.createFragmentFor:(Lorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
            astore 1 /* result */
        start local 1 // org.eclipse.jdt.internal.corext.dom.fragments.IASTFragment result
         1: .line 61
            aload 1 /* result */
            invokestatic org.eclipse.core.runtime.Assert.isNotNull:(Ljava/lang/Object;)V
         2: .line 62
            aload 1 /* result */
            areturn
        end local 1 // org.eclipse.jdt.internal.corext.dom.fragments.IASTFragment result
        end local 0 // org.eclipse.jdt.core.dom.ASTNode node
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    node  Lorg/eclipse/jdt/core/dom/ASTNode;
            1    3     1  result  Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
    MethodParameters:
      Name  Flags
      node  

  public static org.eclipse.jdt.internal.corext.dom.fragments.IASTFragment createFragmentForSourceRange(org.eclipse.jdt.core.ISourceRange, org.eclipse.jdt.core.dom.ASTNode, org.eclipse.jdt.core.ICompilationUnit);
    descriptor: (Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/ICompilationUnit;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.core.ISourceRange range
        start local 1 // org.eclipse.jdt.core.dom.ASTNode scope
        start local 2 // org.eclipse.jdt.core.ICompilationUnit cu
         0: .line 82
            new org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer
            dup
            aload 0 /* range */
            invokeinterface org.eclipse.jdt.core.ISourceRange.getOffset:()I
            aload 0 /* range */
            invokeinterface org.eclipse.jdt.core.ISourceRange.getLength:()I
            invokestatic org.eclipse.jdt.internal.corext.dom.Selection.createFromStartLength:(II)Lorg/eclipse/jdt/internal/corext/dom/Selection;
            iconst_0
            invokespecial org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.<init>:(Lorg/eclipse/jdt/internal/corext/dom/Selection;Z)V
            astore 3 /* sa */
        start local 3 // org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer sa
         1: .line 83
            aload 1 /* scope */
            aload 3 /* sa */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.accept:(Lorg/eclipse/jdt/core/dom/ASTVisitor;)V
         2: .line 85
            aload 3 /* sa */
            aload 0 /* range */
            aload 2 /* cu */
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory.isSingleNodeSelected:(Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/ICompilationUnit;)Z
            ifeq 4
         3: .line 86
            aload 3 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getFirstSelectedNode:()Lorg/eclipse/jdt/core/dom/ASTNode;
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory.createFragmentForFullSubtree:(Lorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
            areturn
         4: .line 87
      StackMap locals: org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer
      StackMap stack:
            aload 0 /* range */
            aload 3 /* sa */
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory.isEmptySelectionCoveredByANode:(Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;)Z
            ifeq 6
         5: .line 88
            aload 3 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getLastCoveringNode:()Lorg/eclipse/jdt/core/dom/ASTNode;
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory.createFragmentForFullSubtree:(Lorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
            areturn
         6: .line 89
      StackMap locals:
      StackMap stack:
            aload 3 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getLastCoveringNode:()Lorg/eclipse/jdt/core/dom/ASTNode;
            aload 0 /* range */
            aload 2 /* cu */
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory.createFragmentForSubPartBySourceRange:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/ICompilationUnit;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
            areturn
        end local 3 // org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer sa
        end local 2 // org.eclipse.jdt.core.ICompilationUnit cu
        end local 1 // org.eclipse.jdt.core.dom.ASTNode scope
        end local 0 // org.eclipse.jdt.core.ISourceRange range
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0  range  Lorg/eclipse/jdt/core/ISourceRange;
            0    7     1  scope  Lorg/eclipse/jdt/core/dom/ASTNode;
            0    7     2     cu  Lorg/eclipse/jdt/core/ICompilationUnit;
            1    7     3     sa  Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
       Name  Flags
      range  
      scope  
      cu     

  private static boolean isEmptySelectionCoveredByANode(org.eclipse.jdt.core.ISourceRange, org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer);
    descriptor: (Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.ISourceRange range
        start local 1 // org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer sa
         0: .line 96
            aload 0 /* range */
            invokeinterface org.eclipse.jdt.core.ISourceRange.getLength:()I
            ifne 1
            aload 1 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getFirstSelectedNode:()Lorg/eclipse/jdt/core/dom/ASTNode;
            ifnonnull 1
            aload 1 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getLastCoveringNode:()Lorg/eclipse/jdt/core/dom/ASTNode;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer sa
        end local 0 // org.eclipse.jdt.core.ISourceRange range
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0  range  Lorg/eclipse/jdt/core/ISourceRange;
            0    2     1     sa  Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;
    MethodParameters:
       Name  Flags
      range  
      sa     

  private static boolean isSingleNodeSelected(org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer, org.eclipse.jdt.core.ISourceRange, org.eclipse.jdt.core.ICompilationUnit);
    descriptor: (Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/ICompilationUnit;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer sa
        start local 1 // org.eclipse.jdt.core.ISourceRange range
        start local 2 // org.eclipse.jdt.core.ICompilationUnit cu
         0: .line 100
            aload 0 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getSelectedNodes:()[Lorg/eclipse/jdt/core/dom/ASTNode;
            arraylength
            iconst_1
            if_icmpne 1
            aload 1 /* range */
            aload 0 /* sa */
            invokevirtual org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer.getFirstSelectedNode:()Lorg/eclipse/jdt/core/dom/ASTNode;
            aload 2 /* cu */
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory.rangeIncludesNonWhitespaceOutsideNode:(Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/ICompilationUnit;)Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.core.ICompilationUnit cu
        end local 1 // org.eclipse.jdt.core.ISourceRange range
        end local 0 // org.eclipse.jdt.internal.corext.dom.SelectionAnalyzer sa
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0     sa  Lorg/eclipse/jdt/internal/corext/dom/SelectionAnalyzer;
            0    2     1  range  Lorg/eclipse/jdt/core/ISourceRange;
            0    2     2     cu  Lorg/eclipse/jdt/core/ICompilationUnit;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
       Name  Flags
      sa     
      range  
      cu     

  private static boolean rangeIncludesNonWhitespaceOutsideNode(org.eclipse.jdt.core.ISourceRange, org.eclipse.jdt.core.dom.ASTNode, org.eclipse.jdt.core.ICompilationUnit);
    descriptor: (Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/ICompilationUnit;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.ISourceRange range
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
        start local 2 // org.eclipse.jdt.core.ICompilationUnit cu
         0: .line 104
            aload 0 /* range */
            aload 1 /* node */
            invokestatic org.eclipse.jdt.internal.corext.SourceRangeFactory.create:(Lorg/eclipse/jdt/core/dom/ASTNode;)Lorg/eclipse/jdt/core/ISourceRange;
            aload 2 /* cu */
            invokeinterface org.eclipse.jdt.core.ICompilationUnit.getBuffer:()Lorg/eclipse/jdt/core/IBuffer;
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.Util.rangeIncludesNonWhitespaceOutsideRange:(Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/IBuffer;)Z
            ireturn
        end local 2 // org.eclipse.jdt.core.ICompilationUnit cu
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.ISourceRange range
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  range  Lorg/eclipse/jdt/core/ISourceRange;
            0    1     1   node  Lorg/eclipse/jdt/core/dom/ASTNode;
            0    1     2     cu  Lorg/eclipse/jdt/core/ICompilationUnit;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
       Name  Flags
      range  
      node   
      cu     

  private static org.eclipse.jdt.internal.corext.dom.fragments.IASTFragment createFragmentForSubPartBySourceRange(org.eclipse.jdt.core.dom.ASTNode, org.eclipse.jdt.core.ISourceRange, org.eclipse.jdt.core.ICompilationUnit);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/ICompilationUnit;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.core.dom.ASTNode node
        start local 1 // org.eclipse.jdt.core.ISourceRange range
        start local 2 // org.eclipse.jdt.core.ICompilationUnit cu
         0: .line 114
            aload 0 /* node */
            aload 1 /* range */
            aload 2 /* cu */
            invokestatic org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentForSubPartBySourceRangeFactory.createFragmentFor:(Lorg/eclipse/jdt/core/dom/ASTNode;Lorg/eclipse/jdt/core/ISourceRange;Lorg/eclipse/jdt/core/ICompilationUnit;)Lorg/eclipse/jdt/internal/corext/dom/fragments/IASTFragment;
            areturn
        end local 2 // org.eclipse.jdt.core.ICompilationUnit cu
        end local 1 // org.eclipse.jdt.core.ISourceRange range
        end local 0 // org.eclipse.jdt.core.dom.ASTNode node
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   node  Lorg/eclipse/jdt/core/dom/ASTNode;
            0    1     1  range  Lorg/eclipse/jdt/core/ISourceRange;
            0    1     2     cu  Lorg/eclipse/jdt/core/ICompilationUnit;
    Exceptions:
      throws org.eclipse.jdt.core.JavaModelException
    MethodParameters:
       Name  Flags
      node   
      range  
      cu     
}
SourceFile: "ASTFragmentFactory.java"
NestMembers:
  org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentFactory  org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentForFullSubtreeFactory  org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentForSubPartBySourceRangeFactory
InnerClasses:
  private abstract FragmentFactory = org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentFactory of org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory
  private FragmentForFullSubtreeFactory = org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentForFullSubtreeFactory of org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory
  private FragmentForSubPartBySourceRangeFactory = org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory$FragmentForSubPartBySourceRangeFactory of org.eclipse.jdt.internal.corext.dom.fragments.ASTFragmentFactory