Uses of Interface
spoon.reflect.reference.CtCatchVariableReference
Packages that use CtCatchVariableReference
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
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 CtCatchVariableReference in spoon.reflect.code
Methods in spoon.reflect.code that return CtCatchVariableReference -
Uses of CtCatchVariableReference in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtCatchVariableReferenceModifier and TypeMethodDescription<T> CtCatchVariableReference<T>CodeFactory.createCatchVariableReference(CtCatchVariable<T> catchVariable)Creates a catch variable reference that points to an existing catch variable (strong referencing).<T> CtCatchVariableReference<T>CoreFactory.createCatchVariableReference()Creates a catch variable reference.<T> CtCatchVariableReference<T>Factory.createCatchVariableReference()<T> CtCatchVariableReference<T>Factory.createCatchVariableReference(CtCatchVariable<T> catchVariable)<T> CtCatchVariableReference<T>FactoryImpl.createCatchVariableReference()<T> CtCatchVariableReference<T>FactoryImpl.createCatchVariableReference(CtCatchVariable<T> catchVariable) -
Uses of CtCatchVariableReference in spoon.reflect.reference
Methods in spoon.reflect.reference that return CtCatchVariableReference -
Uses of CtCatchVariableReference in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtCatchVariableReferenceModifier and TypeMethodDescription<T> voidCtAbstractVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)<T> voidCtBiScannerDefault.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)<T> voidCtInheritanceScanner.visitCtCatchVariableReference(CtCatchVariableReference<T> e)<T> voidCtScanner.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)<T> voidCtVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)Visits a reference to a catch variable.<T> voidDefaultJavaPrettyPrinter.visitCtCatchVariableReference(CtCatchVariableReference<T> reference) -
Uses of CtCatchVariableReference in spoon.support
Methods in spoon.support that return CtCatchVariableReferenceModifier and TypeMethodDescription<T> CtCatchVariableReference<T>DefaultCoreFactory.createCatchVariableReference() -
Uses of CtCatchVariableReference in spoon.support.reflect.code
Methods in spoon.support.reflect.code that return CtCatchVariableReference -
Uses of CtCatchVariableReference in spoon.support.reflect.reference
Classes in spoon.support.reflect.reference that implement CtCatchVariableReferenceMethods in spoon.support.reflect.reference that return CtCatchVariableReference -
Uses of CtCatchVariableReference in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtCatchVariableReferenceModifier and TypeMethodDescription<T> voidCloneVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference) -
Uses of CtCatchVariableReference in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtCatchVariableReferenceModifier and TypeMethodDescription<T> voidReplacementVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)