Skip to content

4104: Add getChildrenWithType(EObject, Class<T>, Collection<Class<?extends T>)

Simon Barner requested to merge 4104 into master
  • For the given EObject, this specialization returns the most nested ancestors of given type that does not have any ancestors of any of the provided admissible specializations.

Issue-Ref: 4104 Issue-Url: af3#4104 (closed)

Signed-off-by: Simon Barner barner@fortiss.org

Merge request reports