org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPBasicType
- All Superinterfaces:
- Cloneable, IBasicType, IType
- All Known Subinterfaces:
- IGPPBasicType
- public interface ICPPBasicType
- extends IBasicType
IS_LONG
public static final int IS_LONG
- See Also:
- Constant Field Values
IS_SHORT
public static final int IS_SHORT
- See Also:
- Constant Field Values
IS_SIGNED
public static final int IS_SIGNED
- See Also:
- Constant Field Values
IS_UNSIGNED
public static final int IS_UNSIGNED
- See Also:
- Constant Field Values
LAST
public static final int LAST
- See Also:
- Constant Field Values
t_bool
public static final int t_bool
- See Also:
- Constant Field Values
t_wchar_t
public static final int t_wchar_t
- See Also:
- Constant Field Values
getQualifierBits
public int getQualifierBits()
- Returns:
- a combination of qualifiers.
- Since:
- 4.0
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.