| |
|
| xtc.type.Type xtc.type.NumberT xtc.type.FloatT
FloatT | public class FloatT extends NumberT (Code) | | A floating point type.
author: Robert Grimm version: $Revision: 1.23 $ |
Constructor Summary | |
public | FloatT(Kind kind) Create a new floating point type. | public | FloatT(Type template, Kind kind) Create a new flaoting point type. |
FloatT | public FloatT(Kind kind)(Code) | | Create a new floating point type.
Parameters: kind - The kind. throws: IllegalArgumentException - Signals an invalid kind. |
FloatT | public FloatT(Type template, Kind kind)(Code) | | Create a new flaoting point type.
Parameters: template - The type whose annotations to copy. Parameters: kind - The kind. throws: IllegalArgumentException - Signals an invalid kind. |
isFloat | public boolean isFloat()(Code) | | |
|
|
|