Interface WithCtElement

All Superinterfaces:
Link
All Known Implementing Classes:
BasicMethodLink, BasicTypeLink

public interface WithCtElement extends Link
A link with an CtElement.
  • Nested Class Summary

    Link.Kind
  • Method Summary

    Modifier and Type
    Method
    Description
    spoon.reflect.declaration.CtElement
    Returns the CtElement associated with the element behind this link.
    kind, reflection
  • Method Details

    • getCtElement

      spoon.reflect.declaration.CtElement getCtElement()
      Returns the CtElement associated with the element behind this link.
      Returns:
      the CtElement