org.eclipse.cdt.core.dom.ast
Interface IASTReturnStatement
- All Superinterfaces:
- IASTNode, IASTStatement
public interface IASTReturnStatement
- extends IASTStatement
Field Summary |
static ASTNodeProperty |
RETURNVALUE
RETURNVALUE represents the relationship between an
IASTReturnStatement and it's nested
IASTExpression . |
RETURNVALUE
static final ASTNodeProperty RETURNVALUE
RETURNVALUE
represents the relationship between an
IASTReturnStatement
and it's nested
IASTExpression
.
getReturnValue
IASTExpression getReturnValue()
- This is the optional return value for this function.
- Returns:
- the return expression or null.
setReturnValue
void setReturnValue(IASTExpression returnValue)
- Set the return value.
- Parameters:
returnValue
- IASTExpression
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.