1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2012-06-29 15:39:12 -07:00
parent 80f343c8b1
commit 8fac40ce1b

View file

@ -6,22 +6,20 @@
* http://www.eclipse.org/legal/epl-v10.html * http://www.eclipse.org/legal/epl-v10.html
* *
* Contributors: * Contributors:
* Markus Schorn - initial API and implementation * Markus Schorn - initial API and implementation
*******************************************************************************/ *******************************************************************************/
package org.eclipse.cdt.core.dom.ast.cpp; package org.eclipse.cdt.core.dom.ast.cpp;
import org.eclipse.cdt.core.dom.ast.IASTInitializerClause; import org.eclipse.cdt.core.dom.ast.IASTInitializerClause;
import org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPEvaluation; import org.eclipse.cdt.internal.core.dom.parser.cpp.ICPPEvaluation;
/** /**
* C++ specific initializer clause * C++ specific initializer clause.
* @noextend This interface is not intended to be extended by clients. * @noextend This interface is not intended to be extended by clients.
* @noimplement This interface is not intended to be implemented by clients. * @noimplement This interface is not intended to be implemented by clients.
* @since 5.5 * @since 5.5
*/ */
public interface ICPPASTInitializerClause extends IASTInitializerClause { public interface ICPPASTInitializerClause extends IASTInitializerClause {
/** /**
* Returns the evaluation object for this expression. * Returns the evaluation object for this expression.
* @noreference This method is not intended to be referenced by clients. * @noreference This method is not intended to be referenced by clients.