Main Page   Packages   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

BoolLit Class Reference

Inheritance diagram for BoolLit:
[legend]
Collaboration diagram for BoolLit:
[legend]
List of all members.

Public Methods

 BoolLit (boolean value)
void apply (Switch sw)
boolean equals (Object o)
Type getType ()
boolean getValue ()
void print ()
String toString ()

Static Public Attributes

final BoolLit trueLit = new BoolLit(true)
final BoolLit falseLit = new BoolLit(false)

Private Attributes

boolean value

Detailed Description

A boolean literal value.

Definition at line 41 of file BoolLit.java.


The documentation for this class was generated from the following file:
Generated at Thu Feb 7 07:05:30 2002 for Bandera by doxygen1.2.10 written by Dimitri van Heesch, © 1997-2001