Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast.c
Interface ICBasicType

All Superinterfaces:
Cloneable, IBasicType, IType

public interface ICBasicType
extends IBasicType


Field Summary
static int t_Bool
           
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
t_char, t_double, t_float, t_int, t_unspecified, t_void
 
Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType
EMPTY_TYPE_ARRAY
 
Method Summary
 boolean isComplex()
          Is complex number?
 boolean isImaginary()
          Is imaginary number?
 boolean isLongLong()
           
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IBasicType
getType, getValue, isLong, isShort, isSigned, isUnsigned
 
Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType
clone, isSameType
 

Field Detail

t_Bool

static final int t_Bool
See Also:
Constant Field Values
Method Detail

isComplex

boolean isComplex()
Is complex number? e.g. _Complex t;

Returns:
true if it is a complex number, false otherwise

isImaginary

boolean isImaginary()
Is imaginary number? e.g. _Imaginr

Returns:
true if it is an imaginary number, false otherwise

isLongLong

boolean isLongLong()
                   throws DOMException
Throws:
DOMException

Eclipse CDT
Pre-release 3.0

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