Uses of Interface
spoon.reflect.code.CtSynchronized
Packages that use CtSynchronized
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 CtSynchronized in spoon.reflect.code
Methods in spoon.reflect.code with type parameters of type CtSynchronizedModifier and TypeMethodDescription<T extends CtSynchronized>
TSets the synchronized block.<T extends CtSynchronized>
TCtSynchronized.setExpression(CtExpression<?> expression)
Sets the expression that defines the monitored.Methods in spoon.reflect.code that return CtSynchronized -
Uses of CtSynchronized in spoon.reflect.factory
Methods in spoon.reflect.factory that return CtSynchronizedModifier and TypeMethodDescriptionCoreFactory.createSynchronized()
Creates asynchronized
statement.Factory.createSynchronized()
FactoryImpl.createSynchronized()
-
Uses of CtSynchronized in spoon.reflect.visitor
Methods in spoon.reflect.visitor with parameters of type CtSynchronizedModifier and TypeMethodDescriptionvoid
CtAbstractVisitor.visitCtSynchronized(CtSynchronized synchro)
void
CtBiScannerDefault.visitCtSynchronized(CtSynchronized synchro)
void
CtInheritanceScanner.visitCtSynchronized(CtSynchronized e)
void
CtScanner.visitCtSynchronized(CtSynchronized synchro)
void
CtVisitor.visitCtSynchronized(CtSynchronized synchro)
Visits asynchronized
modifier.void
DefaultJavaPrettyPrinter.visitCtSynchronized(CtSynchronized synchro)
-
Uses of CtSynchronized in spoon.support
Methods in spoon.support that return CtSynchronized -
Uses of CtSynchronized in spoon.support.compiler.jdt
Methods in spoon.support.compiler.jdt with parameters of type CtSynchronized -
Uses of CtSynchronized in spoon.support.reflect.code
Classes in spoon.support.reflect.code that implement CtSynchronizedMethods in spoon.support.reflect.code with type parameters of type CtSynchronizedModifier and TypeMethodDescription<T extends CtSynchronized>
T<T extends CtSynchronized>
TCtSynchronizedImpl.setExpression(CtExpression<?> expression)
Methods in spoon.support.reflect.code that return CtSynchronized -
Uses of CtSynchronized in spoon.support.reflect.eval
Methods in spoon.support.reflect.eval with parameters of type CtSynchronizedModifier and TypeMethodDescriptionvoid
VisitorPartialEvaluator.visitCtSynchronized(CtSynchronized synchro)
-
Uses of CtSynchronized in spoon.support.visitor.clone
Methods in spoon.support.visitor.clone with parameters of type CtSynchronized -
Uses of CtSynchronized in spoon.support.visitor.replace
Methods in spoon.support.visitor.replace with parameters of type CtSynchronizedModifier and TypeMethodDescriptionvoid
ReplacementVisitor.visitCtSynchronized(CtSynchronized synchro)