mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 08:55:25 +02:00
Updated javadoc.
This commit is contained in:
parent
8475af8e31
commit
50cde93ef8
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@ public interface ICPPMethod extends ICPPFunction, ICPPMember {
|
|||
public static final ICPPMethod [] EMPTY_CPPMETHOD_ARRAY = new ICPPMethod[0];
|
||||
|
||||
/**
|
||||
* is this a virtual method
|
||||
* @throws DOMException
|
||||
* Returns whether this method is declared to be virtual. Does not detect whether
|
||||
* the method is virtual because of overriding a virtual method from a base class.
|
||||
*/
|
||||
public boolean isVirtual() throws DOMException;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue