| java.lang.Object | |
| ↳ | com.pnfsoftware.jeb.core.AbstractPlugin |
Known Direct Subclasses
|
Known Indirect Subclasses
AbstractEBlockOptimizer,
AbstractEExpressionOptimizer,
AbstractEOptimizer,
AbstractEStatementOptimizer,
AbstractNativeDecompilerPlugin<InsnType extends IInstruction>,
AbstractNativeDisassemblerPlugin<InsnType extends IInstruction>,
AbstractNativePlugin<InsnType extends IInstruction>,
MarsAnalyticaTracerPlugin
|
Skeleton implementation.
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| AbstractPlugin() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| void |
dispose()
The default implementation does nothing.
| ||||||||||
| Object |
getData(Object key)
Retrieve a piece of transient plugin data.
| ||||||||||
| void |
setData(Object key, Object value)
Store a piece of transient plugin data.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.IPlugin
| |||||||||||
The default implementation does nothing.
Retrieve a piece of transient plugin data.
Store a piece of transient plugin data.