Interface AltClass
- All Known Implementing Classes:
ArrayTypeAltClassImpl,ClassAltClassImpl,TypeElementAltClassImpl
public interface AltClass
- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptiongetName()getSuperParameterizedType(AltClass superclass, int paramIndex) booleanisArray()boolean
-
Method Details
-
getName
String getName() -
getSimpleName
String getSimpleName() -
getAnnotations
List<AltAnnotation> getAnnotations() -
getMethods
-
getSuperParameterizedType
-
isInterface
boolean isInterface() -
isArray
boolean isArray() -
getComponentType
AltClass getComponentType()
-