Uses of Enum
spoon.reflect.code.CaseKind
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
-
Uses of CaseKind in spoon.reflect.code
Modifier and TypeMethodDescriptionCtCase.getCaseKind()
Gets the kind of this case - colon (:) or arrow (->) (Arrow syntax is available as a preview feature since Java 12)static CaseKind
Returns the enum constant of this type with the specified name.static CaseKind[]
CaseKind.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionCtCase.setCaseKind(CaseKind kind)
Sets the kind of this case - colon (:) or arrow (->) (Arrow syntax is available as a preview feature since Java 12) -
Uses of CaseKind in spoon.support.reflect.code