Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Interface IASTProblemHolder

All Known Subinterfaces:
IASTProblemDeclaration, IASTProblemExpression, IASTProblemStatement, IASTProblemTypeId

public interface IASTProblemHolder

This interface represents a base interface to represent a problem owner or holder.


Field Summary
static ASTNodeProperty PROBLEM
          PROBLEM represents the relationship between a IASTProblemHolder and its IASTProblem.
 
Method Summary
 IASTProblem getProblem()
          Get the problem.
 void setProblem(IASTProblem p)
          Set the problem.
 

Field Detail

PROBLEM

static final ASTNodeProperty PROBLEM
PROBLEM represents the relationship between a IASTProblemHolder and its IASTProblem.

Method Detail

getProblem

IASTProblem getProblem()
Get the problem.

Returns:
IASTProblem

setProblem

void setProblem(IASTProblem p)
Set the problem.

Parameters:
p - IASTProblem

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.