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 |
Definition at line 41 of file BoolLit.java.