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

kendal.api.AstUtils Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package kendal.api;

import com.sun.tools.javac.util.Name;

public interface AstUtils {
    Name nameFromString(String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy