soot.grimp.internal
Class AbstractGrimpIntLongBinopExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractBinopExpr
        |
        +--soot.jimple.internal.AbstractIntLongBinopExpr
              |
              +--soot.grimp.internal.AbstractGrimpIntLongBinopExpr
All Implemented Interfaces:
EquivTo, Expr, Precedence, Switchable, ToBriefString, Value
Direct Known Subclasses:
GAndExpr, GOrExpr, GShlExpr, GShrExpr, GUshrExpr, GXorExpr

public abstract class AbstractGrimpIntLongBinopExpr
extends AbstractIntLongBinopExpr
implements Precedence


Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
protected AbstractGrimpIntLongBinopExpr(ValueBox op1Box, ValueBox op2Box)
           
 
Method Summary
abstract  int getPrecedence()
           
 java.lang.String toBriefString()
          Returns a brief description of this object.
 java.lang.String toString()
           
 
Methods inherited from class soot.jimple.internal.AbstractIntLongBinopExpr
getType
 
Methods inherited from class soot.jimple.internal.AbstractBinopExpr
clone, equivHashCode, equivTo, getOp1, getOp1Box, getOp2, getOp2Box, getSymbol, getUseBoxes, setOp1, setOp2
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface soot.util.Switchable
apply
 

Constructor Detail

AbstractGrimpIntLongBinopExpr

protected AbstractGrimpIntLongBinopExpr(ValueBox op1Box,
                                        ValueBox op2Box)
Method Detail

getPrecedence

public abstract int getPrecedence()
Specified by:
getPrecedence in interface Precedence

toString

public java.lang.String toString()
Overrides:
toString in class AbstractBinopExpr

toBriefString

public java.lang.String toBriefString()
Description copied from interface: ToBriefString
Returns a brief description of this object.
Overrides:
toBriefString in class AbstractBinopExpr