public abstract class org.eclipse.jdt.internal.compiler.ast.MagicLiteral extends org.eclipse.jdt.internal.compiler.ast.Literal
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.ast.MagicLiteral
  super_class: org.eclipse.jdt.internal.compiler.ast.Literal
{
  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.MagicLiteral this
        start local 1 // int start
        start local 2 // int end
         0: .line 20
            aload 0 /* this */
            iload 1 /* start */
            iload 2 /* end */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Literal.<init>:(II)V
         1: .line 21
            return
        end local 2 // int end
        end local 1 // int start
        end local 0 // org.eclipse.jdt.internal.compiler.ast.MagicLiteral this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jdt/internal/compiler/ast/MagicLiteral;
            0    2     1  start  I
            0    2     2    end  I
    MethodParameters:
       Name  Flags
      start  
      end    

  public boolean isValidJavaStatement();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.MagicLiteral this
         0: .line 26
            iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.MagicLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/MagicLiteral;

  public char[] source();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.MagicLiteral this
         0: .line 32
            aconst_null
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.MagicLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/MagicLiteral;
}
SourceFile: "MagicLiteral.java"