public interface CtParameterReference<T> extends CtVariableReference<T>
CtParameter
.Modifier and Type | Method and Description |
---|---|
CtParameter<T> |
getDeclaration()
Tries to get the declaration that corresponds to the referenced element.
|
CtExecutableReference<?> |
getDeclaringExecutable()
Gets the declaring executable of the referenced parameter.
|
void |
setDeclaringExecutable(CtExecutableReference<?> executable)
Sets the declaring executable of the referenced parameter.
|
getType, setType
accept, getAnnotation, getAnnotation, getAnnotations, getSimpleName, setSimpleName
getFactory, setFactory
compareTo
CtExecutableReference<?> getDeclaringExecutable()
void setDeclaringExecutable(CtExecutableReference<?> executable)
CtParameter<T> getDeclaration()
CtReference
getDeclaration
in interface CtReference
getDeclaration
in interface CtVariableReference<T>
Copyright © 2007–2014 Inria. All rights reserved.