|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
This interface represents a postfix array subscript expression. x[ 10 ] y.z()[ t * t ]
| Field Summary | |
|---|---|
static ASTNodeProperty |
ARRAY
Node property that describes the relationship between an IASTArraySubscriptExpression and an
IASTExpression representing the subscript. |
static ASTNodeProperty |
SUBSCRIPT
Node property that describes the relationship between an IASTArraySubscriptExpression and an
IASTExpression representing the array. |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
|---|
EMPTY_EXPRESSION_ARRAY |
| Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
EMPTY_NODE_ARRAY |
| Method Summary | |
|---|---|
IASTExpression |
getArrayExpression()
Get the expression that represents the array. |
IASTExpression |
getSubscriptExpression()
Get the subscript expression. |
void |
setArrayExpression(IASTExpression expression)
Set the expression that represents the array. |
void |
setSubscriptExpression(IASTExpression expression)
Set the subscript expression. |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTExpression |
|---|
getExpressionType |
| Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
|---|
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
| Field Detail |
public static final ASTNodeProperty ARRAY
IASTArraySubscriptExpression and an
IASTExpression representing the subscript.
public static final ASTNodeProperty SUBSCRIPT
IASTArraySubscriptExpression and an
IASTExpression representing the array.
| Method Detail |
public IASTExpression getArrayExpression()
IASTExpression that represents the array.public void setArrayExpression(IASTExpression expression)
expression - IASTExpression to be set.public IASTExpression getSubscriptExpression()
IASTExpression that represents the subscript.public void setSubscriptExpression(IASTExpression expression)
expression - IASTExpression to be set.
|
Eclipse CDT Pre-release 3.0 |
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||