|
Eclipse CDT Pre-release 3.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.IBinding |
---|
EMPTY_BINDING_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
EMPTY_BINDING_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 returns true if its name starts with '~' |
boolean |
isImplicit()
Returns whether this is an implicit method (constructor, assignment operator, etc.) |
boolean |
isPureVirtual()
Returns whether this is a pure abstract method |
boolean |
isVirtual()
is this a virtual method |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPFunction |
---|
getExceptionSpecification, getType, isExternC, isInline, isMutable |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunction |
---|
getFunctionScope, getParameters, isAuto, isExtern, isRegister, isStatic, takesVarArgs |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
---|
getLinkage, getName, getNameCharArray, getOwner, getScope |
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 |
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() throws DOMException
DOMException
boolean isDestructor()
boolean isImplicit()
boolean isPureVirtual() throws DOMException
DOMException
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |