mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Cosmetics.
This commit is contained in:
parent
ead2883d1c
commit
3cf16d06a7
1 changed files with 3 additions and 5 deletions
|
@ -23,17 +23,15 @@ import org.eclipse.cdt.internal.core.dom.parser.ASTNode;
|
|||
import org.eclipse.cdt.internal.core.dom.parser.IASTAmbiguityParent;
|
||||
|
||||
/**
|
||||
* If statement in c++
|
||||
* If statement in C++
|
||||
*/
|
||||
public class CPPASTIfStatement extends ASTNode implements ICPPASTIfStatement, IASTAmbiguityParent {
|
||||
|
||||
private IASTExpression condition;
|
||||
private IASTStatement thenClause;
|
||||
private IASTStatement elseClause;
|
||||
private IASTDeclaration condDecl;
|
||||
private IScope scope;
|
||||
|
||||
|
||||
public CPPASTIfStatement() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue