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
IS_LONG
static final int IS_LONG
- See Also:
- Constant Field Values
IS_SHORT
static final int IS_SHORT
- See Also:
- Constant Field Values
IS_SIGNED
static final int IS_SIGNED
- See Also:
- Constant Field Values
IS_UNSIGNED
static final int IS_UNSIGNED
- See Also:
- Constant Field Values
IS_COMPLEX
static final int IS_COMPLEX
- See Also:
- Constant Field Values
IS_IMAGINARY
static final int IS_IMAGINARY
- See Also:
- Constant Field Values
IS_LONG_LONG
static final int IS_LONG_LONG
- See Also:
- Constant Field Values
LAST
static final int LAST
- See Also:
- Constant Field Values
t_bool
static final int t_bool
- See Also:
- Constant Field Values
t_wchar_t
static final int t_wchar_t
- See Also:
- Constant Field Values
getQualifierBits
int getQualifierBits()
- Returns:
- a combination of qualifiers.
- Since:
- 4.0
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.