Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.SynchronizedStatement
Packages that use SynchronizedStatement
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of SynchronizedStatement in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SynchronizedStatementModifier and TypeMethodDescriptionAjASTConverter.convert(SynchronizedStatement statement) ASTConverter.convert(SynchronizedStatement statement) -
Uses of SynchronizedStatement in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type SynchronizedStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SynchronizedStatement synchronizedStatement, BlockScope scope) booleanASTVisitor.visit(SynchronizedStatement synchronizedStatement, BlockScope scope) booleanGenericAstVisitor.visit(SynchronizedStatement synchronizedStatement, BlockScope scope)