Package org.jboss.forge.roaster.model
Interface Extendable<O extends JavaType<O>>
- All Known Subinterfaces:
ExtendableSource<O>,JavaClass<O>,JavaClassSource
public interface Extendable<O extends JavaType<O>>
Represents a
JavaType that can extend other types (Java inheritance and interfaces).- Author:
- Lincoln Baxter, III
-
Method Summary
-
Method Details
-
getSuperType
String getSuperType()Get this type's super class.- See Also:
-
#setSuperType(String)
-