Class CatchBlockExtension

java.lang.Object
org.emftext.language.java.extensions.statements.CatchBlockExtension

public class CatchBlockExtension extends Object
  • Constructor Details

    • CatchBlockExtension

      public CatchBlockExtension()
  • Method Details

    • getStatements

      @Deprecated public static EList<Statement> getStatements(CatchBlock block)
      Deprecated.
      Use getBlock().getStatements().
      Returns a list with all statements within the block of a catch statement. This is a legacy method to provide a stable and backwards-compatible API.
      Parameters:
      block - the catch statement.
      Returns:
      the list.