org.kit.furia.fragment.soot.representation
Interface NewInvokeExpr

All Superinterfaces:
soot.EquivTo, soot.jimple.Expr, soot.jimple.InvokeExpr, java.io.Serializable, soot.jimple.StaticInvokeExpr, soot.util.Switchable, soot.Value
All Known Implementing Classes:
FNewInvokeExpr

public interface NewInvokeExpr
extends soot.jimple.StaticInvokeExpr


Method Summary
 soot.RefType getBaseType()
           
 void setBaseType(soot.RefType type)
           
 
Methods inherited from interface soot.jimple.StaticInvokeExpr
apply, getType
 
Methods inherited from interface soot.jimple.InvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
 
Methods inherited from interface soot.Value
clone, getUseBoxes, toString
 
Methods inherited from interface soot.EquivTo
equivHashCode, equivTo
 

Method Detail

getBaseType

soot.RefType getBaseType()

setBaseType

void setBaseType(soot.RefType type)


Copyright © 2008 Arnoldo Jose Muller Molina. All Rights Reserved.