public class GVirtualInvokeExpr extends AbstractVirtualInvokeExpr implements Precedence
baseBox
argBoxes, 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, equivTo
getBase, getBaseBox, getUseBoxes, setBase
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRef
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getBase, getBaseBox, setBase
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
getType, getUseBoxes
public GVirtualInvokeExpr(Value base, SootMethodRef methodRef, List<? extends Value> args)
public int getPrecedence()
getPrecedence
in interface Precedence
public String toString()
toString
in class AbstractVirtualInvokeExpr
public void toString(UnitPrinter up)
toString
in interface Value
toString
in class AbstractVirtualInvokeExpr
Copyright © 2021 Soot OSS. All rights reserved.