All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.didichuxing.doraemonkit.plugin.stack_method.MethodStackNode.kt Maven / Gradle / Ivy

Go to download

DoKit is an efficiency platform for the entire life cycle of general front-end product research and development.

There is a newer version: 3.7.11
Show newest version
package com.didichuxing.doraemonkit.plugin.stack_method

/**
 * ================================================
 * 作    者:jint(金台)
 * 版    本:1.0
 * 创建日期:2020/5/20-16:50
 * 描    述:
 * 修订历史:
 * ================================================
 */
data class MethodStackNode(var level: Int,
                           var className: String,
                           var methodName: String,
                           var desc: String,
                           var parentClassName: String,
                           var parentMethodName: String,
                           var parentDesc: String)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy