mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +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.
|
* Binding for a c++ enumerator.
|
||||||
*/
|
*/
|
||||||
public class CPPEnumerator extends PlatformObject implements IEnumerator, ICPPInternalBinding {
|
public class CPPEnumerator extends PlatformObject implements IEnumerator, ICPPInternalBinding {
|
||||||
|
|
||||||
private IASTName enumName;
|
private IASTName enumName;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param enumerator
|
* @param enumerator
|
||||||
*/
|
*/
|
||||||
|
@ -57,8 +57,10 @@ public class CPPEnumerator extends PlatformObject implements IEnumerator, ICPPIn
|
||||||
public IASTNode getDefinition() {
|
public IASTNode getDefinition() {
|
||||||
return enumName;
|
return enumName;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void removeDeclaration(IASTNode node) {
|
public void removeDeclaration(IASTNode node) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
* @see org.eclipse.cdt.core.dom.ast.IBinding#getName()
|
* @see org.eclipse.cdt.core.dom.ast.IBinding#getName()
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue