|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IASTPointer
This represents the good ol' * pointer operator.
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTPointerOperator |
---|
EMPTY_ARRAY |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
EMPTY_NODE_ARRAY |
Method Summary | |
---|---|
boolean |
isConst()
Is this a const pointer? |
boolean |
isVolatile()
Is this a volatile pointer? |
void |
setConst(boolean value)
Set this to be a const pointer (true/false). |
void |
setVolatile(boolean value)
Set this to be a volatile pointer (true/false). |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IASTNode |
---|
accept, getContainingFilename, getFileLocation, getNodeLocations, getParent, getPropertyInParent, getRawSignature, getTranslationUnit, setParent, setPropertyInParent |
Method Detail |
---|
boolean isConst()
boolean isVolatile()
void setConst(boolean value)
value
- -
the valuevoid setVolatile(boolean value)
value
- -
the value
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |