|
Eclipse CDT 7.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 |
boolean |
takesVarArgs()
Whether the function type takes variable number of arguments. |
| 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 |
|---|
boolean isConst()
true for a constant method
boolean isVolatile()
true for a volatile method
boolean takesVarArgs()
@Deprecated IPointerType getThisType()
|
Eclipse CDT 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||