class com.sun.tools.javac.code.Types$ProjectionKind$1 extends com.sun.tools.javac.code.Types$ProjectionKind
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.sun.tools.javac.code.Types$ProjectionKind$1
  super_class: com.sun.tools.javac.code.Types$ProjectionKind
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$ProjectionKind$1 this
         0: .line 198
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.sun.tools.javac.code.Types$ProjectionKind.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.sun.tools.javac.code.Types$ProjectionKind$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Types$ProjectionKind$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  com.sun.tools.javac.code.Types$ProjectionKind complement();
    descriptor: ()Lcom/sun/tools/javac/code/Types$ProjectionKind;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Types$ProjectionKind$1 this
         0: .line 201
            getstatic com.sun.tools.javac.code.Types$ProjectionKind$1.DOWNWARDS:Lcom/sun/tools/javac/code/Types$ProjectionKind;
            areturn
        end local 0 // com.sun.tools.javac.code.Types$ProjectionKind$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Types$ProjectionKind$1;
}
SourceFile: "Types.java"
EnclosingMethod: com.sun.tools.javac.code.Types$ProjectionKind
NestHost: com.sun.tools.javac.code.Types
InnerClasses:
  abstract ProjectionKind = com.sun.tools.javac.code.Types$ProjectionKind of com.sun.tools.javac.code.Types
  com.sun.tools.javac.code.Types$ProjectionKind$1