Interface ICPPConstructor

    • Field Detail

      • EMPTY_CONSTRUCTOR_ARRAY

        static final ICPPConstructor[] EMPTY_CONSTRUCTOR_ARRAY
    • Method Detail

      • getConstructorChainExecution

        @Deprecated
        org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution getConstructorChainExecution​(IASTNode point)
        Deprecated.
        Since:
        6.0
        Restriction:
        This method is not intended to be referenced by clients.
      • getConstructorChainExecution

        org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution getConstructorChainExecution()
        For a constexpr constructor returns the ICPPExecution for its constructor chain. Otherwise returns null.
        Since:
        6.3
        Restriction:
        This method is not intended to be referenced by clients.