public class AllocAndContext extends Object
| Modifier and Type | Field and Description |
|---|---|
AllocNode |
alloc |
ImmutableStack<Integer> |
context |
| Constructor and Description |
|---|
AllocAndContext(AllocNode alloc,
ImmutableStack<Integer> context) |
public final AllocNode alloc
public final ImmutableStack<Integer> context
public AllocAndContext(AllocNode alloc, ImmutableStack<Integer> context)
Copyright © 2020 Soot OSS. All rights reserved.