public final class org.apache.coyote.UpgradeToken
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.apache.coyote.UpgradeToken
  super_class: java.lang.Object
{
  private final ContextBind contextBind;
    descriptor: LContextBind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final jakarta.servlet.http.HttpUpgradeHandler httpUpgradeHandler;
    descriptor: Ljakarta/servlet/http/HttpUpgradeHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final InstanceManager instanceManager;
    descriptor: LInstanceManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String protocol;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(jakarta.servlet.http.HttpUpgradeHandler, ContextBind, InstanceManager, java.lang.String);
    descriptor: (Ljakarta/servlet/http/HttpUpgradeHandler;LContextBind;LInstanceManager;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // org.apache.coyote.UpgradeToken this
         0: .line 22
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache.tomcat.ContextBind cannot be resolved\n\tThe import org.apache.tomcat.InstanceManager cannot be resolved\n\tContextBind cannot be resolved to a type\n\tInstanceManager cannot be resolved to a type\n\tContextBind cannot be resolved to a type\n\tInstanceManager cannot be resolved to a type\n\tContextBind cannot be resolved to a type\n\tInstanceManager cannot be resolved to a type\n\tContextBind cannot be resolved to a type\n\tContextBind cannot be resolved to a type\n\tInstanceManager cannot be resolved to a type\n\tInstanceManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.coyote.UpgradeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/UpgradeToken;
    MethodParameters:
                    Name  Flags
      httpUpgradeHandler  
      contextBind         
      instanceManager     
      protocol            

  public final ContextBind getContextBind();
    descriptor: ()LContextBind;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.coyote.UpgradeToken this
         0: .line 43
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tContextBind cannot be resolved to a type\n\tContextBind cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.coyote.UpgradeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/UpgradeToken;

  public final jakarta.servlet.http.HttpUpgradeHandler getHttpUpgradeHandler();
    descriptor: ()Ljakarta/servlet/http/HttpUpgradeHandler;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.coyote.UpgradeToken this
         0: .line 47
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.coyote.UpgradeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/UpgradeToken;

  public final InstanceManager getInstanceManager();
    descriptor: ()LInstanceManager;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.coyote.UpgradeToken this
         0: .line 51
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tInstanceManager cannot be resolved to a type\n\tInstanceManager cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.coyote.UpgradeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/UpgradeToken;

  public final java.lang.String getProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.coyote.UpgradeToken this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.apache.coyote.UpgradeToken this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/UpgradeToken;
}
SourceFile: "UpgradeToken.java"