Interface ScalaNode<T extends scala.meta.Tree>

    • Method Detail

      • isImplicit

        boolean isImplicit()
        Returns true if the node is implicit. If this node has no non-implicit descendant, then its text bounds identify an empty region of the source document. In that case, the end column is smaller than the begin column. That's because the end column index is inclusive.