mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
e0d1910ed4
commit
bff4a3bf6c
2 changed files with 7 additions and 9 deletions
|
@ -18,7 +18,6 @@ import org.eclipse.cdt.core.dom.ast.IASTTypeIdExpression;
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
*/
|
*/
|
||||||
public interface ICPPASTTypeIdExpression extends IASTTypeIdExpression, ICPPASTExpression {
|
public interface ICPPASTTypeIdExpression extends IASTTypeIdExpression, ICPPASTExpression {
|
||||||
|
|
||||||
public static final int op_typeid = IASTTypeIdExpression.op_typeid;
|
public static final int op_typeid = IASTTypeIdExpression.op_typeid;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -27,7 +26,6 @@ public interface ICPPASTTypeIdExpression extends IASTTypeIdExpression, ICPPASTEx
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public static final int op_last = IASTTypeIdExpression.op_last;
|
public static final int op_last = IASTTypeIdExpression.op_last;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @since 5.1
|
* @since 5.1
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue