public class org.eclipse.jdt.internal.compiler.impl.ShortConstant extends org.eclipse.jdt.internal.compiler.impl.Constant
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.impl.ShortConstant
  super_class: org.eclipse.jdt.internal.compiler.impl.Constant
{
  private short value;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  public static org.eclipse.jdt.internal.compiler.impl.Constant fromValue(short);
    descriptor: (S)Lorg/eclipse/jdt/internal/compiler/impl/Constant;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // short value
         0: .line 21
            new org.eclipse.jdt.internal.compiler.impl.ShortConstant
            dup
            iload 0 /* value */
            invokespecial org.eclipse.jdt.internal.compiler.impl.ShortConstant.<init>:(S)V
            areturn
        end local 0 // short value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0  value  S
    MethodParameters:
       Name  Flags
      value  

  private void <init>(short);
    descriptor: (S)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
        start local 1 // short value
         0: .line 24
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.impl.Constant.<init>:()V
         1: .line 25
            aload 0 /* this */
            iload 1 /* value */
            putfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
         2: .line 26
            return
        end local 1 // short value
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;
            0    3     1  value  S
    MethodParameters:
       Name  Flags
      value  

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 30
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            i2b
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public char charValue();
    descriptor: ()C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 35
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            i2c
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public double doubleValue();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            i2d
            dreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public float floatValue();
    descriptor: ()F
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            i2f
            freturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public int intValue();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 50
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public long longValue();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            i2l
            lreturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public short shortValue();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 60
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public java.lang.String stringValue();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 72
            new java.lang.StringBuilder
            dup
            ldc "(short)"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public int typeID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 77
            iconst_4
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
         0: .line 82
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;

  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.eclipse.jdt.internal.compiler.impl.ShortConstant this
        start local 1 // java.lang.Object obj
         0: .line 87
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 88
            iconst_1
            ireturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 91
            iconst_0
            ireturn
         4: .line 93
      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 94
            iconst_0
            ireturn
         6: .line 96
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.impl.ShortConstant
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.impl.ShortConstant other
         7: .line 97
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.impl.ShortConstant.value:S
            if_icmpne 8
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.impl.ShortConstant
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.impl.ShortConstant other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.impl.ShortConstant this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;
            0    9     1    obj  Ljava/lang/Object;
            7    9     2  other  Lorg/eclipse/jdt/internal/compiler/impl/ShortConstant;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ShortConstant.java"