public interface IASTProblemHolder
| Modifier and Type | Field and Description |
|---|---|
static ASTNodeProperty |
PROBLEM
PROBLEM represents the relationship between a
IASTProblemHolder and its IASTProblem. |
| Modifier and Type | Method and Description |
|---|---|
IASTProblem |
getProblem()
Get the problem.
|
void |
setProblem(IASTProblem p)
Set the problem.
|
static final ASTNodeProperty PROBLEM
PROBLEM represents the relationship between a
IASTProblemHolder and its IASTProblem.IASTProblem getProblem()
IASTProblemvoid setProblem(IASTProblem p)
p - IASTProblemCopyright (c) IBM Corp. and others 2004, 2014. All Rights Reserved.