mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Code formatting.
This commit is contained in:
parent
677a3e2eaf
commit
8e979bd30c
1 changed files with 12 additions and 10 deletions
|
@ -34,8 +34,8 @@ import org.eclipse.core.runtime.PlatformObject;
|
|||
* Binding for a c++ enumerator.
|
||||
*/
|
||||
public class CPPEnumerator extends PlatformObject implements IEnumerator, ICPPInternalBinding {
|
||||
|
||||
private IASTName enumName;
|
||||
|
||||
/**
|
||||
* @param enumerator
|
||||
*/
|
||||
|
@ -57,8 +57,10 @@ public class CPPEnumerator extends PlatformObject implements IEnumerator, ICPPIn
|
|||
public IASTNode getDefinition() {
|
||||
return enumName;
|
||||
}
|
||||
|
||||
public void removeDeclaration(IASTNode node) {
|
||||
}
|
||||
|
||||
/* (non-Javadoc)
|
||||
* @see org.eclipse.cdt.core.dom.ast.IBinding#getName()
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue