soot.jimple.parser.node
Class ANullConstant

java.lang.Object
  extended by soot.jimple.parser.node.Node
      extended by soot.jimple.parser.node.PConstant
          extended by soot.jimple.parser.node.ANullConstant
All Implemented Interfaces:
Cloneable, Switchable

public final class ANullConstant
extends PConstant


Constructor Summary
ANullConstant()
           
ANullConstant(TNull _null_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TNull getNull()
           
 void setNull(TNull node)
           
 String toString()
           
 
Methods inherited from class soot.jimple.parser.node.Node
cloneList, cloneNode, parent, replaceBy, toString, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ANullConstant

public ANullConstant()

ANullConstant

public ANullConstant(TNull _null_)
Method Detail

clone

public Object clone()
Specified by:
clone in class Node

apply

public void apply(Switch sw)

getNull

public TNull getNull()

setNull

public void setNull(TNull node)

toString

public String toString()
Overrides:
toString in class Object