public static class ThrowableSet.Manager
extends java.lang.Object
G and Singletons classes).| Modifier and Type | Field and Description |
|---|---|
ThrowableSet |
ALL_THROWABLES
ThrowableSet representing all possible
Throwables. |
ThrowableSet |
EMPTY
ThrowableSet containing no exception classes. |
| Constructor and Description |
|---|
Manager(Singletons.Global g)
Constructs a
ThrowableSet.Manager for inclusion in
Soot's global variable manager, G. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
reportInstrumentation()
Report the counts collected by instrumentation (for now, at
least, there is no need to provide access to the individual
values as numbers).
|
static ThrowableSet.Manager |
v()
Returns the single instance of
ThrowableSet.Manager. |
public final ThrowableSet EMPTY
ThrowableSet containing no exception classes.public final ThrowableSet ALL_THROWABLES
ThrowableSet representing all possible
Throwables.public Manager(Singletons.Global g)
ThrowableSet.Manager for inclusion in
Soot's global variable manager, G.g - guarantees that the constructor may only be called
from Singletons.public static ThrowableSet.Manager v()
ThrowableSet.Manager.ThrowableSet.Manager.public java.lang.String reportInstrumentation()
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.