UNPKG

@snyk/java-call-graph-builder

Version:

Tool for building a call graph for JVM ecosystem (Maven, Gradle...)

8 lines (7 loc) 188 B
export declare class ClassPath { private readonly value; constructor(classPath: string); isEmpty(): boolean; concat(other: ClassPath): ClassPath; toString(): string; }