public abstract class AbstractResolvedExecutable<T extends org.eclipse.xtext.common.types.JvmExecutable> extends AbstractResolvedFeature<T> implements IResolvedExecutable
JvmExecutable.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractResolvedExecutable(T declaration,
LightweightTypeReference contextType) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getResolvedErasureSignature()
Returns the resolved erased signature of this feature.
|
java.util.List<LightweightTypeReference> |
getResolvedExceptions()
Returns the resolved declared exceptions in the current context.
|
java.util.List<LightweightTypeReference> |
getResolvedParameterTypes()
Returns the resolved parameter types in the current context.
|
java.lang.String |
getResolvedSignature()
Returns the resolved signature of this feature.
|
java.lang.String |
getSimpleSignature()
Returns the simple signature of this feature.
|
java.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> |
getTypeParameters()
Returns the list of declared type parameters of the
executable. |
java.lang.String |
toString() |
computeContextTypeParameterMapping, getContextType, getContextTypeParameterMapping, getDeclaration, getResolvedDeclarator, getResolvedReference, getResolvedReferences, getSubstitutor, isRawTypeInheritance, isResolvedTypeParameter, isResolvedTypeParameterclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDeclarationgetContextType, getResolvedDeclaratorprotected AbstractResolvedExecutable(T declaration, LightweightTypeReference contextType)
public java.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> getTypeParameters()
IResolvedExecutableexecutable.getTypeParameters in interface IResolvedExecutablepublic java.util.List<LightweightTypeReference> getResolvedParameterTypes()
IResolvedExecutablegetResolvedParameterTypes in interface IResolvedExecutableIResolvedFeature.getContextType()public java.lang.String getResolvedErasureSignature()
IResolvedFeatureList<String>.addAll(int,java.util.Collection<E>) is
addAll(int,Collection).getResolvedErasureSignature in interface IResolvedFeaturepublic 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.util.List<LightweightTypeReference> getResolvedExceptions()
IResolvedExecutablegetResolvedExceptions in interface IResolvedExecutableIResolvedFeature.getContextType()public java.lang.String toString()
toString in class java.lang.Object