class com.sun.tools.javac.code.Type$StructuralTypeMapping$3 extends com.sun.tools.javac.code.Type$ArrayType
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.code.Type$StructuralTypeMapping$3
  super_class: com.sun.tools.javac.code.Type$ArrayType
{
  final com.sun.tools.javac.code.Type$StructuralTypeMapping this$1;
    descriptor: Lcom/sun/tools/javac/code/Type$StructuralTypeMapping;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.javac.code.Type$StructuralTypeMapping, com.sun.tools.javac.code.Type, com.sun.tools.javac.code.Symbol$TypeSymbol, com.sun.tools.javac.code.TypeMetadata);
    descriptor: (Lcom/sun/tools/javac/code/Type$StructuralTypeMapping;Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.tools.javac.code.Type$StructuralTypeMapping$3 this
        start local 2 // com.sun.tools.javac.code.Type $anonymous0
        start local 3 // com.sun.tools.javac.code.Symbol$TypeSymbol $anonymous1
        start local 4 // com.sun.tools.javac.code.TypeMetadata $anonymous2
         0: .line 281
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.code.Type$StructuralTypeMapping$3.this$1:Lcom/sun/tools/javac/code/Type$StructuralTypeMapping;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            aload 4 /* $anonymous2 */
            invokespecial com.sun.tools.javac.code.Type$ArrayType.<init>:(Lcom/sun/tools/javac/code/Type;Lcom/sun/tools/javac/code/Symbol$TypeSymbol;Lcom/sun/tools/javac/code/TypeMetadata;)V
            return
        end local 4 // com.sun.tools.javac.code.TypeMetadata $anonymous2
        end local 3 // com.sun.tools.javac.code.Symbol$TypeSymbol $anonymous1
        end local 2 // com.sun.tools.javac.code.Type $anonymous0
        end local 0 // com.sun.tools.javac.code.Type$StructuralTypeMapping$3 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/sun/tools/javac/code/Type$StructuralTypeMapping$3;
            0    1     2  $anonymous0  Lcom/sun/tools/javac/code/Type;
            0    1     3  $anonymous1  Lcom/sun/tools/javac/code/Symbol$TypeSymbol;
            0    1     4  $anonymous2  Lcom/sun/tools/javac/code/TypeMetadata;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  
      $anonymous2  

  protected boolean needsStripping();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Type$StructuralTypeMapping$3 this
         0: .line 284
            iconst_1
            ireturn
        end local 0 // com.sun.tools.javac.code.Type$StructuralTypeMapping$3 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Type$StructuralTypeMapping$3;
}
SourceFile: "Type.java"
EnclosingMethod: com.sun.tools.javac.code.Type$StructuralTypeMapping.visitArrayType:(Lcom/sun/tools/javac/code/Type$ArrayType;Ljava/lang/Object;)Lcom/sun/tools/javac/code/Type;
NestHost: com.sun.tools.javac.code.Type
InnerClasses:
  public abstract TypeSymbol = com.sun.tools.javac.code.Symbol$TypeSymbol of com.sun.tools.javac.code.Symbol
  public ArrayType = com.sun.tools.javac.code.Type$ArrayType of com.sun.tools.javac.code.Type
  public abstract StructuralTypeMapping = com.sun.tools.javac.code.Type$StructuralTypeMapping of com.sun.tools.javac.code.Type
  com.sun.tools.javac.code.Type$StructuralTypeMapping$3