Package org.eclipse.mat.jruby.resolver
Class RubyStacktraceDumper.FrameModel
java.lang.Object
org.eclipse.mat.jruby.resolver.RubyStacktraceDumper.FrameModel
- Enclosing class:
- RubyStacktraceDumper
-
Constructor Summary
ConstructorDescriptionFrameModel
(String moduleName, String methodName, String frameFileName, int frameLine, boolean isBindingFrame) FrameModel
(IObject object) -
Method Summary
-
Constructor Details
-
FrameModel
- Throws:
SnapshotException
-
FrameModel
public FrameModel(String moduleName, String methodName, String frameFileName, int frameLine, boolean isBindingFrame) throws SnapshotException - Throws:
SnapshotException
-
-
Method Details