Interface ResolvedConstructor
-
- All Superinterfaces:
ResolvedExecutable
public interface ResolvedConstructor extends ResolvedExecutable
Resolvedrepresentation of aConstructorDeclaration.- Since:
- 2.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConstructorDeclarationgetDeclaration()-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.ResolvedExecutable
getResolvedErasureSignature, getResolvedExceptionTypes, getResolvedParameters, getSimpleSignature
-
-
-
-
Method Detail
-
getDeclaration
ConstructorDeclaration getDeclaration()
- Specified by:
getDeclarationin interfaceResolvedExecutable- Returns:
- the executable that is
resolved
-
-