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 . |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
RETURNVALUE
public static final ASTNodeProperty RETURNVALUE
RETURNVALUE
represents the relationship between an
IASTReturnStatement
and it's nested
IASTExpression
.
getReturnValue
public IASTExpression getReturnValue()
- This is the optional return value for this function.
- Returns:
- the return expression or null.
setReturnValue
public void setReturnValue(IASTExpression returnValue)
- Set the return value.
- Parameters:
returnValue
- IASTExpression
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.