Package de.intarsys.tools.functor
Interface IDeclarationBlock
- All Superinterfaces:
IDeclaration
- All Known Implementing Classes:
ArgumentDeclaration,DeclarationBlock,DeclarationElement,EmptyDeclarationBlock
A group of
IDeclaration instances.-
Method Summary
Modifier and TypeMethodDescriptionThe array ofIDeclarationinstances in this block.intsize()The number of declarations in this block.Methods inherited from interface de.intarsys.tools.functor.IDeclaration
accept, getDeclarationContext, isBlock
-
Method Details
-
getDeclarations
IDeclaration[] getDeclarations()The array ofIDeclarationinstances in this block.- Returns:
- The array of
IDeclarationinstances in this block.
-
size
int size()The number of declarations in this block.- Returns:
- The number of declarations in this block.
-