org.sablecc.sablecc
Class BooleanCast

java.lang.Object
  extended by org.sablecc.sablecc.BooleanCast
All Implemented Interfaces:
Cast

public class BooleanCast
extends java.lang.Object
implements Cast


Field Summary
static BooleanCast instance
           
 
Constructor Summary
private BooleanCast()
           
 
Method Summary
 java.lang.Object cast(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final BooleanCast instance
Constructor Detail

BooleanCast

private BooleanCast()
Method Detail

cast

public java.lang.Object cast(java.lang.Object o)
Specified by:
cast in interface Cast