public class ResolvedField extends AbstractResolvedFeature<org.eclipse.xtext.common.types.JvmField> implements IResolvedField
| Constructor and Description |
|---|
ResolvedField(org.eclipse.xtext.common.types.JvmField field,
LightweightTypeReference contextType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResolvedErasureSignature()
Returns the resolved erased signature of this feature.
|
java.lang.String |
getResolvedSignature()
Returns the resolved signature of this feature.
|
LightweightTypeReference |
getResolvedType()
Returns the resolved type in the current context.
|
java.lang.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(org.eclipse.xtext.common.types.JvmField field,
LightweightTypeReference contextType)
public java.lang.String getResolvedSignature()
IResolvedFeatureList<String>.addAll(int, Collection<E>) is
addAll(int,java.util.Collection<String>).getResolvedSignature in interface IResolvedFeaturepublic java.lang.String getSimpleSignature()
IResolvedFeatureList<String>.addAll(int, Collection<E>) is
addAll(int, Collection<String>).getSimpleSignature in interface IResolvedFeaturepublic java.lang.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()