Package org.eclipse.mat.jruby.resolver
Class JRubyScriptResolver
java.lang.Object
org.eclipse.mat.jruby.resolver.JRubyScriptResolver
- All Implemented Interfaces:
IRequestDetailsResolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
complement
(ISnapshot snapshot, IThreadInfo thread, int[] localVars, int currentVarId, IProgressListener listener) Add extra details
-
Constructor Details
-
JRubyScriptResolver
public JRubyScriptResolver()
-
-
Method Details
-
complement
public void complement(ISnapshot snapshot, IThreadInfo thread, int[] localVars, int currentVarId, IProgressListener listener) throws SnapshotException Description copied from interface:IRequestDetailsResolver
Add extra details- Specified by:
complement
in interfaceIRequestDetailsResolver
- Parameters:
snapshot
- the whole dumpthread
- the thread processing the requestlocalVars
- all the local variables, as idscurrentVarId
- this particular object, as an idlistener
- to show progress and log errors- Throws:
SnapshotException
-