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