org.eclipse.cdt.core.dom.ast.gnu.cpp
Interface IGPPASTPointer
- All Superinterfaces:
- IASTNode, IASTPointer, IASTPointerOperator
- All Known Subinterfaces:
- IGPPASTPointerToMember
- public interface IGPPASTPointer
- extends IASTPointer
g++ allows for restrict pointers.
Method Summary |
boolean |
isRestrict()
Is this pointer a restrict pointer? |
void |
setRestrict(boolean value)
Set restrict-keyword-encountered to true or false. |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
accept, contains, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
isRestrict
public boolean isRestrict()
- Is this pointer a restrict pointer?
- Returns:
- boolean
setRestrict
public void setRestrict(boolean value)
- Set restrict-keyword-encountered to true or false.
- Parameters:
value
- boolean
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.