Interface IResolvedField
-
- All Superinterfaces:
IResolvedFeature
- All Known Implementing Classes:
ResolvedField
public interface IResolvedField extends IResolvedFeature
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.xtext.common.types.JvmFieldgetDeclaration()Returns the declared feature that is resolved.LightweightTypeReferencegetResolvedType()Returns the resolved type in the current context.-
Methods inherited from interface org.eclipse.xtext.xbase.typesystem.override.IResolvedFeature
getContextType, getResolvedDeclarator, getResolvedErasureSignature, getResolvedSignature, getSimpleSignature
-
-
-
-
Method Detail
-
getResolvedType
LightweightTypeReference getResolvedType()
Returns the resolved type in the current context. That is, all free type variables are bound according to the bottom of this hierarchy.- Returns:
- the return type.
- See Also:
IResolvedFeature.getContextType()
-
getDeclaration
org.eclipse.xtext.common.types.JvmField getDeclaration()
Description copied from interface:IResolvedFeatureReturns the declared feature that is resolved.- Specified by:
getDeclarationin interfaceIResolvedFeature- Returns:
- the declaration.
-
-