class org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl extends org.glassfish.gmbal.typelib.EvaluatedMethodDeclarationBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl
  super_class: org.glassfish.gmbal.typelib.EvaluatedMethodDeclarationBase
{
  private final org.glassfish.gmbal.typelib.EvaluatedClassDeclaration container;
    descriptor: Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int modifiers;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.glassfish.gmbal.typelib.EvaluatedType rtype;
    descriptor: Lorg/glassfish/gmbal/typelib/EvaluatedType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<org.glassfish.gmbal.typelib.EvaluatedType> ptypes;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lorg/glassfish/gmbal/typelib/EvaluatedType;>;

  private final java.lang.reflect.Method method;
    descriptor: Ljava/lang/reflect/Method;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    RuntimeVisibleAnnotations: 
      org.glassfish.pfl.basic.algorithm.DumpToString()

  public void <init>(org.glassfish.gmbal.typelib.EvaluatedClassDeclaration, int, org.glassfish.gmbal.typelib.EvaluatedType, java.lang.String, java.util.List<org.glassfish.gmbal.typelib.EvaluatedType>, java.lang.reflect.Method);
    descriptor: (Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;ILorg/glassfish/gmbal/typelib/EvaluatedType;Ljava/lang/String;Ljava/util/List;Ljava/lang/reflect/Method;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
        start local 1 // org.glassfish.gmbal.typelib.EvaluatedClassDeclaration cdecl
        start local 2 // int modifiers
        start local 3 // org.glassfish.gmbal.typelib.EvaluatedType rtype
        start local 4 // java.lang.String name
        start local 5 // java.util.List ptypes
        start local 6 // java.lang.reflect.Method method
         0: .line 204
            aload 0 /* this */
            invokespecial org.glassfish.gmbal.typelib.EvaluatedMethodDeclarationBase.<init>:()V
         1: .line 209
            aload 0 /* this */
            aload 1 /* cdecl */
            putfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.container:Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;
         2: .line 210
            aload 0 /* this */
            iload 2 /* modifiers */
            putfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.modifiers:I
         3: .line 211
            aload 0 /* this */
            aload 3 /* rtype */
            putfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.rtype:Lorg/glassfish/gmbal/typelib/EvaluatedType;
         4: .line 212
            aload 0 /* this */
            aload 4 /* name */
            putfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.name:Ljava/lang/String;
         5: .line 213
            aload 0 /* this */
            aload 5 /* ptypes */
            putfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.ptypes:Ljava/util/List;
         6: .line 214
            aload 0 /* this */
            aload 6 /* method */
            putfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
         7: .line 215
            return
        end local 6 // java.lang.reflect.Method method
        end local 5 // java.util.List ptypes
        end local 4 // java.lang.String name
        end local 3 // org.glassfish.gmbal.typelib.EvaluatedType rtype
        end local 2 // int modifiers
        end local 1 // org.glassfish.gmbal.typelib.EvaluatedClassDeclaration cdecl
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;
            0    8     1      cdecl  Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;
            0    8     2  modifiers  I
            0    8     3      rtype  Lorg/glassfish/gmbal/typelib/EvaluatedType;
            0    8     4       name  Ljava/lang/String;
            0    8     5     ptypes  Ljava/util/List<Lorg/glassfish/gmbal/typelib/EvaluatedType;>;
            0    8     6     method  Ljava/lang/reflect/Method;
    Signature: (Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;ILorg/glassfish/gmbal/typelib/EvaluatedType;Ljava/lang/String;Ljava/util/List<Lorg/glassfish/gmbal/typelib/EvaluatedType;>;Ljava/lang/reflect/Method;)V
    MethodParameters:
           Name  Flags
      cdecl      
      modifiers  final
      rtype      final
      name       final
      ptypes     final
      method     final

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 217
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.name:Ljava/lang/String;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;

  public int modifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 219
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.modifiers:I
            ireturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;

  public java.util.List<org.glassfish.gmbal.typelib.EvaluatedType> parameterTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 221
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.ptypes:Ljava/util/List;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;
    Signature: ()Ljava/util/List<Lorg/glassfish/gmbal/typelib/EvaluatedType;>;

  public org.glassfish.gmbal.typelib.EvaluatedType returnType();
    descriptor: ()Lorg/glassfish/gmbal/typelib/EvaluatedType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 223
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.rtype:Lorg/glassfish/gmbal/typelib/EvaluatedType;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;

  public org.glassfish.gmbal.typelib.EvaluatedClassDeclaration containingClass();
    descriptor: ()Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 225
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.container:Lorg/glassfish/gmbal/typelib/EvaluatedClassDeclaration;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;

  public java.lang.reflect.Method method();
    descriptor: ()Ljava/lang/reflect/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 227
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;

  public <T extends java.lang.annotation.Annotation> T annotation(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
        start local 1 // java.lang.Class annotationType
         0: .line 230
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            ifnonnull 4
         1: .line 231
            new java.lang.UnsupportedOperationException
            dup
         2: .line 232
            ldc "Not supported in constructed ClassDeclaration."
         3: .line 231
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            aload 1 /* annotationType */
            invokevirtual java.lang.reflect.Method.getAnnotation:(Ljava/lang/Class;)Ljava/lang/annotation/Annotation;
            areturn
        end local 1 // java.lang.Class annotationType
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    5     0            this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;
            0    5     1  annotationType  Ljava/lang/Class<TT;>;
    Signature: <T::Ljava/lang/annotation/Annotation;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
                Name  Flags
      annotationType  

  public java.util.List<java.lang.annotation.Annotation> annotations();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 239
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            ifnonnull 4
         1: .line 240
            new java.lang.UnsupportedOperationException
            dup
         2: .line 241
            ldc "Not supported in constructed ClassDeclaration."
         3: .line 240
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 243
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            invokevirtual java.lang.reflect.Method.getAnnotations:()[Ljava/lang/annotation/Annotation;
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;
    Signature: ()Ljava/util/List<Ljava/lang/annotation/Annotation;>;

  public java.lang.reflect.AnnotatedElement element();
    descriptor: ()Ljava/lang/reflect/AnnotatedElement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 247
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;

  public java.lang.reflect.AccessibleObject accessible();
    descriptor: ()Ljava/lang/reflect/AccessibleObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
         0: .line 249
            aload 0 /* this */
            getfield org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl.method:Ljava/lang/reflect/Method;
            areturn
        end local 0 // org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/gmbal/typelib/DeclarationFactory$EvaluatedMethodDeclarationImpl;
}
SourceFile: "DeclarationFactory.java"
NestHost: org.glassfish.gmbal.typelib.DeclarationFactory
InnerClasses:
  private EvaluatedMethodDeclarationImpl = org.glassfish.gmbal.typelib.DeclarationFactory$EvaluatedMethodDeclarationImpl of org.glassfish.gmbal.typelib.DeclarationFactory