isDirective

open override val isDirective: Boolean

Checks whether the current term is a directive. This method is guaranteed to return true if and only if the current term is an instance of Directive.

Return

true if the current term is a directive, or false, otherwise