protected static class TypePool.LazyTypeDescription.FieldToken extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FieldToken(int modifiers,
String name,
String descriptor,
String genericSignature,
List<TypePool.LazyTypeDescription.AnnotationToken> annotationTokens)
Creates a new field token.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
protected List<TypePool.LazyTypeDescription.AnnotationToken> |
getAnnotationTokens()
Returns a list of annotation tokens of the represented field.
|
protected String |
getDescriptor()
Returns the descriptor of the represented field.
|
protected String |
getGenericSignature()
Returns the generic signature of the field or
null if it is not generic. |
protected int |
getModifiers()
Returns the modifiers of the represented field.
|
protected String |
getName()
Returns the name of the represented field.
|
int |
hashCode() |
String |
toString() |
protected FieldToken(int modifiers,
String name,
String descriptor,
String genericSignature,
List<TypePool.LazyTypeDescription.AnnotationToken> annotationTokens)
modifiers - The modifiers of the represented field.name - The name of the field.descriptor - The descriptor of the field.genericSignature - The generic signature of the field or null if it is not generic.annotationTokens - A list of annotation tokens representing the annotations of the
represented field.protected int getModifiers()
protected String getName()
protected String getDescriptor()
protected String getGenericSignature()
null if it is not generic.null if it is not generic.protected List<TypePool.LazyTypeDescription.AnnotationToken> getAnnotationTokens()
Copyright © 2014–2015. All rights reserved.