mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
Cosmetics.
This commit is contained in:
parent
ac121def1a
commit
e4dd059af0
2 changed files with 2 additions and 8 deletions
|
@ -77,8 +77,8 @@ public class CPPClassInstance extends CPPClassSpecialization implements ICPPTemp
|
|||
return CPPTemplates.getArguments(getTemplateArguments());
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* For debug purposes only
|
||||
/**
|
||||
* For debugging only.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
|
|
|
@ -349,9 +349,6 @@ public class CPPClassSpecialization extends CPPSpecialization
|
|||
return ClassTypeHelper.getAllDeclaredMethods(this, point);
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.dom.ast.ICompositeType#getKey()
|
||||
*/
|
||||
@Override
|
||||
public int getKey() {
|
||||
if (getDefinition() != null)
|
||||
|
@ -360,9 +357,6 @@ public class CPPClassSpecialization extends CPPSpecialization
|
|||
return getSpecializedBinding().getKey();
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.dom.ast.ICompositeType#getCompositeScope()
|
||||
*/
|
||||
@Override
|
||||
public ICPPClassScope getCompositeScope() {
|
||||
final ICPPClassScope specScope= getSpecializationScope();
|
||||
|
|
Loading…
Add table
Reference in a new issue