Interface ThreaddumpParser.ThreadLineInfo

All Superinterfaces:
ThreaddumpParser.JSerializable
All Known Implementing Classes:
LockThreadLineInfo, MethodThreadLineInfo
Enclosing class:
ThreaddumpParser

public static interface ThreaddumpParser.ThreadLineInfo extends ThreaddumpParser.JSerializable
  • Method Details

    • isMethodLine

      boolean isMethodLine(String className, String methodName)
    • isLockLine

      boolean isLockLine(String className)