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

chapi.app.analyser.support.IAnalyser.kt Maven / Gradle / Ivy

Go to download

Chapi is A common language meta information convertor, convert different languages to same meta-data model

There is a newer version: 1.5.10
Show newest version
package chapi.app.analyser.support

import chapi.domain.core.CodeDataStruct

interface IAnalyser {
    fun analysisNodeByPath(path: String = ""): Array
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy