| Constructor and Description |
|---|
ContextElements(ContextElement[] array,
int s) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(ContextElement heap) |
boolean |
equals(Object obj) |
ContextElement |
get(int i) |
ContextElement[] |
getElements() |
int |
hashCode() |
boolean |
isEmpty() |
static ContextElements |
newContext(ContextElements c,
ContextElement ce,
int depth)
Compose a new context by a given context and a heap.
|
int |
size() |
String |
toString() |
public ContextElements(ContextElement[] array, int s)
public ContextElement[] getElements()
public ContextElement get(int i)
public boolean contains(ContextElement heap)
public boolean isEmpty()
public int size()
public static ContextElements newContext(ContextElements c, ContextElement ce, int depth)
Copyright © 2024 Soot OSS. All rights reserved.