Uses of Interface
spoon.reflect.visitor.CtImportVisitor
Packages that use CtImportVisitor
Package
Description
this is unstable code, subject to potential complete redesign, not only in snapshots but also in releases.
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
-
Uses of CtImportVisitor in spoon.experimental
Methods in spoon.experimental with parameters of type CtImportVisitor -
Uses of CtImportVisitor in spoon.reflect.declaration
Methods in spoon.reflect.declaration with parameters of type CtImportVisitorModifier and TypeMethodDescriptionvoid
CtImport.accept(CtImportVisitor visitor)
Accepts aCtImportVisitor
-
Uses of CtImportVisitor in spoon.reflect.visitor
Classes in spoon.reflect.visitor that implement CtImportVisitor -
Uses of CtImportVisitor in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration with parameters of type CtImportVisitor