Uses of Interface
spoon.reflect.path.impl.CtPathElement
Packages that use CtPathElement
-
Uses of CtPathElement in spoon.reflect.path.impl
Classes in spoon.reflect.path.impl that implement CtPathElementModifier and TypeClassDescriptionclass
AbstractPathElement<P extends CtElement,T extends CtElement>
Partial implementation for CtPathElementclass
A CtPathElement that match on CtNamedElement#getSimpleNameclass
A CtPathElement that define some roles for matching.class
CtTypedNameElement<P extends CtElement,T extends CtElement>
spoon.reflect.path.impl.CtPathElement that match on CtNamedElementMethods in spoon.reflect.path.impl with type parameters of type CtPathElementModifier and TypeMethodDescription<C extends CtPathElement<P, T>>
CAbstractPathElement.addArgument(String key, String value)
<C extends CtPathElement<P, T>>
CCtPathElement.addArgument(String key, String value)
Add a path argument.Methods in spoon.reflect.path.impl that return types with arguments of type CtPathElementMethods in spoon.reflect.path.impl with parameters of type CtPathElementModifier and TypeMethodDescriptionCtPathImpl.addFirst(CtPathElement element)
CtPathImpl.addLast(CtPathElement element)