Interface IFeatureInlinedDefinition<INSTANCE extends INamedInstance>

    • Method Detail

      • isInline

        default boolean isInline()
        Description copied from interface: IDefinition
        Determine if the definition is defined inline, meaning the definition is declared where it is used.
        Specified by:
        isInline in interface IDefinition
        Returns:
        true if the definition is declared inline or false if the definition is able to be globally referenced