soot.jimple.parser.node
Class ABinopExpr

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

public final class ABinopExpr
extends PBinopExpr


Constructor Summary
ABinopExpr()
           
ABinopExpr(PImmediate _left_, PBinop _binop_, PImmediate _right_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 PBinop getBinop()
           
 PImmediate getLeft()
           
 PImmediate getRight()
           
 void setBinop(PBinop node)
           
 void setLeft(PImmediate node)
           
 void setRight(PImmediate 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

ABinopExpr

public ABinopExpr()

ABinopExpr

public ABinopExpr(PImmediate _left_,
                  PBinop _binop_,
                  PImmediate _right_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getLeft

public PImmediate getLeft()

setLeft

public void setLeft(PImmediate node)

getBinop

public PBinop getBinop()

setBinop

public void setBinop(PBinop node)

getRight

public PImmediate getRight()

setRight

public void setRight(PImmediate node)

toString

public String toString()
Overrides:
toString in class Object