public interface net.bytebuddy.description.ByteCodeElement extends net.bytebuddy.description.NamedElement$WithRuntimeName, net.bytebuddy.description.ModifierReviewable, net.bytebuddy.description.DeclaredByType, net.bytebuddy.description.annotation.AnnotationSource
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.ByteCodeElement
  super_class: java.lang.Object
{
  public static final java.lang.String NON_GENERIC_SIGNATURE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 35
            aconst_null
            putstatic net.bytebuddy.description.ByteCodeElement.NON_GENERIC_SIGNATURE:Ljava/lang/String;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public abstract java.lang.String getDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getGenericSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isVisibleTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  

  public abstract boolean isAccessibleTo(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
                 Name  Flags
      typeDescription  
}
SourceFile: "ByteCodeElement.java"
NestMembers:
  net.bytebuddy.description.ByteCodeElement$Token  net.bytebuddy.description.ByteCodeElement$Token$TokenList  net.bytebuddy.description.ByteCodeElement$TypeDependant
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract WithRuntimeName = net.bytebuddy.description.NamedElement$WithRuntimeName of net.bytebuddy.description.NamedElement