|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object soot.jimple.internal.AbstractInvokeExpr soot.grimp.internal.GNewInvokeExpr
public class GNewInvokeExpr
Field Summary |
---|
Fields inherited from class soot.jimple.internal.AbstractInvokeExpr |
---|
argBoxes, methodRef |
Constructor Summary | |
---|---|
GNewInvokeExpr(RefType type,
SootMethodRef methodRef,
List args)
|
Method Summary | |
---|---|
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. |
List |
getUseBoxes()
Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value. |
void |
setBaseType(RefType type)
|
String |
toString()
|
void |
toString(UnitPrinter up)
|
Methods inherited from class soot.jimple.internal.AbstractInvokeExpr |
---|
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface soot.jimple.InvokeExpr |
---|
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef |
Constructor Detail |
---|
public GNewInvokeExpr(RefType type, SootMethodRef methodRef, List args)
Method Detail |
---|
public RefType getBaseType()
getBaseType
in interface NewInvokeExpr
public void setBaseType(RefType type)
setBaseType
in interface NewInvokeExpr
public Type getType()
Value
getType
in interface InvokeExpr
getType
in interface StaticInvokeExpr
getType
in interface Value
getType
in class AbstractInvokeExpr
public int getPrecedence()
getPrecedence
in interface Precedence
public String toString()
toString
in class Object
public void toString(UnitPrinter up)
toString
in interface Value
public List getUseBoxes()
Value
getUseBoxes
in interface Value
public void apply(Switch sw)
Switchable
apply
in interface StaticInvokeExpr
apply
in interface Switchable
public Object clone()
Value
clone
in interface Value
clone
in class AbstractInvokeExpr
public boolean equivTo(Object o)
EquivTo
equivTo
in interface EquivTo
public int equivHashCode()
equivHashCode
in interface EquivTo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |