public abstract class org.eclipse.jdt.core.dom.Comment extends org.eclipse.jdt.core.dom.ASTNode
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.core.dom.Comment
  super_class: org.eclipse.jdt.core.dom.ASTNode
{
  private org.eclipse.jdt.core.dom.ASTNode alternateRoot;
    descriptor: Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.eclipse.jdt.core.dom.AST);
    descriptor: (Lorg/eclipse/jdt/core/dom/AST;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.Comment this
        start local 1 // org.eclipse.jdt.core.dom.AST ast
         0: .line 48
            aload 0 /* this */
            aload 1 /* ast */
            invokespecial org.eclipse.jdt.core.dom.ASTNode.<init>:(Lorg/eclipse/jdt/core/dom/AST;)V
         1: .line 37
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jdt.core.dom.Comment.alternateRoot:Lorg/eclipse/jdt/core/dom/ASTNode;
         2: .line 49
            return
        end local 1 // org.eclipse.jdt.core.dom.AST ast
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/Comment;
            0    3     1   ast  Lorg/eclipse/jdt/core/dom/AST;
    MethodParameters:
      Name  Flags
      ast   

  public final boolean isBlockComment();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Comment this
         0: .line 59
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.BlockComment
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Comment;

  public final boolean isLineComment();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Comment this
         0: .line 70
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.LineComment
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Comment;

  public final boolean isDocComment();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Comment this
         0: .line 81
            aload 0 /* this */
            instanceof org.eclipse.jdt.core.dom.Javadoc
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Comment;

  public final org.eclipse.jdt.core.dom.ASTNode getAlternateRoot();
    descriptor: ()Lorg/eclipse/jdt/core/dom/ASTNode;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Comment this
         0: .line 104
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.Comment.alternateRoot:Lorg/eclipse/jdt/core/dom/ASTNode;
            areturn
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Comment;

  public final void setAlternateRoot(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.Comment this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode root
         0: .line 118
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.core.dom.Comment.checkModifiable:()V
         1: .line 119
            aload 0 /* this */
            aload 1 /* root */
            putfield org.eclipse.jdt.core.dom.Comment.alternateRoot:Lorg/eclipse/jdt/core/dom/ASTNode;
         2: .line 120
            return
        end local 1 // org.eclipse.jdt.core.dom.ASTNode root
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/core/dom/Comment;
            0    3     1  root  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      root  

  int memSize();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.core.dom.Comment this
         0: .line 124
            bipush 44
            ireturn
        end local 0 // org.eclipse.jdt.core.dom.Comment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/Comment;
}
SourceFile: "Comment.java"