class com.sun.tools.javac.code.Types$23 extends com.sun.tools.javac.code.Types$HashCodeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.javac.code.Types$23
  super_class: com.sun.tools.javac.code.Types$HashCodeVisitor
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.code.Types$23 this
         0: .line 4129
            aload 0 /* this */
            invokespecial com.sun.tools.javac.code.Types$HashCodeVisitor.<init>:()V
            return
        end local 0 // com.sun.tools.javac.code.Types$23 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/javac/code/Types$23;

  public java.lang.Integer visitTypeVar(com.sun.tools.javac.code.Type$TypeVar, java.lang.Void);
    descriptor: (Lcom/sun/tools/javac/code/Type$TypeVar;Ljava/lang/Void;)Ljava/lang/Integer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.sun.tools.javac.code.Types$23 this
        start local 1 // com.sun.tools.javac.code.Type$TypeVar t
        start local 2 // java.lang.Void ignored
         0: .line 4132
            aload 1 /* t */
            invokestatic java.lang.System.identityHashCode:(Ljava/lang/Object;)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
        end local 2 // java.lang.Void ignored
        end local 1 // com.sun.tools.javac.code.Type$TypeVar t
        end local 0 // com.sun.tools.javac.code.Types$23 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/sun/tools/javac/code/Types$23;
            0    1     1        t  Lcom/sun/tools/javac/code/Type$TypeVar;
            0    1     2  ignored  Ljava/lang/Void;
    MethodParameters:
         Name  Flags
      t        
      ignored  
}
SourceFile: "Types.java"
EnclosingMethod: com.sun.tools.javac.code.Types
NestHost: com.sun.tools.javac.code.Types
InnerClasses:
  public TypeVar = com.sun.tools.javac.code.Type$TypeVar of com.sun.tools.javac.code.Type
  com.sun.tools.javac.code.Types$23
  private HashCodeVisitor = com.sun.tools.javac.code.Types$HashCodeVisitor of com.sun.tools.javac.code.Types