soot.jimple.parser.node
Class ACmpgtBinop

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

public final class ACmpgtBinop
extends PBinop


Constructor Summary
ACmpgtBinop()
           
ACmpgtBinop(TCmpgt _cmpgt_)
           
 
Method Summary
 void apply(Switch sw)
           
 Object clone()
           
 TCmpgt getCmpgt()
           
 void setCmpgt(TCmpgt 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

ACmpgtBinop

public ACmpgtBinop()

ACmpgtBinop

public ACmpgtBinop(TCmpgt _cmpgt_)
Method Detail

clone

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

apply

public void apply(Switch sw)

getCmpgt

public TCmpgt getCmpgt()

setCmpgt

public void setCmpgt(TCmpgt node)

toString

public String toString()
Overrides:
toString in class Object