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 voidCtParameterRemoveRefactoring.createParameterUsedIssue(CtParameter<?> usedParameter, CtParameterReference<?> parameterUsage)Override this method to get access to details about this refactoring issueprotected booleanCtParameterRemoveRefactoring.isAllowedParameterUsage(CtParameterReference<?> paramRef)Detects whether found usage of removed parameter is acceptableprotected booleanCtParameterRemoveRefactoring.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> voidCtAbstractVisitor.visitCtParameterReference(CtParameterReference<T> reference)<T> voidCtBiScannerDefault.visitCtParameterReference(CtParameterReference<T> reference)<T> voidCtInheritanceScanner.visitCtParameterReference(CtParameterReference<T> e)<T> voidCtScanner.visitCtParameterReference(CtParameterReference<T> reference)<T> voidCtVisitor.visitCtParameterReference(CtParameterReference<T> reference)Visits a reference to a parameter.<T> voidDefaultJavaPrettyPrinter.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> voidCloneVisitor.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> voidReplacementVisitor.visitCtParameterReference(CtParameterReference<T> reference)