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 javax.servlet.http.HttpUpgradeHandler httpUpgradeHandler;
    descriptor: Ljavax/servlet/http/HttpUpgradeHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(javax.servlet.http.HttpUpgradeHandler, ContextBind, InstanceManager);
    descriptor: (Ljavax/servlet/http/HttpUpgradeHandler;LContextBind;LInstanceManager;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        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     

  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 41
            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 javax.servlet.http.HttpUpgradeHandler getHttpUpgradeHandler();
    descriptor: ()Ljavax/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 45
            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 49
            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;
}
SourceFile: "UpgradeToken.java"