|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ICPPMethod
Base interface for methods, also used for constructors.
| Field Summary | |
|---|---|
static ICPPMethod[] |
EMPTY_CPPMETHOD_ARRAY
|
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMember |
|---|
v_private, v_protected, v_public |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
EMPTY_BINDING_ARRAY |
| Method Summary | |
|---|---|
boolean |
isDestructor()
Is this a destructor? |
boolean |
isExplicit()
Returns whether this is an explicit constructor or an explicit conversion operator. |
boolean |
isFinal()
Returns whether this method is declared final. |
boolean |
isImplicit()
Returns whether this is an implicit method (constructor, assignment operator, etc.) |
boolean |
isOverride()
Returns whether this method is declared override. |
boolean |
isPureVirtual()
Returns whether this is a pure abstract method |
boolean |
isVirtual()
Returns whether this method is declared to be virtual. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPFunction |
|---|
getExceptionSpecification, getParameters, getRequiredArgumentCount, getType, hasParameterPack, isConstexpr, isDeleted, isExternC, isInline, isMutable |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunction |
|---|
getFunctionScope, isAuto, isExtern, isNoReturn, isRegister, isStatic, takesVarArgs |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPMember |
|---|
getClassOwner, getType, getVisibility, isStatic |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPBinding |
|---|
getQualifiedName, getQualifiedNameCharArray, isGloballyQualified |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
|---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
| Field Detail |
|---|
static final ICPPMethod[] EMPTY_CPPMETHOD_ARRAY
| Method Detail |
|---|
boolean isVirtual()
boolean isDestructor()
boolean isImplicit()
boolean isExplicit()
boolean isPureVirtual()
boolean isOverride()
boolean isFinal()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||