Interface IDeclarationBlock

All Superinterfaces:
IDeclaration
All Known Implementing Classes:
ArgumentDeclaration, DeclarationBlock, DeclarationElement, EmptyDeclarationBlock

public interface IDeclarationBlock extends IDeclaration
A group of IDeclaration instances.
  • Method Details

    • getDeclarations

      IDeclaration[] getDeclarations()
      The array of IDeclaration instances in this block.
      Returns:
      The array of IDeclaration instances in this block.
    • size

      int size()
      The number of declarations in this block.
      Returns:
      The number of declarations in this block.