Uses of Class
org.eclipse.jdt.core.dom.SynchronizedStatement

Packages that use SynchronizedStatement
org.eclipse.jdt.core.dom   
org.eclipse.jdt.internal.core.dom   
org.eclipse.jdt.internal.core.dom.rewrite   
 

Uses of SynchronizedStatement in org.eclipse.jdt.core.dom
 

Methods in org.eclipse.jdt.core.dom that return SynchronizedStatement
 SynchronizedStatement AST.newSynchronizedStatement()
          Creates a new unparented synchronized statement node owned by this AST.
 

Methods in org.eclipse.jdt.core.dom with parameters of type SynchronizedStatement
 void ASTVisitor.endVisit(SynchronizedStatement node)
          End of visit the given type-specific AST node.
 boolean ASTMatcher.match(SynchronizedStatement node, java.lang.Object other)
          Returns whether the given node and the other object match.
 boolean ASTVisitor.visit(SynchronizedStatement node)
          Visits the given type-specific AST node.
 

Uses of SynchronizedStatement in org.eclipse.jdt.internal.core.dom
 

Methods in org.eclipse.jdt.internal.core.dom with parameters of type SynchronizedStatement
 boolean NaiveASTFlattener.visit(SynchronizedStatement node)
           
 

Uses of SynchronizedStatement in org.eclipse.jdt.internal.core.dom.rewrite
 

Methods in org.eclipse.jdt.internal.core.dom.rewrite with parameters of type SynchronizedStatement
 boolean ASTRewriteAnalyzer.visit(SynchronizedStatement node)
           
 boolean ASTRewriteFlattener.visit(SynchronizedStatement node)