Interface CtResource<T>

Type Parameters:
T - The type of the resource.
All Superinterfaces:
Cloneable, CtElement, CtModifiable, CtNamedElement, CtQueryable, CtTypedElement<T>, CtVariable<T>, CtVisitable, FactoryAccessor, Serializable, SourcePositionHolder
All Known Subinterfaces:
CtLocalVariable<T>
All Known Implementing Classes:
CtLocalVariableImpl

public interface CtResource<T> extends CtVariable<T>
This code element defines a resource used in the try-with-resource statement.