mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Formatting.
This commit is contained in:
parent
46ab6162f7
commit
9549322f5d
1 changed files with 2 additions and 4 deletions
|
@ -17,11 +17,10 @@ import org.eclipse.cdt.core.dom.ast.DOMException;
|
||||||
*
|
*
|
||||||
* @author Doug Schaefer
|
* @author Doug Schaefer
|
||||||
*/
|
*/
|
||||||
public interface ICPPMember extends ICPPBinding{
|
public interface ICPPMember extends ICPPBinding {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The visibility.
|
* The visibility.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public int getVisibility() throws DOMException;
|
public int getVisibility() throws DOMException;
|
||||||
|
|
||||||
|
@ -32,5 +31,4 @@ public interface ICPPMember extends ICPPBinding{
|
||||||
public static final int v_public = ICPPASTVisibilityLabel.v_public;
|
public static final int v_public = ICPPASTVisibilityLabel.v_public;
|
||||||
|
|
||||||
public ICPPClassType getClassOwner() throws DOMException;
|
public ICPPClassType getClassOwner() throws DOMException;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue