Uses of Interface
spoon.reflect.path.CtPath
Packages that use CtPath
Package
Description
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
-
Uses of CtPath in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return CtPath -
Uses of CtPath in spoon.reflect.path
Methods in spoon.reflect.path that return CtPathModifier and TypeMethodDescriptionCtPathBuilder.build()
Build the CtPathCtElementPathBuilder.fromElement(CtElement el)
Build absolute path to a CtElement el.CtElementPathBuilder.fromElement(CtElement el, CtElement root)
Build path to a CtElement el, from one of its parent.CtPathStringBuilder.fromString(String pathStr)
Build path from a string representation.CtPath.relativePath(CtElement parent)
Returns the path that is relative to the given element (subpath from it to the end of the path). -
Uses of CtPath in spoon.reflect.path.impl
Classes in spoon.reflect.path.impl that implement CtPathMethods in spoon.reflect.path.impl that return CtPath -
Uses of CtPath in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration that return CtPath