Module org.eclipse.xtend.lib.macro
Interface ResolvedConstructor
- All Superinterfaces:
ResolvedExecutable
Resolved representation of a
ConstructorDeclaration.- Since:
- 2.7
-
Method Summary
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.ResolvedExecutable
getResolvedErasureSignature, getResolvedExceptionTypes, getResolvedParameters, getSimpleSignature
-
Method Details
-
getDeclaration
ConstructorDeclaration getDeclaration()- Specified by:
getDeclarationin interfaceResolvedExecutable- Returns:
- the executable that is
resolved
-