Interface ICPPConstructor

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IBinding, ICPPBinding, ICPPFunction, ICPPMember, ICPPMethod, IFunction
All Known Subinterfaces:
ICPPConstructorSpecialization

public interface ICPPConstructor extends ICPPMethod
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Details

    • EMPTY_CONSTRUCTOR_ARRAY

      static final ICPPConstructor[] EMPTY_CONSTRUCTOR_ARRAY
  • Method Details

    • 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.