The IJavaBlockStatement interface represents a Java block statement (a statement enclosed in braces and containing zero or more statements). It functions as a collection of statements.
IJavaBlockStatement : IJavaStatement
This interface defines the following members.
| Member | Description |
| AddStatementText | Inserts a new statement at the given index. |
| Count | Returns the number of statements contained in this block. |
| Item | Returns the IJavaStatement at the given index. |
| RemoveStatementAt | Removes a statement from the block. |