soot.jimple.parser.node
Class AAndBinop

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

public final class AAndBinop
extends PBinop


Constructor Summary
AAndBinop()
           
AAndBinop(TAnd _and_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TAnd getAnd()
           
 void setAnd(TAnd 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

AAndBinop

public AAndBinop()

AAndBinop

public AAndBinop(TAnd _and_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getAnd

public TAnd getAnd()

setAnd

public void setAnd(TAnd node)

toString

public String toString()
Overrides:
toString in class Object