mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
99590ef089
commit
8ffcaab51b
1 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
* http://www.eclipse.org/legal/epl-v10.html
|
* http://www.eclipse.org/legal/epl-v10.html
|
||||||
*
|
*
|
||||||
* Contributors:
|
* Contributors:
|
||||||
* Doug Schaefer (IBM) - Initial API and implementation
|
* Doug Schaefer (IBM) - Initial API and implementation
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.core.dom.ast;
|
package org.eclipse.cdt.core.dom.ast;
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@ package org.eclipse.cdt.core.dom.ast;
|
||||||
* @noimplement This interface is not intended to be implemented by clients.
|
* @noimplement This interface is not intended to be implemented by clients.
|
||||||
*/
|
*/
|
||||||
public interface IASTForStatement extends IASTStatement {
|
public interface IASTForStatement extends IASTStatement {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <code>CONDITION</code> represents the relationship between a
|
* <code>CONDITION</code> represents the relationship between a
|
||||||
* <code>IASTForStatement</code> and its <code>IASTExpression</code>
|
* <code>IASTForStatement</code> and its <code>IASTExpression</code>
|
||||||
|
@ -40,7 +39,8 @@ public interface IASTForStatement extends IASTStatement {
|
||||||
* <code>IASTForStatement</code> and its <code>IASTStatement</code>
|
* <code>IASTForStatement</code> and its <code>IASTStatement</code>
|
||||||
* body.
|
* body.
|
||||||
*/
|
*/
|
||||||
public static final ASTNodeProperty BODY = new ASTNodeProperty("IASTForStatement.BODY - IASTStatement body of IASTForStatement"); //$NON-NLS-1$
|
public static final ASTNodeProperty BODY = new ASTNodeProperty(
|
||||||
|
"IASTForStatement.BODY - IASTStatement body of IASTForStatement"); //$NON-NLS-1$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <code>INITIALIZER</code> represents the relationship between a
|
* <code>INITIALIZER</code> represents the relationship between a
|
||||||
|
|
Loading…
Add table
Reference in a new issue