Uses of Interface
spoon.reflect.path.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
-
Uses of CtPath in spoon.reflect.path
Modifier 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
-
Uses of CtPath in spoon.support.reflect.declaration