Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPFunctionType

All Superinterfaces:
Cloneable, IFunctionType, IType

public interface ICPPFunctionType
extends IFunctionType


Field Summary
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 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

isConst

boolean isConst()
returns true for a constant method

Returns:

isVolatile

boolean isVolatile()
returns true for a volatile method

Returns:

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.