Uses of Interface
spoon.reflect.reference.CtParameterReference
Packages that use CtParameterReference
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 the references to program elements for the 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 CtParameterReference in spoon.refactoring
Methods in spoon.refactoring with parameters of type CtParameterReferenceModifier and TypeMethodDescriptionprotected void
CtParameterRemoveRefactoring.createParameterUsedIssue(CtParameter<?> usedParameter, CtParameterReference<?> parameterUsage)
Override this method to get access to details about this refactoring issueprotected boolean
CtParameterRemoveRefactoring.isAllowedParameterUsage(CtParameterReference<?> paramRef)
Detects whether found usage of removed parameter is acceptableprotected boolean
CtParameterRemoveRefactoring.isRemovedParamOfRefactoredInvocation(CtParameterReference<?> paramRef)
-
Uses of CtParameterReference in spoon.reflect.declaration
Methods in spoon.reflect.declaration that return CtParameterReference -
Uses of CtParameterReference in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtParameterReferenceModifier and TypeMethodDescription<T> CtParameterReference<T>
CoreFactory.createParameterReference()
Creates a parameter reference.<T> CtParameterReference<T>
ExecutableFactory.createParameterReference(CtParameter<T> parameter)
Creates a parameter reference from an existing parameter.<T> CtParameterReference<T>
Factory.createParameterReference()
<T> CtParameterReference<T>
Factory.createParameterReference(CtParameter<T> parameter)
<T> CtParameterReference<T>
FactoryImpl.createParameterReference()
<T> CtParameterReference<T>
FactoryImpl.createParameterReference(CtParameter<T> parameter)
-
Uses of CtParameterReference in spoon.reflect.reference
Methods in spoon.reflect.reference that return CtParameterReference -
Uses of CtParameterReference in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtParameterReferenceModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtParameterReference(CtParameterReference<T> reference)
<T> void
CtBiScannerDefault.visitCtParameterReference(CtParameterReference<T> reference)
<T> void
CtInheritanceScanner.visitCtParameterReference(CtParameterReference<T> e)
<T> void
CtScanner.visitCtParameterReference(CtParameterReference<T> reference)
<T> void
CtVisitor.visitCtParameterReference(CtParameterReference<T> reference)
Visits a reference to a parameter.<T> void
DefaultJavaPrettyPrinter.visitCtParameterReference(CtParameterReference<T> reference)
-
Uses of CtParameterReference in spoon.support
Methods in spoon.support that return CtParameterReferenceModifier and TypeMethodDescription<T> CtParameterReference<T>
DefaultCoreFactory.createParameterReference()
-
Uses of CtParameterReference in spoon.support.reflect.declaration
Methods in spoon.support.reflect.declaration that return CtParameterReference -
Uses of CtParameterReference in spoon.support.reflect.reference
Classes in spoon.support.reflect.reference that implement CtParameterReferenceMethods in spoon.support.reflect.reference that return CtParameterReference -
Uses of CtParameterReference in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtParameterReferenceModifier and TypeMethodDescription<T> void
CloneVisitor.visitCtParameterReference(CtParameterReference<T> reference)
-
Uses of CtParameterReference in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtParameterReferenceModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtParameterReference(CtParameterReference<T> reference)