| |
|
| xtc.type.Type xtc.type.UnitT
UnitT | public class UnitT extends Type (Code) | | A unit type.
author: Robert Grimm version: $Revision: 1.1 $ |
Field Summary | |
final public static UnitT | TYPE The canonical unit type. |
Constructor Summary | |
public | UnitT() Create a new unit type. | public | UnitT(Type template) Create a new unit type. |
TYPE | final public static UnitT TYPE(Code) | | The canonical unit type.
|
UnitT | public UnitT()(Code) | | Create a new unit type.
|
UnitT | public UnitT(Type template)(Code) | | Create a new unit type.
Parameters: template - The type whose annotations to copy. |
hashCode | public int hashCode()(Code) | | |
isUnit | public boolean isUnit()(Code) | | |
|
|
|