public interface ICPPConstructor extends ICPPMethod
Modifier and Type | Field and Description |
---|---|
static ICPPConstructor[] |
EMPTY_CONSTRUCTOR_ARRAY |
EMPTY_CPPMETHOD_ARRAY
v_private, v_protected, v_public
EMPTY_BINDING_ARRAY
Modifier and Type | Method and Description |
---|---|
org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution |
getConstructorChainExecution()
For a constexpr constructor returns the ICPPExecution for its constructor chain.
|
org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution |
getConstructorChainExecution(IASTNode point)
Deprecated.
use
getConstructorChainExecution() instead. |
isDestructor, isExplicit, isFinal, isImplicit, isOverride, isPureVirtual, isVirtual
getDeclaredType, getExceptionSpecification, getParameters, getRequiredArgumentCount, getType, hasParameterPack, isConstexpr, isDeleted, isExternC, isInline, isMutable
getFunctionScope, isAuto, isExtern, isNoReturn, isRegister, isStatic, takesVarArgs
getClassOwner, getType, getVisibility, isStatic
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified
getLinkage, getName, getNameCharArray, getOwner, getScope
static final ICPPConstructor[] EMPTY_CONSTRUCTOR_ARRAY
@Deprecated org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution getConstructorChainExecution(IASTNode point)
getConstructorChainExecution()
instead.org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution getConstructorChainExecution()
null
.Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.