Interface AltClass

All Known Implementing Classes:
ArrayTypeAltClassImpl, ClassAltClassImpl, TypeElementAltClassImpl

public interface AltClass
Author:
jwells
  • Method Details

    • getName

      String getName()
    • getSimpleName

      String getSimpleName()
    • getAnnotations

      List<AltAnnotation> getAnnotations()
    • getMethods

      List<AltMethod> getMethods()
    • getSuperParameterizedType

      AltClass getSuperParameterizedType(AltClass superclass, int paramIndex)
    • isInterface

      boolean isInterface()
    • isArray

      boolean isArray()
    • getComponentType

      AltClass getComponentType()