public class GVirtualInvokeExpr extends AbstractVirtualInvokeExpr implements Precedence
baseBoxargBoxes, methodRef| Constructor and Description |
|---|
GVirtualInvokeExpr(Value base,
SootMethodRef methodRef,
List<? extends Value> args) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Returns a clone of this Value.
|
int |
getPrecedence() |
String |
toString() |
void |
toString(UnitPrinter up) |
apply, convertToBaf, equivHashCode, equivTogetBase, getBaseBox, getUseBoxes, setBasegetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRefequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBase, getBaseBox, setBasegetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRefgetType, getUseBoxespublic GVirtualInvokeExpr(Value base, SootMethodRef methodRef, List<? extends Value> args)
public int getPrecedence()
getPrecedence in interface Precedencepublic String toString()
toString in class AbstractVirtualInvokeExprpublic void toString(UnitPrinter up)
toString in interface ValuetoString in class AbstractVirtualInvokeExprCopyright © 2021 Soot OSS. All rights reserved.