public interface net.bytebuddy.description.ByteCodeElement$TypeDependant<T extends net.bytebuddy.description.ByteCodeElement$TypeDependant<?, S>, S extends net.bytebuddy.description.ByteCodeElement$Token<S>>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.ByteCodeElement$TypeDependant
  super_class: java.lang.Object
{
  public abstract T asDefined();
    descriptor: ()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()TT;

  public abstract S asToken(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/description/ByteCodeElement$Token;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)TS;
    MethodParameters:
         Name  Flags
      matcher  
}
Signature: <T::Lnet/bytebuddy/description/ByteCodeElement$TypeDependant<*TS;>;S::Lnet/bytebuddy/description/ByteCodeElement$Token<TS;>;>Ljava/lang/Object;
SourceFile: "ByteCodeElement.java"
NestHost: net.bytebuddy.description.ByteCodeElement
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