Interface WithCtElement
- All Superinterfaces:
Link
- All Known Implementing Classes:
BasicMethodLink,BasicTypeLink
A link with an CtElement.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionspoon.reflect.declaration.CtElementReturns the CtElement associated with the element behind this link.Methods inherited from interface org.tudalgo.algoutils.tutor.general.reflections.Link
kind, reflection
-
Method Details
-
getCtElement
spoon.reflect.declaration.CtElement getCtElement()Returns the CtElement associated with the element behind this link.- Returns:
- the CtElement
-