Package org.eclipse.cdt.core.dom.ast
Interface IASTProblemHolder
-
- All Known Subinterfaces:
IASTProblemDeclaration,IASTProblemExpression,IASTProblemStatement,IASTProblemTypeId
public interface IASTProblemHolderThis interface represents a base interface to represent a problem owner or holder.- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static ASTNodePropertyPROBLEMPROBLEMrepresents the relationship between aIASTProblemHolderand itsIASTProblem.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IASTProblemgetProblem()Get the problem.voidsetProblem(IASTProblem p)Set the problem.
-
-
-
Field Detail
-
PROBLEM
static final ASTNodeProperty PROBLEM
PROBLEMrepresents the relationship between aIASTProblemHolderand itsIASTProblem.
-
-
Method Detail
-
getProblem
IASTProblem getProblem()
Get the problem.- Returns:
IASTProblem
-
setProblem
void setProblem(IASTProblem p)
Set the problem.- Parameters:
p-IASTProblem
-
-