public class ResolvedField extends AbstractResolvedFeature<JvmField> implements IResolvedField
| Constructor and Description |
|---|
ResolvedField(JvmField field,
LightweightTypeReference contextType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResolvedErasureSignature()
Returns the resolved erased signature of this feature.
|
String |
getResolvedSignature()
Returns the resolved signature of this feature.
|
LightweightTypeReference |
getResolvedType()
Returns the resolved type in the current context.
|
String |
getSimpleSignature()
Returns the simple signature of this feature.
|
computeContextTypeParameterMapping, getContextType, getContextTypeParameterMapping, getDeclaration, getResolvedDeclarator, getResolvedReference, getResolvedReferences, getSubstitutor, isRawTypeInheritance, isResolvedTypeParameter, isResolvedTypeParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDeclarationgetContextType, getResolvedDeclaratorpublic ResolvedField(JvmField field, LightweightTypeReference contextType)
public String getResolvedSignature()
IResolvedFeatureList<String>.addAll(int, Collection<E>) is
addAll(int,java.util.Collection<String>).getResolvedSignature in interface IResolvedFeaturepublic String getSimpleSignature()
IResolvedFeatureList<String>.addAll(int, Collection<E>) is
addAll(int, Collection<String>).getSimpleSignature in interface IResolvedFeaturepublic String getResolvedErasureSignature()
IResolvedFeatureList<String>.addAll(int,java.util.Collection<E>) is
addAll(int,Collection).getResolvedErasureSignature in interface IResolvedFeaturepublic LightweightTypeReference getResolvedType()
IResolvedFieldgetResolvedType in interface IResolvedFieldIResolvedFeature.getContextType()Copyright © 2015. All Rights Reserved.