Uses of Enum
spoon.reflect.meta.ContainerKind
Package
Description
Ready to go meta?
This package contains classes that model the Spoon metamodel itself.
-
Uses of ContainerKind in spoon.metamodel
Modifier and TypeMethodDescriptionMetamodelProperty.getContainerKind()
returns the kind of property (list, value, etc) -
Uses of ContainerKind in spoon.pattern
Modifier and TypeMethodDescriptionPatternParameterConfigurator.setContainerKind(ContainerKind containerKind)
Defines type of parameter value (List/Set/Map/single). -
Uses of ContainerKind in spoon.pattern.internal.matcher
Modifier and TypeMethodDescriptionstatic TobeMatched
TobeMatched.create(ImmutableMap parameters, ContainerKind containerKind, Object target)
-
Uses of ContainerKind in spoon.pattern.internal.parameter
Modifier and TypeMethodDescriptionAbstractParameterInfo.getContainerKind()
protected ContainerKind
AbstractParameterInfo.getContainerKind(Object existingValue, Object value)
protected ContainerKind
AbstractParameterInfo.getContainerKind(ImmutableMap params)
Modifier and TypeMethodDescriptionprotected AbstractParameterInfo
AbstractParameterInfo.getContainerKindAccessor(ContainerKind containerKind)
AbstractParameterInfo.setContainerKind(ContainerKind containerKind)
-
Uses of ContainerKind in spoon.reflect.meta
Modifier and TypeMethodDescriptionRoleHandler.getContainerKind()
static ContainerKind
Returns the enum constant of this type with the specified name.static ContainerKind[]
ContainerKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContainerKind in spoon.support.sniper.internal