Uses of Enum
spoon.reflect.declaration.CtCompilationUnit.UNIT_TYPE
Packages that use CtCompilationUnit.UNIT_TYPE
Package
Description
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
-
Uses of CtCompilationUnit.UNIT_TYPE in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return CtCompilationUnit.UNIT_TYPEModifier and TypeMethodDescriptionCtCompilationUnit.getUnitType()
Returns the declaration type of the compilation unit.static CtCompilationUnit.UNIT_TYPE
Returns the enum constant of this type with the specified name.static CtCompilationUnit.UNIT_TYPE[]
CtCompilationUnit.UNIT_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CtCompilationUnit.UNIT_TYPE in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration that return CtCompilationUnit.UNIT_TYPE