Package de.intarsys.tools.functor
Interface IArgumentDeclaration
-
- All Superinterfaces:
IDeclaration
,IDeclarationElement
- All Known Implementing Classes:
ArgumentDeclaration
public interface IArgumentDeclaration extends IDeclarationElement
The declaration for an argument to anIFunctorCall
.
-
-
Method Summary
-
Methods inherited from interface de.intarsys.tools.functor.IDeclaration
accept, getDeclarationContext, isBlock
-
Methods inherited from interface de.intarsys.tools.functor.IDeclarationElement
getName, hasModifier
-
-