public class com.oracle.svm.hosted.c.info.PropertyInfo<T> extends com.oracle.svm.hosted.c.info.ElementInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.svm.hosted.c.info.PropertyInfo
  super_class: com.oracle.svm.hosted.c.info.ElementInfo
{
  private T value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TT;

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
        start local 1 // java.lang.String name
         0: .line 32
            aload 0 /* this */
            aload 1 /* name */
            invokespecial com.oracle.svm.hosted.c.info.ElementInfo.<init>:(Ljava/lang/String;)V
         1: .line 33
            return
        end local 1 // java.lang.String name
        end local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public T getProperty();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
         0: .line 36
            aload 0 /* this */
            getfield com.oracle.svm.hosted.c.info.PropertyInfo.value:Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
    Signature: ()TT;

  public void setProperty();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
        start local 1 // java.lang.Object value
         0: .line 40
            aload 0 /* this */
            aload 1 /* value */
            putfield com.oracle.svm.hosted.c.info.PropertyInfo.value:Ljava/lang/Object;
         1: .line 41
            return
        end local 1 // java.lang.Object value
        end local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
            0    2     1  value  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  public java.lang.Object getAnnotatedElement();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
         0: .line 45
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.PropertyInfo.getParent:()Lcom/oracle/svm/hosted/c/info/ElementInfo;
            invokevirtual com.oracle.svm.hosted.c.info.ElementInfo.getAnnotatedElement:()Ljava/lang/Object;
            areturn
        end local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;

  public void accept(com.oracle.svm.hosted.c.info.InfoTreeVisitor);
    descriptor: (Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
        start local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
         0: .line 50
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual com.oracle.svm.hosted.c.info.InfoTreeVisitor.visitElementPropertyInfo:(Lcom/oracle/svm/hosted/c/info/PropertyInfo;)V
         1: .line 51
            return
        end local 1 // com.oracle.svm.hosted.c.info.InfoTreeVisitor visitor
        end local 0 // com.oracle.svm.hosted.c.info.PropertyInfo this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/svm/hosted/c/info/PropertyInfo<TT;>;
            0    2     1  visitor  Lcom/oracle/svm/hosted/c/info/InfoTreeVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
Signature: <T:Ljava/lang/Object;>Lcom/oracle/svm/hosted/c/info/ElementInfo;
SourceFile: "PropertyInfo.java"