final class com.sun.beans.decoder.ValueObjectImpl implements com.sun.beans.decoder.ValueObject
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.sun.beans.decoder.ValueObjectImpl
  super_class: java.lang.Object
{
  static final com.sun.beans.decoder.ValueObject NULL;
    descriptor: Lcom/sun/beans/decoder/ValueObject;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.sun.beans.decoder.ValueObject VOID;
    descriptor: Lcom/sun/beans/decoder/ValueObject;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  private boolean isVoid;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 36
            new com.sun.beans.decoder.ValueObjectImpl
            dup
            aconst_null
            invokespecial com.sun.beans.decoder.ValueObjectImpl.<init>:(Ljava/lang/Object;)V
            putstatic com.sun.beans.decoder.ValueObjectImpl.NULL:Lcom/sun/beans/decoder/ValueObject;
         1: .line 37
            new com.sun.beans.decoder.ValueObjectImpl
            dup
            invokespecial com.sun.beans.decoder.ValueObjectImpl.<init>:()V
            putstatic com.sun.beans.decoder.ValueObjectImpl.VOID:Lcom/sun/beans/decoder/ValueObject;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  static com.sun.beans.decoder.ValueObject create(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lcom/sun/beans/decoder/ValueObject;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object value
         0: .line 46
            aload 0 /* value */
            ifnull 2
         1: .line 47
            new com.sun.beans.decoder.ValueObjectImpl
            dup
            aload 0 /* value */
            invokespecial com.sun.beans.decoder.ValueObjectImpl.<init>:(Ljava/lang/Object;)V
            goto 3
         2: .line 48
      StackMap locals:
      StackMap stack:
            getstatic com.sun.beans.decoder.ValueObjectImpl.NULL:Lcom/sun/beans/decoder/ValueObject;
         3: .line 46
      StackMap locals:
      StackMap stack: com.sun.beans.decoder.ValueObject
            areturn
        end local 0 // java.lang.Object value
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.beans.decoder.ValueObjectImpl this
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            iconst_1
            putfield com.sun.beans.decoder.ValueObjectImpl.isVoid:Z
         2: .line 59
            return
        end local 0 // com.sun.beans.decoder.ValueObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/beans/decoder/ValueObjectImpl;

  private void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.beans.decoder.ValueObjectImpl this
        start local 1 // java.lang.Object value
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* value */
            putfield com.sun.beans.decoder.ValueObjectImpl.value:Ljava/lang/Object;
         2: .line 68
            return
        end local 1 // java.lang.Object value
        end local 0 // com.sun.beans.decoder.ValueObjectImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/sun/beans/decoder/ValueObjectImpl;
            0    3     1  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.beans.decoder.ValueObjectImpl this
         0: .line 76
            aload 0 /* this */
            getfield com.sun.beans.decoder.ValueObjectImpl.value:Ljava/lang/Object;
            areturn
        end local 0 // com.sun.beans.decoder.ValueObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/beans/decoder/ValueObjectImpl;

  public boolean isVoid();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.beans.decoder.ValueObjectImpl this
         0: .line 86
            aload 0 /* this */
            getfield com.sun.beans.decoder.ValueObjectImpl.isVoid:Z
            ireturn
        end local 0 // com.sun.beans.decoder.ValueObjectImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/beans/decoder/ValueObjectImpl;
}
SourceFile: "ValueObjectImpl.java"