| Package | Description |
|---|---|
| qilin.util |
Generally useful utility classes for Soot.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Chain.insertAfter(Chain<E> toInsert,
E point)
Inserts
toInsert in the Chain after point. |
void |
Chain.insertBefore(Chain<E> toInsert,
E point)
Inserts
toInsert in the Chain before point. |
Copyright © 2024 Soot OSS. All rights reserved.