mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-17 05:05:43 +02:00
Cosmetics.
This commit is contained in:
parent
fb5cd6d11a
commit
49c57fad93
2 changed files with 20 additions and 23 deletions
|
@ -48,14 +48,12 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.SemanticUtil;
|
||||||
|
|
||||||
public class CPPASTConditionalExpression extends ASTNode implements IASTConditionalExpression,
|
public class CPPASTConditionalExpression extends ASTNode implements IASTConditionalExpression,
|
||||||
IASTAmbiguityParent {
|
IASTAmbiguityParent {
|
||||||
|
|
||||||
private IASTExpression fCondition;
|
private IASTExpression fCondition;
|
||||||
private IASTExpression fPositive;
|
private IASTExpression fPositive;
|
||||||
private IASTExpression fNegative;
|
private IASTExpression fNegative;
|
||||||
private IType fType;
|
private IType fType;
|
||||||
private ValueCategory fValueCategory;
|
private ValueCategory fValueCategory;
|
||||||
|
|
||||||
|
|
||||||
public CPPASTConditionalExpression() {
|
public CPPASTConditionalExpression() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -65,7 +63,6 @@ public class CPPASTConditionalExpression extends ASTNode implements IASTConditio
|
||||||
setNegativeResultExpression(negative);
|
setNegativeResultExpression(negative);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public CPPASTConditionalExpression copy() {
|
public CPPASTConditionalExpression copy() {
|
||||||
return copy(CopyStyle.withoutLocations);
|
return copy(CopyStyle.withoutLocations);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue