Interface MethodLikeNode

    • Method Detail

      • getKind

        MethodLikeNode.MethodLikeKind getKind()
        Returns a token indicating whether this node is a lambda expression or a method or constructor declaration. Can be used to downcast safely to a subinterface or an implementing class.
        Returns:
        The kind of method-like