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 aJavaTypethat can extend other types (Java inheritance and interfaces).- Author:
- Lincoln Baxter, III
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetSuperType()Get this type's super class.
-
-
-
Method Detail
-
getSuperType
String getSuperType()
Get this type's super class.- See Also:
#setSuperType(String)
-
-