Class CatchBlockExtension
java.lang.Object
org.emftext.language.java.extensions.statements.CatchBlockExtension
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetStatements
(CatchBlock block) Deprecated.Use getBlock().getStatements().
-
Constructor Details
-
CatchBlockExtension
public CatchBlockExtension()
-
-
Method Details
-
getStatements
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.
-