public abstract class AbstractNewObjInstanceInstruction extends AbstractCilnstruction
| Modifier and Type | Field and Description |
|---|---|
protected List<Local> |
listOfArgs |
protected SootMethodRef |
methodRef |
cilBlock, dotnetBody, instruction| Constructor and Description |
|---|
AbstractNewObjInstanceInstruction(ProtoIlInstructions.IlInstructionMsg instruction,
DotnetBody dotnetBody,
CilBlock cilBlock) |
| Modifier and Type | Method and Description |
|---|---|
List<Local> |
getListOfArgs() |
SootMethodRef |
getMethodRef() |
void |
resolveCallConstructorBody(Body jb,
Local variableObject)
Call the constructor of the instantiated object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitjimplify, jimplifyExprprotected SootMethodRef methodRef
public AbstractNewObjInstanceInstruction(ProtoIlInstructions.IlInstructionMsg instruction, DotnetBody dotnetBody, CilBlock cilBlock)
public SootMethodRef getMethodRef()
Copyright © 2024 Soot OSS. All rights reserved.