Uses of Interface
spoon.reflect.declaration.CtReceiverParameter
Packages that use CtReceiverParameter
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
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 CtReceiverParameter in spoon.reflect.code
Methods in spoon.reflect.code that return CtReceiverParameterMethods in spoon.reflect.code with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionCtExecutable<?>CtLambda.setReceiverParameter(CtReceiverParameter receiverParameter) -
Uses of CtReceiverParameter in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return CtReceiverParameterModifier and TypeMethodDescriptionCtReceiverParameter.clone()@Nullable CtReceiverParameterCtAnnotationMethod.getReceiverParameter()@Nullable CtReceiverParameterCtAnonymousExecutable.getReceiverParameter()@Nullable CtReceiverParameterCtExecutable.getReceiverParameter()Methods in spoon.reflect.declaration with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionCtExecutable<?>CtAnnotationMethod.setReceiverParameter(CtReceiverParameter receiverParameter) CtExecutable<?>CtAnonymousExecutable.setReceiverParameter(CtReceiverParameter receiverParameter) CtExecutable<?>CtExecutable.setReceiverParameter(CtReceiverParameter receiverParameter) -
Uses of CtReceiverParameter in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtReceiverParameterModifier and TypeMethodDescriptionCoreFactory.createReceiverParameter()Creates a receiver parameter. -
Uses of CtReceiverParameter in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionvoidCtAbstractVisitor.visitCtReceiverParameter(CtReceiverParameter receiverParameter) voidCtBiScannerDefault.visitCtReceiverParameter(CtReceiverParameter receiverParameter) voidCtInheritanceScanner.visitCtReceiverParameter(CtReceiverParameter e) voidCtScanner.visitCtReceiverParameter(CtReceiverParameter receiverParameter) voidCtVisitor.visitCtReceiverParameter(CtReceiverParameter receiverParameter) Visits a receiver parameter.voidDefaultJavaPrettyPrinter.visitCtReceiverParameter(CtReceiverParameter receiverParameter) -
Uses of CtReceiverParameter in spoon.support
Methods in spoon.support that return CtReceiverParameter -
Uses of CtReceiverParameter in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return CtReceiverParameterModifier and TypeMethodDescription@Nullable CtReceiverParameterCtLambdaImpl.getReceiverParameter()Methods in spoon.support.reflect.code with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionCtExecutable<?>CtLambdaImpl.setReceiverParameter(CtReceiverParameter receiverParameter) -
Uses of CtReceiverParameter in spoon.support.reflect.declaration
Classes in spoon.support.reflect.declaration that implement CtReceiverParameterMethods in spoon.support.reflect.declaration that return CtReceiverParameterModifier and TypeMethodDescriptionCtReceiverParameterImpl.clone()@Nullable CtReceiverParameterCtExecutableImpl.getReceiverParameter()Methods in spoon.support.reflect.declaration with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionCtExecutable<?>CtExecutableImpl.setReceiverParameter(CtReceiverParameter receiverParameter) -
Uses of CtReceiverParameter in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionvoidCloneBuilder.visitCtReceiverParameter(CtReceiverParameter e) voidCloneVisitor.visitCtReceiverParameter(CtReceiverParameter receiverParameter) -
Uses of CtReceiverParameter in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtReceiverParameterModifier and TypeMethodDescriptionvoidReplacementVisitor.visitCtReceiverParameter(CtReceiverParameter receiverParameter)