Package | Description |
---|---|
org.eclipse.cdt.core.dom.ast | |
org.eclipse.cdt.core.dom.ast.cpp |
Modifier and Type | Method and Description |
---|---|
IASTProblem |
IASTProblem.copy() |
IASTProblem |
IASTProblem.copy(IASTNode.CopyStyle style) |
IASTProblem[] |
IASTTranslationUnit.getPreprocessorProblems()
Returns all preprocessor and scanner problems.
|
IASTProblem |
IASTProblemHolder.getProblem()
Get the problem.
|
IASTProblem |
INodeFactory.newProblem(int id,
char[] arg,
boolean error) |
Modifier and Type | Method and Description |
---|---|
int |
ASTGenericVisitor.leave(IASTProblem problem) |
int |
ASTVisitor.leave(IASTProblem problem) |
IASTProblemDeclaration |
INodeFactory.newProblemDeclaration(IASTProblem problem) |
IASTProblemExpression |
INodeFactory.newProblemExpression(IASTProblem problem) |
IASTProblemStatement |
INodeFactory.newProblemStatement(IASTProblem problem) |
void |
IASTProblemHolder.setProblem(IASTProblem p)
Set the problem.
|
int |
ASTGenericVisitor.visit(IASTProblem problem) |
int |
ASTVisitor.visit(IASTProblem problem) |
Modifier and Type | Method and Description |
---|---|
IASTProblemTypeId |
ICPPNodeFactory.newProblemTypeId(IASTProblem problem) |
Copyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.