Class SynchronizedBlockExtension


  • public class SynchronizedBlockExtension
    extends Object
    • Constructor Detail

      • SynchronizedBlockExtension

        public SynchronizedBlockExtension()
    • 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.