Class CtTypedNameElement<P extends CtElement,​T extends CtElement>

java.lang.Object
spoon.reflect.path.impl.AbstractPathElement<P,​T>
spoon.reflect.path.impl.CtTypedNameElement<P,​T>
All Implemented Interfaces:
CtPathElement<P,​T>

public class CtTypedNameElement<P extends CtElement,​T extends CtElement> extends AbstractPathElement<P,​T>
spoon.reflect.path.impl.CtPathElement that match on CtNamedElement
  • Field Details

  • Constructor Details

    • CtTypedNameElement

      public CtTypedNameElement(Class<T> type)
  • Method Details