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

org.qbicc.pointer.ExecutableElementPointer Maven / Gradle / Ivy

There is a newer version: 0.77.0
Show newest version
package org.qbicc.pointer;

import org.qbicc.type.definition.element.ExecutableElement;

/**
 * Interface which marks a direct pointer to some executable element.
 */
public interface ExecutableElementPointer {
    ExecutableElement getExecutableElement();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy