protected static class TypePool.Default.LazyTypeDescription.FieldToken extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
FieldToken(String name,
int modifiers,
String descriptor,
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField signatureResolution,
Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> typeAnnotationTokens,
List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens)
Creates a new field token.
|
protected FieldToken(String name, int modifiers, String descriptor, TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForField signatureResolution, Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> typeAnnotationTokens, List<TypePool.Default.LazyTypeDescription.AnnotationToken> annotationTokens)
name - The name of the field.modifiers - The modifiers of the represented field.descriptor - The descriptor of the field.signatureResolution - The resolution of this field's generic type.typeAnnotationTokens - A mapping of the field type's type annotation tokens.annotationTokens - A list of annotation tokens representing the annotations of the represented field.Copyright © 2014–2016. All rights reserved.