public static class MethodDescriptor.Wildcard extends MethodDescriptor.Type
| Modifier and Type | Field and Description |
|---|---|
String |
bound |
static String |
EXTENDS |
static String |
NONE |
static String |
SUPER |
annotations, dimensions, parameters, signature, type| Constructor and Description |
|---|
Wildcard() |
Wildcard(MethodDescriptor.Type[] parameters) |
Wildcard(String bound,
MethodDescriptor.Type[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
createTypeSignature() |
boolean |
isExtends() |
boolean |
isSuper() |
signature, toStringpublic static final String EXTENDS
public static final String SUPER
public static final String NONE
public final String bound
public Wildcard()
public Wildcard(MethodDescriptor.Type[] parameters)
public Wildcard(String bound, MethodDescriptor.Type[] parameters)
public boolean isExtends()
public boolean isSuper()
protected String createTypeSignature()
createTypeSignature in class MethodDescriptor.Type