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

    Modifier and Type
    Method
    Description
    Get this type's super class.
  • Method Details

    • getSuperType

      String getSuperType()
      Get this type's super class.
      See Also:
      • #setSuperType(String)