Module org.eclipse.xtend.lib.macro
Interface ParameterDeclaration
- All Superinterfaces:
AnnotationTarget,Declaration,Element,NamedElement
- All Known Subinterfaces:
MutableParameterDeclaration
- Author:
- Sven Efftinge
-
Method Summary
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.AnnotationTarget
findAnnotation, getAnnotationsMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleName
-
Method Details
-
getType
TypeReference getType()- Returns:
- the type of the parameter
-
getDeclaringExecutable
ExecutableDeclaration getDeclaringExecutable()- Returns:
- the
ExecutableDeclarationthis parameter is contained in
-