public class org.jboss.resteasy.core.ExtendedCacheControl extends javax.ws.rs.core.CacheControl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jboss.resteasy.core.ExtendedCacheControl
  super_class: javax.ws.rs.core.CacheControl
{
  private boolean _public;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
         0: .line 12
            aload 0 /* this */
            invokespecial javax.ws.rs.core.CacheControl.<init>:()V
         1: .line 14
            aload 0 /* this */
            iconst_0
            putfield org.jboss.resteasy.core.ExtendedCacheControl._public:Z
         2: .line 12
            return
        end local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jboss/resteasy/core/ExtendedCacheControl;

  public boolean isPublic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
         0: .line 17
            aload 0 /* this */
            getfield org.jboss.resteasy.core.ExtendedCacheControl._public:Z
            ireturn
        end local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jboss/resteasy/core/ExtendedCacheControl;

  public void setPublic(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
        start local 1 // boolean _public
         0: .line 21
            aload 0 /* this */
            iload 1 /* _public */
            putfield org.jboss.resteasy.core.ExtendedCacheControl._public:Z
         1: .line 22
            return
        end local 1 // boolean _public
        end local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jboss/resteasy/core/ExtendedCacheControl;
            0    2     1  _public  Z
    MethodParameters:
         Name  Flags
      _public  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
         0: .line 27
            aload 0 /* this */
            invokespecial javax.ws.rs.core.CacheControl.hashCode:()I
            istore 1 /* result */
        start local 1 // int result
         1: .line 28
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.jboss.resteasy.core.ExtendedCacheControl._public:Z
            ifeq 2
            sipush 1231
            goto 3
      StackMap locals: org.jboss.resteasy.core.ExtendedCacheControl int
      StackMap stack: int
         2: sipush 1237
      StackMap locals: org.jboss.resteasy.core.ExtendedCacheControl int
      StackMap stack: int int
         3: iadd
            istore 1 /* result */
         4: .line 29
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jboss/resteasy/core/ExtendedCacheControl;
            1    5     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
        start local 1 // java.lang.Object obj
         0: .line 34
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 35
            iconst_1
            ireturn
         2: .line 36
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial javax.ws.rs.core.CacheControl.equals:(Ljava/lang/Object;)Z
            ifne 4
         3: .line 37
            iconst_0
            ireturn
         4: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 39
            iconst_0
            ireturn
         6: .line 40
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.jboss.resteasy.core.ExtendedCacheControl
            astore 2 /* other */
        start local 2 // org.jboss.resteasy.core.ExtendedCacheControl other
         7: .line 41
            aload 0 /* this */
            getfield org.jboss.resteasy.core.ExtendedCacheControl._public:Z
            aload 2 /* other */
            getfield org.jboss.resteasy.core.ExtendedCacheControl._public:Z
            if_icmpeq 9
         8: .line 42
            iconst_0
            ireturn
         9: .line 43
      StackMap locals: org.jboss.resteasy.core.ExtendedCacheControl
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.jboss.resteasy.core.ExtendedCacheControl other
        end local 1 // java.lang.Object obj
        end local 0 // org.jboss.resteasy.core.ExtendedCacheControl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   10     0   this  Lorg/jboss/resteasy/core/ExtendedCacheControl;
            0   10     1    obj  Ljava/lang/Object;
            7   10     2  other  Lorg/jboss/resteasy/core/ExtendedCacheControl;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ExtendedCacheControl.java"