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,12 +17,11 @@ import org.eclipse.cdt.core.dom.ast.DOMException;
|
|||
*
|
||||
* @author Doug Schaefer
|
||||
*/
|
||||
public interface ICPPMember extends ICPPBinding{
|
||||
public interface ICPPMember extends ICPPBinding {
|
||||
|
||||
/**
|
||||
* The visibility.
|
||||
*
|
||||
*/
|
||||
*/
|
||||
public int getVisibility() throws DOMException;
|
||||
|
||||
public static final int v_private = ICPPASTVisibilityLabel.v_private;
|
||||
|
@ -32,5 +31,4 @@ public interface ICPPMember extends ICPPBinding{
|
|||
public static final int v_public = ICPPASTVisibilityLabel.v_public;
|
||||
|
||||
public ICPPClassType getClassOwner() throws DOMException;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue