package org.jastadd.plugin.compiler.ast;

public interface IHoverNode {
	
	public String hoverComment();
	
}
