Uses of Interface
spoon.reflect.declaration.CtAnnotationMethod
Packages that use CtAnnotationMethod
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 CtAnnotationMethod in spoon.reflect.declaration
Methods in spoon.reflect.declaration with type parameters of type CtAnnotationMethodModifier and TypeMethodDescription<C extends CtAnnotationMethod<T>>
CCtAnnotationMethod.setDefaultExpression(CtExpression<T> assignedExpression)
Sets the default expression assigned to the annotation method.Methods in spoon.reflect.declaration that return CtAnnotationMethodMethods in spoon.reflect.declaration that return types with arguments of type CtAnnotationMethod -
Uses of CtAnnotationMethod in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtAnnotationMethodModifier and TypeMethodDescription<T> CtAnnotationMethod<T>
CoreFactory.createAnnotationMethod()
Creates an annotation method.<T> CtAnnotationMethod<T>
Factory.createAnnotationMethod()
<T> CtAnnotationMethod<T>
FactoryImpl.createAnnotationMethod()
-
Uses of CtAnnotationMethod in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtAnnotationMethodModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
<T> void
CtBiScannerDefault.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
<T> void
CtInheritanceScanner.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
<T> void
CtScanner.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
<T> void
CtVisitor.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
Visits an annotation method declaration.<T> void
DefaultJavaPrettyPrinter.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
-
Uses of CtAnnotationMethod in spoon.support
Methods in spoon.support that return CtAnnotationMethodModifier and TypeMethodDescription<T> CtAnnotationMethod<T>
DefaultCoreFactory.createAnnotationMethod()
-
Uses of CtAnnotationMethod in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtAnnotationMethodModifier and TypeMethodDescription<T> void
ParentExiter.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
-
Uses of CtAnnotationMethod in spoon.support.reflect.declaration
Classes in spoon.support.reflect.declaration that implement CtAnnotationMethodMethods in spoon.support.reflect.declaration with type parameters of type CtAnnotationMethodModifier and TypeMethodDescription<C extends CtAnnotationMethod<T>>
CCtAnnotationMethodImpl.setDefaultExpression(CtExpression<T> assignedExpression)
Methods in spoon.support.reflect.declaration that return CtAnnotationMethodMethods in spoon.support.reflect.declaration that return types with arguments of type CtAnnotationMethod -
Uses of CtAnnotationMethod in spoon.support.visitor
Methods in spoon.support.visitor with parameters of type CtAnnotationMethodModifier and TypeMethodDescription<T> void
SignaturePrinter.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
-
Uses of CtAnnotationMethod in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtAnnotationMethodModifier and TypeMethodDescription<T> void
CloneVisitor.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)
-
Uses of CtAnnotationMethod in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtAnnotationMethodModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtAnnotationMethod(CtAnnotationMethod<T> annotationMethod)