Uses of Interface
spoon.reflect.code.CtThrow
Packages that use CtThrow
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 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 CtThrow in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtThrowModifier and TypeMethodDescription<T extends CtThrow>
TCtThrow.setThrownExpression(CtExpression<? extends Throwable> thrownExpression)
Sets the thrown expression (must be a throwable).Methods in spoon.reflect.code that return CtThrow -
Uses of CtThrow in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtThrowModifier and TypeMethodDescriptionCodeFactory.createCtThrow(String thrownExp)
Creates a throw.Factory.createCtThrow(String thrownExp)
FactoryImpl.createCtThrow(String thrownExp)
CoreFactory.createThrow()
Creates athrow
statement.Factory.createThrow()
FactoryImpl.createThrow()
-
Uses of CtThrow in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtThrowModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtThrow(CtThrow throwStatement)
void
CtBiScannerDefault.visitCtThrow(CtThrow throwStatement)
void
CtInheritanceScanner.visitCtThrow(CtThrow e)
void
CtScanner.visitCtThrow(CtThrow throwStatement)
void
CtVisitor.visitCtThrow(CtThrow throwStatement)
Visits athrow
statement.void
DefaultJavaPrettyPrinter.visitCtThrow(CtThrow throwStatement)
-
Uses of CtThrow in spoon.support
Methods in spoon.support that return CtThrow -
Uses of CtThrow in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtThrow -
Uses of CtThrow in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtThrowMethods in spoon.support.reflect.code with type parameters of type CtThrowModifier and TypeMethodDescription<T extends CtThrow>
TCtThrowImpl.setThrownExpression(CtExpression<? extends Throwable> expression)
Methods in spoon.support.reflect.code that return CtThrow -
Uses of CtThrow in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtThrowModifier and TypeMethodDescriptionvoid
VisitorPartialEvaluator.visitCtThrow(CtThrow throwStatement)
-
Uses of CtThrow in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtThrow -
Uses of CtThrow in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtThrow