soot.jimple.parser.node
Class NodeCast

java.lang.Object
  |
  +--soot.jimple.parser.node.NodeCast

public class NodeCast
extends java.lang.Object
implements Cast


Constructor Summary
NodeCast(Singletons.Global g)
           
 
Method Summary
 java.lang.Object cast(java.lang.Object o)
           
static NodeCast v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeCast

public NodeCast(Singletons.Global g)
Method Detail

v

public static NodeCast v()

cast

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