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

org.jsweet.transpiler.model.ExecutableElement Maven / Gradle / Ivy

The newest version!
package org.jsweet.transpiler.model;

public interface ExecutableElement extends ExtendedElement, javax.lang.model.element.ExecutableElement {

    javax.lang.model.element.ExecutableElement getStandardElement();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy