Uses of Enum
spoon.metamodel.MMMethodKind
Packages that use MMMethodKind
Package
Description
Ready to go meta?
This package contains classes that model the Spoon metamodel itself.
-
Uses of MMMethodKind in spoon.metamodel
Methods in spoon.metamodel that return MMMethodKindModifier and TypeMethodDescriptionMMMethod.getKind()
static MMMethodKind
Detect kind of methodstatic MMMethodKind
Returns the enum constant of this type with the specified name.static MMMethodKind[]
MMMethodKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in spoon.metamodel with parameters of type MMMethodKindModifier and TypeMethodDescriptionMetamodelProperty.getMethod(MMMethodKind kind)
MetamodelProperty.getMethods(MMMethodKind kind)