Interface IASTImplicitDestructorName

  • All Superinterfaces:
    IASTImplicitName, IASTName, IASTNode, IName

    public interface IASTImplicitDestructorName
    extends IASTImplicitName
    An implicit name corresponding to a destructor call for a temporary or a variable going out of scope.
    Since:
    5.10
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getConstructionPoint

        IASTName getConstructionPoint()
        Returns the name corresponding to the constructor call.