Uses of Interface
spoon.reflect.code.CtTryWithResource
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 CtTryWithResource in spoon.reflect.code
Modifier and TypeMethodDescription<T extends CtTryWithResource>
TCtTryWithResource.addResource(CtResource<?> resource)
Adds a resource.<T extends CtTryWithResource>
TCtTryWithResource.setResources(List<? extends CtResource<?>> resources)
Sets the auto-closeable resources of thistry
. -
Uses of CtTryWithResource in spoon.reflect.factory
Modifier and TypeMethodDescriptionCoreFactory.createTryWithResource()
Creates atry
with resource block.Factory.createTryWithResource()
FactoryImpl.createTryWithResource()
-
Uses of CtTryWithResource in spoon.reflect.visitor
Modifier and TypeMethodDescriptionvoid
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
-
Uses of CtTryWithResource in spoon.support.compiler.jdt
Modifier and TypeMethodDescriptionvoid
ParentExiter.visitCtTryWithResource(CtTryWithResource tryWithResource)
-
Uses of CtTryWithResource in spoon.support.reflect.code
Modifier and TypeMethodDescription<T extends CtTryWithResource>
TCtTryWithResourceImpl.addResource(CtResource<?> resource)
<T extends CtTryWithResource>
TCtTryWithResourceImpl.setResources(List<? extends CtResource<?>> resources)
-
Uses of CtTryWithResource in spoon.support.visitor.clone
Modifier and TypeMethodDescriptionvoid
CloneVisitor.visitCtTryWithResource(CtTryWithResource tryWithResource)
-
Uses of CtTryWithResource in spoon.support.visitor.replace
Modifier and TypeMethodDescriptionvoid
ReplacementVisitor.visitCtTryWithResource(CtTryWithResource tryWithResource)