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
|
t_Bool
public static final int t_Bool
- See Also:
- Constant Field Values
isComplex
public boolean isComplex()
- Is complex number? e.g. _Complex t;
- Returns:
- true if it is a complex number, false otherwise
isImaginary
public boolean isImaginary()
- Is imaginary number? e.g. _Imaginr
- Returns:
- true if it is an imaginary number, false otherwise
isLongLong
public boolean isLongLong()
throws DOMException
- Throws:
DOMException
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.