public class org.eclipse.text.edits.MalformedTreeException extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.text.edits.MalformedTreeException
  super_class: java.lang.RuntimeException
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private org.eclipse.text.edits.TextEdit fParent;
    descriptor: Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.text.edits.TextEdit fChild;
    descriptor: Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(org.eclipse.text.edits.TextEdit, org.eclipse.text.edits.TextEdit, java.lang.String);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;Lorg/eclipse/text/edits/TextEdit;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.text.edits.MalformedTreeException this
        start local 1 // org.eclipse.text.edits.TextEdit parent
        start local 2 // org.eclipse.text.edits.TextEdit child
        start local 3 // java.lang.String message
         0: .line 45
            aload 0 /* this */
            aload 3 /* message */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         1: .line 46
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.eclipse.text.edits.MalformedTreeException.fParent:Lorg/eclipse/text/edits/TextEdit;
         2: .line 47
            aload 0 /* this */
            aload 2 /* child */
            putfield org.eclipse.text.edits.MalformedTreeException.fChild:Lorg/eclipse/text/edits/TextEdit;
         3: .line 48
            return
        end local 3 // java.lang.String message
        end local 2 // org.eclipse.text.edits.TextEdit child
        end local 1 // org.eclipse.text.edits.TextEdit parent
        end local 0 // org.eclipse.text.edits.MalformedTreeException this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/text/edits/MalformedTreeException;
            0    4     1   parent  Lorg/eclipse/text/edits/TextEdit;
            0    4     2    child  Lorg/eclipse/text/edits/TextEdit;
            0    4     3  message  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      parent   
      child    
      message  

  public org.eclipse.text.edits.TextEdit getParent();
    descriptor: ()Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.MalformedTreeException this
         0: .line 56
            aload 0 /* this */
            getfield org.eclipse.text.edits.MalformedTreeException.fParent:Lorg/eclipse/text/edits/TextEdit;
            areturn
        end local 0 // org.eclipse.text.edits.MalformedTreeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/MalformedTreeException;

  public org.eclipse.text.edits.TextEdit getChild();
    descriptor: ()Lorg/eclipse/text/edits/TextEdit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.text.edits.MalformedTreeException this
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.text.edits.MalformedTreeException.fChild:Lorg/eclipse/text/edits/TextEdit;
            areturn
        end local 0 // org.eclipse.text.edits.MalformedTreeException this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/text/edits/MalformedTreeException;

  void setParent(org.eclipse.text.edits.TextEdit);
    descriptor: (Lorg/eclipse/text/edits/TextEdit;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.text.edits.MalformedTreeException this
        start local 1 // org.eclipse.text.edits.TextEdit parent
         0: .line 69
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.eclipse.text.edits.MalformedTreeException.fParent:Lorg/eclipse/text/edits/TextEdit;
         1: .line 70
            return
        end local 1 // org.eclipse.text.edits.TextEdit parent
        end local 0 // org.eclipse.text.edits.MalformedTreeException this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/text/edits/MalformedTreeException;
            0    2     1  parent  Lorg/eclipse/text/edits/TextEdit;
    MethodParameters:
        Name  Flags
      parent  
}
SourceFile: "MalformedTreeException.java"