chapi.app.analyser.support.IAnalyser.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chapi-application Show documentation
Show all versions of chapi-application Show documentation
Chapi is A common language meta information convertor, convert different languages to same meta-data model
package chapi.app.analyser.support
import chapi.domain.core.CodeDataStruct
interface IAnalyser {
fun analysisNodeByPath(path: String = ""): Array
}