Uses of Class
org.aspectj.org.eclipse.jdt.core.dom.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 that return SynchronizedStatementModifier and TypeMethodDescriptionAjASTConverter.convert(SynchronizedStatement statement)ASTConverter.convert(SynchronizedStatement statement)AST.newSynchronizedStatement()Creates a new unparented synchronized statement node owned by this AST.Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type SynchronizedStatementModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(SynchronizedStatement node)End of visit the given type-specific AST node.booleanASTMatcher.match(SynchronizedStatement node, Object other)Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(SynchronizedStatement node)booleanASTVisitor.visit(SynchronizedStatement node)Visits the given type-specific AST node. -
Uses of SynchronizedStatement in org.aspectj.org.eclipse.jdt.internal.core.dom
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom with parameters of type SynchronizedStatement -
Uses of SynchronizedStatement in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methods in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite with parameters of type SynchronizedStatementModifier and TypeMethodDescriptionbooleanASTRewriteAnalyzer.visit(SynchronizedStatement node)booleanASTRewriteFlattener.visit(SynchronizedStatement node) -
Uses of SynchronizedStatement in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer
Methods in org.aspectj.org.eclipse.jdt.internal.core.nd.indexer with parameters of type SynchronizedStatementModifier and TypeMethodDescriptionvoidHierarchicalASTVisitor.endVisit(SynchronizedStatement node)booleanHierarchicalASTVisitor.visit(SynchronizedStatement node) -
Uses of SynchronizedStatement in org.aspectj.org.eclipse.jdt.internal.formatter
Methods in org.aspectj.org.eclipse.jdt.internal.formatter with parameters of type SynchronizedStatement