mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-07 00:05:53 +02:00
Cosmetics.
This commit is contained in:
parent
1012380fa8
commit
60c479677f
2 changed files with 22 additions and 25 deletions
|
@ -21,10 +21,8 @@ import org.eclipse.cdt.core.dom.ast.IASTProblemTypeId;
|
||||||
* @author jcamelon
|
* @author jcamelon
|
||||||
*/
|
*/
|
||||||
public class CPPASTProblemTypeId extends CPPASTTypeId implements IASTProblemTypeId {
|
public class CPPASTProblemTypeId extends CPPASTTypeId implements IASTProblemTypeId {
|
||||||
|
|
||||||
private IASTProblem problem;
|
private IASTProblem problem;
|
||||||
|
|
||||||
|
|
||||||
public CPPASTProblemTypeId() {
|
public CPPASTProblemTypeId() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,6 @@ import org.eclipse.cdt.internal.core.dom.parser.cpp.semantics.CPPVisitor;
|
||||||
|
|
||||||
public class CPPASTSimpleTypeConstructorExpression extends ASTNode implements
|
public class CPPASTSimpleTypeConstructorExpression extends ASTNode implements
|
||||||
ICPPASTSimpleTypeConstructorExpression {
|
ICPPASTSimpleTypeConstructorExpression {
|
||||||
|
|
||||||
private ICPPASTDeclSpecifier fDeclSpec;
|
private ICPPASTDeclSpecifier fDeclSpec;
|
||||||
private IASTInitializer fInitializer;
|
private IASTInitializer fInitializer;
|
||||||
private IType fType;
|
private IType fType;
|
||||||
|
|
Loading…
Add table
Reference in a new issue