mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Implementation of PDOMCPPClassInstance.getImplicitMethods().
This commit is contained in:
parent
c032266686
commit
0954c9559b
1 changed files with 3 additions and 3 deletions
|
@ -297,9 +297,9 @@ class PDOMCPPClassInstance extends PDOMCPPInstance implements
|
||||||
return original;
|
return original;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ICPPMethod[] getImplicitMethods() {
|
||||||
//ICPPClassScope unimplemented
|
return ICPPMethod.EMPTY_CPPMETHOD_ARRAY;
|
||||||
public ICPPMethod[] getImplicitMethods() { fail(); return null; }
|
}
|
||||||
|
|
||||||
public IIndexBinding getScopeBinding() {
|
public IIndexBinding getScopeBinding() {
|
||||||
return this;
|
return this;
|
||||||
|
|
Loading…
Add table
Reference in a new issue