soot.grimp.internal
Class AbstractGrimpBinopExpr

java.lang.Object
  |
  +--soot.jimple.internal.AbstractBinopExpr
        |
        +--soot.grimp.internal.AbstractGrimpBinopExpr

public abstract class AbstractGrimpBinopExpr
extends AbstractBinopExpr
implements Precedence


Fields inherited from class soot.jimple.internal.AbstractBinopExpr
op1Box, op2Box
 
Constructor Summary
protected AbstractGrimpBinopExpr(Value op1, Value op2)
           
 
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.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
 

Constructor Detail

AbstractGrimpBinopExpr

protected AbstractGrimpBinopExpr(Value op1,
                                 Value op2)
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