JET

edu.utep.cs.jet.rat.val
Class BooleanValue

java.lang.Object
  extended by edu.utep.cs.jet.rat.val.PrimitiveValue
      extended by 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

Field Summary
 
Fields inherited from class edu.utep.cs.jet.rat.val.PrimitiveValue
value
 
Constructor Summary
BooleanValue(boolean value)
          Creates a new instance representing the given boolean value.
 
Method Summary
 Class<?> type()
          Return boolean class object.
 
Methods inherited from class edu.utep.cs.jet.rat.val.PrimitiveValue
code, isEquivalentTo, isNull, toString, value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanValue

public BooleanValue(boolean value)
Creates a new instance representing the given boolean value.

Method Detail

type

public Class<?> type()
Return boolean class object.

Specified by:
type in interface Denotable
Specified by:
type in class PrimitiveValue

JET

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.