org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPMethod
- All Superinterfaces:
- IBinding, ICPPBinding, ICPPFunction, ICPPMember, IFunction
- All Known Subinterfaces:
- ICPPConstructor
- public interface ICPPMethod
- extends ICPPFunction, ICPPMember
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 |
isVirtual()
is this a virtual method |
EMPTY_CPPMETHOD_ARRAY
public static final ICPPMethod[] EMPTY_CPPMETHOD_ARRAY
isVirtual
public boolean isVirtual()
throws DOMException
- is this a virtual method
- Returns:
-
- Throws:
DOMException
isDestructor
public boolean isDestructor()
throws DOMException
- is this a destructor
returns true if its name starts with '~'
- Throws:
DOMException
isImplicit
public boolean isImplicit()
- Returns whether this is an implicit method (constructor, assignment operator, etc.)
- Since:
- 4.0
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.