class |
AddAgent |
Add instruction handler.
|
class |
AllAgents |
All agents that try to decompile incoming instructions.
|
class |
BipushAgent |
Bipush instruction handler.
|
class |
CastAgent |
Cast instruction handler.
|
class |
CheckCastAgent |
CheckCast instruction handler.
|
class |
ConstAgent |
Iconst instruction handler.
|
class |
DummyAgent |
Dummy agent.
|
class |
DupAgent |
Dup instruction handler.
|
class |
GetFieldAgent |
Getfield instruction handler.
|
class |
GetStaticAgent |
Getstatic instruction handler.
|
class |
IfAgent |
If instruction handler.
|
class |
InvokedynamicAgent |
Invokedynamic instruction handler.
|
class |
InvokeinterfaceAgent |
Invokeinterface instruction handler.
|
class |
InvokespecialAgent |
Invokespecial instruction handler.
|
class |
InvokestaticAgent |
Invokestatic instruction handler.
|
class |
InvokevirtualAgent |
Invokevirtual instruction handler.
|
class |
LabelAgent |
Label instruction handler.
|
class |
LdcAgent |
Ldc instruction handler.
|
class |
LoadAgent |
Instruction handler.
|
class |
MulAgent |
Mul instruction handler.
|
class |
NewAgent |
New instruction handler.
|
class |
NewArrayAgent |
New array instruction handler.
|
class |
OpcodesAgent |
Agent that handles opcodes.
|
class |
PopAgent |
Pop instruction handler.
|
class |
PutFieldAgent |
Putfield instruction handler.
|
class |
ReturnAgent |
Return instruction handler.
|
class |
StoreAgent |
Store instruction handler.
|
class |
StoreToArrayAgent |
Store to array instruction handler.
|
class |
SubAgent |
Substraction instruction handler.
|
class |
TracedAgent |
Agent that knows how to log additional information about a decompilation process.
|