Class SynchronizedBlockExtension
- java.lang.Object
-
- org.emftext.language.java.extensions.statements.SynchronizedBlockExtension
-
public class SynchronizedBlockExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description SynchronizedBlockExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EList<Statement>
getStatements(SynchronizedBlock block)
Deprecated.Use getBlock().getStatements().
-
-
-
Method Detail
-
getStatements
@Deprecated public static EList<Statement> getStatements(SynchronizedBlock block)
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.
-
-