Uses of Enum
spoon.reflect.code.CaseKind
Packages that use 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
Methods in spoon.reflect.code that return CaseKindModifier 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.Methods in spoon.reflect.code with parameters of type CaseKindModifier 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
Methods in spoon.support.reflect.code that return CaseKindMethods in spoon.support.reflect.code with parameters of type CaseKind