Class SynchronizedBlockExtension
java.lang.Object
org.emftext.language.java.extensions.statements.SynchronizedBlockExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStatements
(SynchronizedBlock block) Deprecated.Use getBlock().getStatements().
-
Constructor Details
-
SynchronizedBlockExtension
public SynchronizedBlockExtension()
-
-
Method Details
-
getStatements
Deprecated.Use getBlock().getStatements().Returns a list with all statements within the block of a synchronized statement. This is a legacy method to provide a stable and backwards-compatible API.- Parameters:
block
- the synchronized statement.- Returns:
- the list.
-