1 package spoon.reflect.code;2 3 import spoon.reflect.declaration.CtElement;4 5 /**6 * This interface is the root interface of the code elements.7 */8 public interface CtCodeElement extends CtElement {}9