Uses of Class
spoon.support.util.ModelList
Packages that use ModelList
Package
Description
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.
This package provides support for the sniper mode: only the transformed part of classes is rewritten to disk.
-
Uses of ModelList in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return ModelListModifier and TypeMethodDescriptionCtCompilationUnit.getImports()
Get the imports computed for this CU. -
Uses of ModelList in spoon.reflect.visitor
Methods in spoon.reflect.visitor that return ModelListModifier and TypeMethodDescriptionDefaultJavaPrettyPrinter.getImports(CtCompilationUnit compilationUnit)
-
Uses of ModelList in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration that return ModelList -
Uses of ModelList in spoon.support.sniper
Methods in spoon.support.sniper that return ModelListModifier and TypeMethodDescriptionSniperJavaPrettyPrinter.getImports(CtCompilationUnit compilationUnit)