Module org.eclipse.xtend.lib.macro
Interface MutableParameterDeclaration
- All Superinterfaces:
AnnotationTarget,Declaration,Element,MutableAnnotationTarget,MutableDeclaration,MutableElement,MutableNamedElement,NamedElement,ParameterDeclaration
- 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.MutableAnnotationTarget
addAnnotation, removeAnnotationMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableDeclaration
markAsReadMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableElement
removeMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableNamedElement
setSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleNameMethods inherited from interface org.eclipse.xtend.lib.macro.declaration.ParameterDeclaration
getType
-
Method Details
-
getDeclaringExecutable
MutableExecutableDeclaration getDeclaringExecutable()- Specified by:
getDeclaringExecutablein interfaceParameterDeclaration- Returns:
- the
ExecutableDeclarationthis parameter is contained in
-