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(IASTNode point)
For a constexpr constructor returns the ICPPExecution for its constructor chain.
|
isDestructor, isExplicit, isFinal, isImplicit, isOverride, isPureVirtual, isVirtual
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
org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPExecution getConstructorChainExecution(IASTNode point)
null
.point
- The point of instantiation for name lookups.Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.