public class AllocNode extends Node implements ContextElement, Numberable
| Constructor and Description |
|---|
AllocNode(Object newExpr,
Type t,
SootMethod m) |
| Modifier and Type | Method and Description |
|---|---|
AllocNode |
base() |
SootMethod |
getMethod() |
Object |
getNewExpr()
Returns the new expression of this allocation site.
|
String |
toString() |
String |
toString2() |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitequals, hashCodegetNumber, setNumberprotected Object newExpr
public AllocNode(Object newExpr, Type t, SootMethod m)
Copyright © 2024 Soot OSS. All rights reserved.