public class org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral extends org.eclipse.jdt.internal.compiler.ast.StringLiteral
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral
  super_class: org.eclipse.jdt.internal.compiler.ast.StringLiteral
{
  public void <init>(org.eclipse.jdt.internal.compiler.ast.StringLiteral, org.eclipse.jdt.internal.compiler.ast.CharLiteral);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;Lorg/eclipse/jdt/internal/compiler/ast/CharLiteral;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.StringLiteral str
        start local 2 // org.eclipse.jdt.internal.compiler.ast.CharLiteral character
         0: .line 26
            aload 0 /* this */
            aload 1 /* str */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.source:[C
            aload 1 /* str */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.sourceStart:I
            aload 1 /* str */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.sourceEnd:I
            aload 1 /* str */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.lineNumber:I
            invokespecial org.eclipse.jdt.internal.compiler.ast.StringLiteral.<init>:([CIII)V
         1: .line 27
            aload 0 /* this */
            aload 2 /* character */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.extendWith:(Lorg/eclipse/jdt/internal/compiler/ast/CharLiteral;)Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            pop
         2: .line 28
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ast.CharLiteral character
        end local 1 // org.eclipse.jdt.internal.compiler.ast.StringLiteral str
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            0    3     1        str  Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;
            0    3     2  character  Lorg/eclipse/jdt/internal/compiler/ast/CharLiteral;
    MethodParameters:
           Name  Flags
      str        
      character  

  public void <init>(org.eclipse.jdt.internal.compiler.ast.StringLiteral, org.eclipse.jdt.internal.compiler.ast.StringLiteral);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.StringLiteral str1
        start local 2 // org.eclipse.jdt.internal.compiler.ast.StringLiteral str2
         0: .line 35
            aload 0 /* this */
            aload 1 /* str1 */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.source:[C
            aload 1 /* str1 */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.sourceStart:I
            aload 1 /* str1 */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.sourceEnd:I
            aload 1 /* str1 */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.lineNumber:I
            invokespecial org.eclipse.jdt.internal.compiler.ast.StringLiteral.<init>:([CIII)V
         1: .line 36
            aload 0 /* this */
            aload 2 /* str2 */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.extendWith:(Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;)Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            pop
         2: .line 37
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ast.StringLiteral str2
        end local 1 // org.eclipse.jdt.internal.compiler.ast.StringLiteral str1
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            0    3     1  str1  Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;
            0    3     2  str2  Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;
    MethodParameters:
      Name  Flags
      str1  
      str2  

  public org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral extendWith(org.eclipse.jdt.internal.compiler.ast.CharLiteral);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/CharLiteral;)Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.CharLiteral lit
         0: .line 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 47
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            iconst_0
            aload 0 /* this */
            iload 2 /* length */
            iconst_1
            iadd
            newarray 5
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         2: .line 48
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            iload 2 /* length */
            aload 1 /* lit */
            getfield org.eclipse.jdt.internal.compiler.ast.CharLiteral.value:C
            castore
         3: .line 50
            aload 0 /* this */
            aload 1 /* lit */
            getfield org.eclipse.jdt.internal.compiler.ast.CharLiteral.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.sourceEnd:I
         4: .line 51
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.ast.CharLiteral lit
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            0    5     1     lit  Lorg/eclipse/jdt/internal/compiler/ast/CharLiteral;
            1    5     2  length  I
    MethodParameters:
      Name  Flags
      lit   

  public org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral extendWith(org.eclipse.jdt.internal.compiler.ast.StringLiteral);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;)Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.StringLiteral lit
         0: .line 61
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 63
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
         2: .line 64
            iconst_0
         3: .line 65
            aload 0 /* this */
            iload 2 /* length */
            aload 1 /* lit */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.source:[C
            arraylength
            iadd
            newarray 5
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
         4: .line 66
            iconst_0
         5: .line 67
            iload 2 /* length */
         6: .line 62
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         7: .line 68
            aload 1 /* lit */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.source:[C
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            iload 2 /* length */
            aload 1 /* lit */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.source:[C
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 70
            aload 0 /* this */
            aload 1 /* lit */
            getfield org.eclipse.jdt.internal.compiler.ast.StringLiteral.sourceEnd:I
            putfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.sourceEnd:I
         9: .line 71
            aload 0 /* this */
            areturn
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.ast.StringLiteral lit
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            0   10     1     lit  Lorg/eclipse/jdt/internal/compiler/ast/StringLiteral;
            1   10     2  length  I
    MethodParameters:
      Name  Flags
      lit   

  public java.lang.StringBuffer printExpression(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 77
            aload 2 /* output */
            ldc "ExtendedStringLiteral{"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral.source:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            bipush 125
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            0    1     1  indent  I
            0    1     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 83
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            pop
         1: .line 84
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         2: .line 85
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ExtendedStringLiteral this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jdt/internal/compiler/ast/ExtendedStringLiteral;
            0    3     1  visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0    3     2    scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
         Name  Flags
      visitor  
      scope    
}
SourceFile: "ExtendedStringLiteral.java"