soot.jimple.parser.node
Class NoCast

java.lang.Object
  extended by soot.jimple.parser.node.NoCast
All Implemented Interfaces:
Cast

public class NoCast
extends Object
implements Cast


Field Summary
static NoCast instance
           
 
Method Summary
 Object cast(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
Method Detail

cast

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