org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPBasicType
- All Superinterfaces:
- java.lang.Cloneable, IBasicType, IType
- All Known Subinterfaces:
- IGPPBasicType
public interface ICPPBasicType
- extends IBasicType
Field Summary |
static int |
LAST
Deprecated. |
static int |
t_bool
Deprecated. |
static int |
t_wchar_t
Deprecated. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType |
IS_COMPLEX, IS_IMAGINARY, IS_LONG, IS_LONG_LONG, IS_SHORT, IS_SIGNED, IS_UNSIGNED, t_char, t_double, t_float, t_int, t_unspecified, t_void |
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType |
getKind, getModifiers, getType, getValue, isComplex, isImaginary, isLong, isLongLong, isShort, isSigned, isUnsigned |
LAST
@Deprecated
static final int LAST
- Deprecated.
- See Also:
- Constant Field Values
t_bool
@Deprecated
static final int t_bool
- Deprecated.
- See Also:
- Constant Field Values
t_wchar_t
@Deprecated
static final int t_wchar_t
- Deprecated.
- See Also:
- Constant Field Values
getQualifierBits
@Deprecated
int getQualifierBits()
- Deprecated. use
IBasicType.getModifiers()
, instead.
- Returns:
- a combination of qualifiers.
- Since:
- 4.0
Copyright (c) IBM Corp. and others 2004, 2012. All Rights Reserved.