
io.protostuff.compiler.model.Element Maven / Gradle / Ivy
package io.protostuff.compiler.model;
import java.util.List;
/**
* @author Kostiantyn Shchepanovskyi
*/
public interface Element {
SourceCodeLocation getSourceCodeLocation();
List getCommentLines();
String getComments();
Element getParent();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy