edu.utep.cs.utjml.tgen
Class BooleanValue
java.lang.Object
edu.utep.cs.utjml.tgen.Value
edu.utep.cs.utjml.tgen.BooleanValue
- All Implemented Interfaces:
- Denotable
public class BooleanValue
- extends Value
A class to represent boolean values.
- Version:
- $Revision: 1.6 $
- Author:
- Yoonsik Cheon
| Fields inherited from class edu.utep.cs.utjml.tgen.Value |
value |
|
Constructor Summary |
BooleanValue(boolean value)
Creates a boolean value. |
|
Method Summary |
Class |
type()
Return boolean class object. |
| Methods inherited from class edu.utep.cs.utjml.tgen.Value |
booleanValue, byteValue, charValue, doubleValue, floatValue, intValue, longValue, nullValue, shortValue, stringValue, toString, value |
BooleanValue
public BooleanValue(boolean value)
- Creates a boolean value.
type
public Class type()
- Return boolean class object.
- Specified by:
type in interface Denotable- Specified by:
type in class Value
UTJML is Copyright (C) 2004-2006 by University of Texas at El Paso and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the JML project.