public interface IResolvedConstructor extends IResolvedExecutable
JvmConstructor.| Modifier and Type | Method and Description |
|---|---|
org.eclipse.xtext.common.types.JvmConstructor |
getDeclaration()
Returns the declared constructor that is resolved.
|
java.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> |
getTypeParameters()
Returns the list of declared type parameters of the
constructor. |
getResolvedExceptions, getResolvedParameterTypesgetContextType, getResolvedDeclarator, getResolvedErasureSignature, getResolvedSignature, getSimpleSignatureorg.eclipse.xtext.common.types.JvmConstructor getDeclaration()
getDeclaration in interface IResolvedExecutablegetDeclaration in interface IResolvedFeaturejava.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> getTypeParameters()
constructor.
This is not the list of type parameters on the type that declares
this constructor.getTypeParameters in interface IResolvedExecutable