isGround

open val isGround: Boolean

Checks whether the current object is ground. An object is ground if and only if it does not contain any variable. This method is guaranteed to return true if and only if the variables property of the current object refers to an empty sequence.

Return

true if the current object is ground, or false, otherwise