Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.sablecc.sablecc
Class NoCast  view NoCast download NoCast.java

java.lang.Object
  extended byorg.sablecc.sablecc.NoCast
All Implemented Interfaces:
Cast

public class NoCast
extends java.lang.Object
implements Cast


Field Summary
static NoCast instance
           
 
Constructor Summary
private NoCast()
           
 
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 NoCast instance
Constructor Detail

NoCast

private NoCast()
Method Detail

cast

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