public class GNewInvokeExpr extends AbstractInvokeExpr implements NewInvokeExpr, Precedence
| Modifier and Type | Field and Description |
|---|---|
protected RefType |
type |
argBoxes, methodRef| Constructor and Description |
|---|
GNewInvokeExpr(RefType type,
SootMethodRef methodRef,
List<? extends Value> args) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
Object |
clone()
Returns a clone of this Value.
|
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality.
|
boolean |
equivTo(Object o)
Returns true if this object is equivalent to o.
|
RefType |
getBaseType() |
int |
getPrecedence() |
Type |
getType()
Returns the Soot type of this Value.
|
void |
setBaseType(RefType type) |
String |
toString() |
void |
toString(UnitPrinter up) |
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getUseBoxes, setArg, setMethodRefequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRefgetUseBoxesprotected RefType type
public GNewInvokeExpr(RefType type, SootMethodRef methodRef, List<? extends Value> args)
public RefType getBaseType()
getBaseType in interface NewInvokeExprpublic void setBaseType(RefType type)
setBaseType in interface NewInvokeExprpublic Type getType()
ValuegetType in interface StaticInvokeExprgetType in interface ValuegetType in class AbstractInvokeExprpublic int getPrecedence()
getPrecedence in interface Precedencepublic void toString(UnitPrinter up)
public void apply(Switch sw)
Switchableapply in interface StaticInvokeExprapply in interface Switchablepublic Object clone()
Valueclone in interface Valueclone in class AbstractInvokeExprpublic boolean equivTo(Object o)
EquivTopublic int equivHashCode()
equivHashCode in interface EquivToCopyright © 2024 Soot OSS. All rights reserved.