public class GNewInvokeExpr extends AbstractInvokeExpr implements NewInvokeExpr, Precedence
argBoxes, methodRef| Constructor and Description |
|---|
GNewInvokeExpr(RefType type,
SootMethodRef methodRef,
java.util.List args) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality.
|
boolean |
equivTo(java.lang.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) |
java.lang.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, setMethodRefgetUseBoxespublic GNewInvokeExpr(RefType type, SootMethodRef methodRef, java.util.List 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 java.lang.String toString()
toString in class java.lang.Objectpublic void toString(UnitPrinter up)
public void apply(Switch sw)
Switchableapply in interface StaticInvokeExprapply in interface Switchablepublic java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractInvokeExprpublic boolean equivTo(java.lang.Object o)
EquivTopublic int equivHashCode()
equivHashCode in interface EquivTo