Uses of Interface
spoon.reflect.code.CtTryWithResource
Packages that use 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
Methods in spoon.reflect.code with type parameters of type CtTryWithResourceModifier 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.Methods in spoon.reflect.code that return CtTryWithResource -
Uses of CtTryWithResource in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtTryWithResourceModifier and TypeMethodDescriptionCoreFactory.createTryWithResource()Creates atrywith resource block.Factory.createTryWithResource()FactoryImpl.createTryWithResource() -
Uses of CtTryWithResource in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtTryWithResourceModifier and TypeMethodDescriptionvoidCtAbstractVisitor.visitCtTryWithResource(CtTryWithResource tryWithResource)voidCtBiScannerDefault.visitCtTryWithResource(CtTryWithResource tryWithResource)voidCtInheritanceScanner.visitCtTryWithResource(CtTryWithResource e)voidCtScanner.visitCtTryWithResource(CtTryWithResource tryWithResource)voidCtVisitor.visitCtTryWithResource(CtTryWithResource tryWithResource)Visits atrywith resource statement.voidDefaultJavaPrettyPrinter.visitCtTryWithResource(CtTryWithResource tryWithResource) -
Uses of CtTryWithResource in spoon.support
Methods in spoon.support that return CtTryWithResource -
Uses of CtTryWithResource in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtTryWithResourceModifier and TypeMethodDescriptionvoidParentExiter.visitCtTryWithResource(CtTryWithResource tryWithResource) -
Uses of CtTryWithResource in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtTryWithResourceMethods in spoon.support.reflect.code with type parameters of type CtTryWithResourceModifier and TypeMethodDescription<T extends CtTryWithResource>
TCtTryWithResourceImpl.addResource(CtResource<?> resource)<T extends CtTryWithResource>
TCtTryWithResourceImpl.setResources(List<? extends CtResource<?>> resources)Methods in spoon.support.reflect.code that return CtTryWithResource -
Uses of CtTryWithResource in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtTryWithResourceModifier and TypeMethodDescriptionvoidCloneVisitor.visitCtTryWithResource(CtTryWithResource tryWithResource) -
Uses of CtTryWithResource in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtTryWithResourceModifier and TypeMethodDescriptionvoidReplacementVisitor.visitCtTryWithResource(CtTryWithResource tryWithResource)