JvmFrame class

Constructors

JvmFrame({String? package, String? declaringClass, String? fileName, String? method, int? lineNumber, int? skippedFrames, required bool isNativeMethod, required String originalFrame})
JvmFrame.parse(String frame)
factory

Properties

declaringClass String?
final
fileName String?
final
hashCode int
The hash code for this object.
no setterinherited
isNativeMethod bool
final
lineNumber int?
final
method String?
final
originalFrame String
final
package String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skippedFrames int?
final
unparsed bool
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

tryParse(String frame) JvmFrame?