Uses of Interface
spoon.reflect.code.CtTryWithResource
-
Packages that use CtTryWithResource Package Description spoon.reflect.code This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).spoon.reflect.factory This package defines all the sub-factories for the Spoon meta-model.spoon.reflect.visitor This package defines visitor, scanner, and scanner-based query API for Java programs reified in the meta-model.spoon.support This package contains some default implementations for commonly used processing tasks.spoon.support.compiler.jdt spoon.support.reflect.code spoon.support.visitor.clone spoon.support.visitor.replace -
-
Uses of CtTryWithResource in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtTryWithResource Modifier and Type Method Description <T extends CtTryWithResource>
TCtTryWithResource. addResource(CtLocalVariable<?> resource)
Adds a resource.<T extends CtTryWithResource>
TCtTryWithResource. setResources(List<CtLocalVariable<?>> resources)
Sets the auto-closeable resources of thistry
.Methods in spoon.reflect.code that return CtTryWithResource Modifier and Type Method Description CtTryWithResource
CtTryWithResource. clone()
-
Uses of CtTryWithResource in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtTryWithResource Modifier and Type Method Description CtTryWithResource
CoreFactory. createTryWithResource()
Creates atry
with resource block.CtTryWithResource
Factory. createTryWithResource()
CtTryWithResource
FactoryImpl. createTryWithResource()
-
Uses of CtTryWithResource in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtTryWithResource Modifier and Type Method Description void
CtAbstractVisitor. visitCtTryWithResource(CtTryWithResource tryWithResource)
void
CtBiScannerDefault. visitCtTryWithResource(CtTryWithResource tryWithResource)
void
CtInheritanceScanner. visitCtTryWithResource(CtTryWithResource e)
void
CtScanner. visitCtTryWithResource(CtTryWithResource tryWithResource)
void
CtVisitor. visitCtTryWithResource(CtTryWithResource tryWithResource)
Visits atry
with resource statement.void
DefaultJavaPrettyPrinter. visitCtTryWithResource(CtTryWithResource tryWithResource)
-
Uses of CtTryWithResource in spoon.support
Methods in spoon.support that return CtTryWithResource Modifier and Type Method Description CtTryWithResource
DefaultCoreFactory. createTryWithResource()
-
Uses of CtTryWithResource in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtTryWithResource Modifier and Type Method Description void
ParentExiter. visitCtTryWithResource(CtTryWithResource tryWithResource)
-
Uses of CtTryWithResource in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtTryWithResource Modifier and Type Class Description class
CtTryWithResourceImpl
Methods in spoon.support.reflect.code with type parameters of type CtTryWithResource Modifier and Type Method Description <T extends CtTryWithResource>
TCtTryWithResourceImpl. addResource(CtLocalVariable<?> resource)
<T extends CtTryWithResource>
TCtTryWithResourceImpl. setResources(List<CtLocalVariable<?>> resources)
Methods in spoon.support.reflect.code that return CtTryWithResource Modifier and Type Method Description CtTryWithResource
CtTryWithResourceImpl. clone()
-
Uses of CtTryWithResource in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtTryWithResource Modifier and Type Method Description void
CloneVisitor. visitCtTryWithResource(CtTryWithResource tryWithResource)
-
Uses of CtTryWithResource in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtTryWithResource Modifier and Type Method Description void
ReplacementVisitor. visitCtTryWithResource(CtTryWithResource tryWithResource)
-