soot.dava.internal.javaRep
Class DCmpgExpr
java.lang.Object
|
+--soot.jimple.internal.AbstractBinopExpr
|
+--soot.jimple.internal.AbstractIntBinopExpr
|
+--soot.grimp.internal.AbstractGrimpIntBinopExpr
|
+--soot.dava.internal.javaRep.DCmpgExpr
- public class DCmpgExpr
- extends AbstractGrimpIntBinopExpr
- implements CmpgExpr
- See Also:
- Serialized Form
Method Summary |
void |
apply(Switch sw)
Called when this object is visited. |
java.lang.Object |
clone()
Returns a clone of this Value. |
int |
getPrecedence()
|
java.lang.String |
getSymbol()
Returns the unique symbol for an operator. |
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
DCmpgExpr
public DCmpgExpr(Value op1,
Value op2)
getSymbol
public final java.lang.String getSymbol()
- Description copied from class: AbstractBinopExpr
- Returns the unique symbol for an operator.
- Overrides:
- getSymbol in class AbstractBinopExpr
getPrecedence
public final int getPrecedence()
- Overrides:
- getPrecedence in class AbstractGrimpIntBinopExpr
apply
public void apply(Switch sw)
- Description copied from interface: Switchable
- Called when this object is visited.
clone
public java.lang.Object clone()
- Description copied from interface: Value
- Returns a clone of this Value.
- Overrides:
- clone in class AbstractBinopExpr