Class CtCompilationUnitImpl

java.lang.Object
spoon.support.reflect.declaration.CtElementImpl
spoon.support.reflect.declaration.CtCompilationUnitImpl
All Implemented Interfaces:
Serializable, Cloneable, FactoryAccessor, SourcePositionHolder, CtCompilationUnit, CtElement, CtQueryable, CtVisitable
Direct Known Subclasses:
CompilationUnitImpl

public class CtCompilationUnitImpl extends CtElementImpl implements CtCompilationUnit
Implements a compilation unit. In Java, a compilation unit can contain only one public type declaration and other secondary types declarations (not public).
See Also:
Serialized Form