|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICPPFunctionType
Field Summary |
---|
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
EMPTY_TYPE_ARRAY, TYPE_MATCHER |
Method Summary | |
---|---|
IPointerType |
getThisType()
Deprecated. function types don't relate to this pointers at all. |
boolean |
isConst()
Returns true for a constant method |
boolean |
isVolatile()
Returns true for a volatile method |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IFunctionType |
---|
getParameterTypes, getReturnType |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
clone, isSameType |
Method Detail |
---|
@Deprecated IPointerType getThisType()
this
. parameter, or null, if the function
is not a class method or a static method.
boolean isConst()
true
for a constant method
boolean isVolatile()
true
for a volatile method
|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |