edu.utep.cs.jet.rat.val
Class BooleanValue
java.lang.Object
edu.utep.cs.jet.rat.val.PrimitiveValue
edu.utep.cs.jet.rat.val.BooleanValue
- All Implemented Interfaces:
- Denotable
public class BooleanValue
- extends PrimitiveValue
A class to represent a boolean value.
- Version:
- $Revision: 1.4 $
- Author:
- Yoonsik Cheon
|
Constructor Summary |
BooleanValue(boolean value)
Creates a new instance representing the given
boolean value. |
|
Method Summary |
Class<?> |
type()
Return boolean class object. |
BooleanValue
public BooleanValue(boolean value)
- Creates a new instance representing the given
boolean value.
type
public Class<?> type()
- Return boolean class object.
- Specified by:
type in interface Denotable- Specified by:
type in class PrimitiveValue
JET is Copyright (C) 2005-2008 by The 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.