Uses of Interface
spoon.reflect.reference.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
-
Uses of CtCatchVariableReference in spoon.reflect.factory
Modifier 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
-
Uses of CtCatchVariableReference in spoon.reflect.visitor
Modifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)
<T> void
CtBiScannerDefault.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)
<T> void
CtInheritanceScanner.visitCtCatchVariableReference(CtCatchVariableReference<T> e)
<T> void
CtScanner.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)
<T> void
CtVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)
Visits a reference to a catch variable.<T> void
DefaultJavaPrettyPrinter.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)
-
Uses of CtCatchVariableReference in spoon.support
Modifier and TypeMethodDescription<T> CtCatchVariableReference<T>
DefaultCoreFactory.createCatchVariableReference()
-
Uses of CtCatchVariableReference in spoon.support.reflect.code
-
Uses of CtCatchVariableReference in spoon.support.reflect.reference
-
Uses of CtCatchVariableReference in spoon.support.visitor.clone
Modifier and TypeMethodDescription<T> void
CloneVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)
-
Uses of CtCatchVariableReference in spoon.support.visitor.replace
Modifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtCatchVariableReference(CtCatchVariableReference<T> reference)