Interface ParameterDeclaration
-
- All Superinterfaces:
AnnotationTarget,Declaration,Element,NamedElement
- All Known Subinterfaces:
MutableParameterDeclaration
@Beta public interface ParameterDeclaration extends Declaration
- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutableDeclarationgetDeclaringExecutable()TypeReferencegetType()-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.AnnotationTarget
findAnnotation, getAnnotations
-
Methods inherited from interface org.eclipse.xtend.lib.macro.declaration.NamedElement
getCompilationUnit, getSimpleName
-
-
-
-
Method Detail
-
getType
TypeReference getType()
- Returns:
- the type of the parameter
-
getDeclaringExecutable
ExecutableDeclaration getDeclaringExecutable()
- Returns:
- the
ExecutableDeclarationthis parameter is contained in
-
-