| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.units.code.java.DeferredRequestsCollector |
This object is used to hold requests for decompilations.
Not thread-safe.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DeferredRequestsCollector() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
clear()
Reset the object by clearing all requests.
| ||||||||||
| boolean | isEmpty() | ||||||||||
| List<String> | pullRequestedClassDecompilations() | ||||||||||
| List<String> | pullRequestedFieldDecompilations() | ||||||||||
| List<String> | pullRequestedMethodDecompilations() | ||||||||||
| void |
request(String sig)
File a request for decompilation
| ||||||||||
| String | toString() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Reset the object by clearing all requests.
File a request for decompilation
| sig | a class, method, or field signature (internal binary format: L...)
|
|---|