|
Eclipse CDT Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.cpp.ICPPMember |
v_private, v_protected, v_public |
Method Summary | |
boolean |
isDestructor()
is this a destructor returns true if its name starts with '~' |
boolean |
isVirtual()
is this a virtual method |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.cpp.ICPPFunction |
isInline, isMutable |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunction |
getFunctionScope, getParameters, getType, isAuto, isExtern, isRegister, isStatic, takesVarArgs |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBinding |
getName, getNameCharArray, 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.cpp.ICPPMember |
getVisibility |
Field Detail |
public static final ICPPMethod[] EMPTY_CPPMETHOD_ARRAY
Method Detail |
public boolean isVirtual() throws DOMException
DOMException
public boolean isDestructor() 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 |