Uses of Interface
spoon.reflect.code.CtCatchVariable
Packages that use CtCatchVariable
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 a set of useful filters when querying the model.
This package contains some default implementations for commonly used processing tasks.
-
Uses of CtCatchVariable in spoon.reflect.code
Methods in spoon.reflect.code that return CtCatchVariableModifier and TypeMethodDescriptionCtCatchVariable.clone()
CtCatchVariable<? extends Throwable>
CtCatch.getParameter()
Gets the catch's parameter (a throwable).Methods in spoon.reflect.code with parameters of type CtCatchVariableModifier and TypeMethodDescription<T extends CtCatch>
TCtCatch.setParameter(CtCatchVariable<? extends Throwable> parameter)
Sets the catch's parameter (a throwable). -
Uses of CtCatchVariable in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtCatchVariableModifier and TypeMethodDescription<T> CtCatchVariable<T>
CodeFactory.createCatchVariable(CtTypeReference<T> type, String name, ModifierKind... modifierKinds)
Creates a catch variable declaration.<T> CtCatchVariable<T>
CoreFactory.createCatchVariable()
Creates a catch variable declaration statement.<T> CtCatchVariable<T>
Factory.createCatchVariable()
<T> CtCatchVariable<T>
Factory.createCatchVariable(CtTypeReference<T> type, String name, ModifierKind... modifierKinds)
<T> CtCatchVariable<T>
FactoryImpl.createCatchVariable()
<T> CtCatchVariable<T>
FactoryImpl.createCatchVariable(CtTypeReference<T> type, String name, ModifierKind... modifierKinds)
Methods in spoon.reflect.factory with parameters of type CtCatchVariableModifier 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>
Factory.createCatchVariableReference(CtCatchVariable<T> catchVariable)
<T> CtCatchVariableReference<T>
FactoryImpl.createCatchVariableReference(CtCatchVariable<T> catchVariable)
-
Uses of CtCatchVariable in spoon.reflect.reference
Methods in spoon.reflect.reference that return CtCatchVariable -
Uses of CtCatchVariable in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtCatchVariableModifier and TypeMethodDescription<T> void
CtAbstractVisitor.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
<T> void
CtBiScannerDefault.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
<T> void
CtInheritanceScanner.visitCtCatchVariable(CtCatchVariable<T> e)
<T> void
CtScanner.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
<T> void
CtVisitor.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
Visits a catch variable declaration.<T> void
DefaultJavaPrettyPrinter.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
<T> void
ImportScannerImpl.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
-
Uses of CtCatchVariable in spoon.reflect.visitor.filter
Methods in spoon.reflect.visitor.filter with parameters of type CtCatchVariableModifier and TypeMethodDescriptionvoid
CatchVariableScopeFunction.apply(CtCatchVariable<?> catchVariable, CtConsumer<Object> outputConsumer)
<T> void
VariableReferenceFunction.Visitor.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
calls outputConsumer for each reference of the catch variable<T> void
VariableScopeFunction.Visitor.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
calls outputConsumer for each reference of the catch variableConstructors in spoon.reflect.visitor.filter with parameters of type CtCatchVariable -
Uses of CtCatchVariable in spoon.support
Methods in spoon.support that return CtCatchVariableModifier and TypeMethodDescription<T> CtCatchVariable<T>
DefaultCoreFactory.createCatchVariable()
-
Uses of CtCatchVariable in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtCatchVariableModifier and TypeMethodDescription<T> void
ParentExiter.visitCtCatchVariable(CtCatchVariable<T> e)
-
Uses of CtCatchVariable in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtCatchVariableMethods in spoon.support.reflect.code that return CtCatchVariableModifier and TypeMethodDescriptionCtCatchVariableImpl.clone()
CtCatchVariable<? extends Throwable>
CtCatchImpl.getParameter()
Methods in spoon.support.reflect.code with parameters of type CtCatchVariableModifier and TypeMethodDescription<T extends CtCatch>
TCtCatchImpl.setParameter(CtCatchVariable<? extends Throwable> parameter)
-
Uses of CtCatchVariable in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtCatchVariableModifier and TypeMethodDescription<T> void
VisitorPartialEvaluator.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
-
Uses of CtCatchVariable in spoon.support.reflect.reference
Methods in spoon.support.reflect.reference that return CtCatchVariable -
Uses of CtCatchVariable in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtCatchVariableModifier and TypeMethodDescription<T> void
CloneBuilder.visitCtCatchVariable(CtCatchVariable<T> e)
<T> void
CloneVisitor.visitCtCatchVariable(CtCatchVariable<T> catchVariable)
-
Uses of CtCatchVariable in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtCatchVariableModifier and TypeMethodDescription<T> void
ReplacementVisitor.visitCtCatchVariable(CtCatchVariable<T> catchVariable)