Uses of Interface
spoon.reflect.path.CtPath
-
Packages that use CtPath Package Description spoon.reflect.declaration This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).spoon.reflect.path spoon.reflect.path.impl spoon.support.reflect.declaration -
-
Uses of CtPath in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return CtPath Modifier and Type Method Description CtPath
CtElement. getPath()
Return the path from the model root to this CtElement, eg `.spoon.test.path.Foo.foo#body#statement[index=0]` -
Uses of CtPath in spoon.reflect.path
Methods in spoon.reflect.path that return CtPath Modifier and Type Method Description CtPath
CtPathBuilder. build()
Build the CtPathCtPath
CtElementPathBuilder. fromElement(CtElement el)
Build absolute path to a CtElement el.CtPath
CtElementPathBuilder. fromElement(CtElement el, CtElement root)
Build path to a CtElement el, from one of its parent.CtPath
CtPathStringBuilder. fromString(String pathStr)
Build path from a string representation.CtPath
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 CtPath Modifier and Type Class Description class
CtPathImpl
Default implementation for a CtPathMethods in spoon.reflect.path.impl that return CtPath Modifier and Type Method Description CtPath
CtPathImpl. relativePath(CtElement parent)
-
Uses of CtPath in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration that return CtPath Modifier and Type Method Description CtPath
CtElementImpl. getPath()
-