|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicType
Interface for basic types.
Nested Class Summary | |
---|---|
static class |
IBasicType.Kind
|
Field Summary | |
---|---|
static int |
IS_COMPLEX
|
static int |
IS_IMAGINARY
|
static int |
IS_LONG
|
static int |
IS_LONG_LONG
|
static int |
IS_SHORT
|
static int |
IS_SIGNED
|
static int |
IS_UNSIGNED
|
static int |
t_char
Deprecated. |
static int |
t_double
Deprecated. |
static int |
t_float
Deprecated. |
static int |
t_int
Deprecated. |
static int |
t_unspecified
Deprecated. |
static int |
t_void
Deprecated. |
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
EMPTY_TYPE_ARRAY, TYPE_MATCHER |
Method Summary | |
---|---|
IBasicType.Kind |
getKind()
This returns the kind of basic type you are looking at. |
int |
getModifiers()
This returns the combination of modifier bits for this type. |
int |
getType()
Deprecated. |
IASTExpression |
getValue()
Deprecated. |
boolean |
isComplex()
Is complex number? |
boolean |
isImaginary()
Is imaginary number? |
boolean |
isLong()
|
boolean |
isLongLong()
|
boolean |
isShort()
|
boolean |
isSigned()
|
boolean |
isUnsigned()
|
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType |
---|
clone, isSameType |
Field Detail |
---|
static final int IS_LONG
static final int IS_SHORT
static final int IS_SIGNED
static final int IS_UNSIGNED
static final int IS_COMPLEX
static final int IS_IMAGINARY
static final int IS_LONG_LONG
@Deprecated static final int t_unspecified
@Deprecated static final int t_void
@Deprecated static final int t_char
@Deprecated static final int t_int
@Deprecated static final int t_float
@Deprecated static final int t_double
Method Detail |
---|
IBasicType.Kind getKind()
int getModifiers()
boolean isSigned()
boolean isUnsigned()
boolean isShort()
boolean isLong()
boolean isLongLong()
boolean isComplex()
boolean isImaginary()
@Deprecated int getType() throws DOMException
DOMException
@Deprecated IASTExpression getValue() throws DOMException
DOMException
|
Eclipse CDT 7.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |