Interface MutableParameterDeclaration
-
- All Superinterfaces:
AnnotationTarget,Declaration,Element,MutableAnnotationTarget,MutableDeclaration,MutableElement,MutableNamedElement,NamedElement,ParameterDeclaration
@Beta public interface MutableParameterDeclaration extends MutableDeclaration, ParameterDeclaration
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MutableExecutableDeclarationgetDeclaringExecutable()-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.AnnotationTarget
findAnnotation, getAnnotations
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableAnnotationTarget
addAnnotation, removeAnnotation
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableDeclaration
markAsRead
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableElement
remove
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.MutableNamedElement
setSimpleName
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleName
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.ParameterDeclaration
getType
-
-
-
-
Method Detail
-
getDeclaringExecutable
MutableExecutableDeclaration getDeclaringExecutable()
- Specified by:
getDeclaringExecutablein interfaceParameterDeclaration- Returns:
- the
ExecutableDeclarationthis parameter is contained in
-
-