Interface ScalaNode<T extends scala.meta.Tree>

    • Method Detail

      • getNode

        @Deprecated
        T getNode()
        Deprecated.
        The underlying scala node should not be used directly.
        Get the underlying Scala Node.
        Returns:
        the Scala Node for this node
      • 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.