Uses of Interface
spoon.reflect.declaration.CtEnumValue
Packages that use CtEnumValue
Package
Description
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines all the sub-factories for the Spoon meta-model.
This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtEnumValue in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return CtEnumValueModifier and TypeMethodDescriptionCtEnumValue.clone()
CtEnumValue<?>
CtEnum.getEnumValue(String name)
Gets an enum value by its name.Methods in spoon.reflect.declaration that return types with arguments of type CtEnumValueModifier and TypeMethodDescriptionList<CtEnumValue<?>>
CtEnum.getEnumValues()
Gets all enum values of the enumeration.Methods in spoon.reflect.declaration with parameters of type CtEnumValueModifier and TypeMethodDescriptionCtEnum.addEnumValue(CtEnumValue<?> enumValue)
Adds an enum value.boolean
CtEnum.removeEnumValue(CtEnumValue<?> enumValue)
Removes en enum value.Method parameters in spoon.reflect.declaration with type arguments of type CtEnumValueModifier and TypeMethodDescriptionCtEnum.setEnumValues(List<CtEnumValue<?>> enumValues)
Sets all enum values of the enum. -
Uses of CtEnumValue in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtEnumValueModifier and TypeMethodDescription<T> CtEnumValue<T>
CoreFactory.createEnumValue()
Creates an enum value.<T> CtEnumValue<T>
Factory.createEnumValue()
<T> CtEnumValue<T>
FactoryImpl.createEnumValue()
-
Uses of CtEnumValue in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtEnumValueModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtEnumValue(CtEnumValue<T> enumValue)
<T> void
CtBiScannerDefault.visitCtEnumValue(CtEnumValue<T> enumValue)
<T> void
CtInheritanceScanner.visitCtEnumValue(CtEnumValue<T> enumValue)
<T> void
CtScanner.visitCtEnumValue(CtEnumValue<T> enumValue)
<T> void
CtVisitor.visitCtEnumValue(CtEnumValue<T> enumValue)
Visits an enum value declaration.<T> void
DefaultJavaPrettyPrinter.visitCtEnumValue(CtEnumValue<T> enumValue)
-
Uses of CtEnumValue in spoon.support
Methods in spoon.support that return CtEnumValue -
Uses of CtEnumValue in spoon.support.reflect.declaration
Classes in spoon.support.reflect.declaration that implement CtEnumValueMethods in spoon.support.reflect.declaration that return CtEnumValueModifier and TypeMethodDescriptionCtEnumValueImpl.clone()
CtEnumValue<?>
CtEnumImpl.getEnumValue(String name)
Methods in spoon.support.reflect.declaration that return types with arguments of type CtEnumValueMethods in spoon.support.reflect.declaration with parameters of type CtEnumValueModifier and TypeMethodDescriptionCtEnumImpl.addEnumValue(CtEnumValue<?> enumValue)
boolean
CtEnumImpl.removeEnumValue(CtEnumValue<?> enumValue)
Method parameters in spoon.support.reflect.declaration with type arguments of type CtEnumValue -
Uses of CtEnumValue in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtEnumValueModifier and TypeMethodDescription<T> void
CloneVisitor.visitCtEnumValue(CtEnumValue<T> enumValue)
-
Uses of CtEnumValue in spoon.support.visitor.java.internal
Methods in spoon.support.visitor.java.internal with parameters of type CtEnumValueModifier and TypeMethodDescriptionvoid
RuntimeBuilderContext.addEnumValue(CtEnumValue<?> ctEnumValue)
-
Uses of CtEnumValue in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtEnumValueModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtEnumValue(CtEnumValue<T> enumValue)