Interface IDeclaration

    • Method Detail

      • getDeclarationContext

        java.lang.Object getDeclarationContext()
        An optional declaration context. This may be for example the object that will launch the IFunctorCall later and has parsed some declarations on startup.
        Returns:
        An optional declaration context.
      • isBlock

        boolean isBlock()
        true if this declaration has child elements itself.

        A IDeclarationElement may be a IDeclarationBlock, supporting nested declarations. You should not use "instanceof IDeclarationBlock" to check this behavior but this method.

        Returns:
        true if this declaration has child elements itself.