KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > spoon > reflect > code > CtCodeElement


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
Popular Tags