Package dev.thecodewarrior.mirror.type
See: Description
-
Interface Summary Interface Description ArrayMirror The type of mirror used to represent arrays, as opposed to classes, type variables, wildcards, and void.ClassMirror The type of mirror used to represent classes, as opposed to arrays, type variables, wildcards, and void.ConcreteTypeMirror A type mirror that represents a concrete type, i.e. MethodList A searchable list of MethodMirrors. TypeMirror The common superinterface of all mirrors that represent types. TypeVariableMirror The type of mirror used to represent type variables. VoidMirror The type of mirror used to represent the voidtype.WildcardMirror The type of mirror used to represent wildcard types. -
Enum Summary Enum Description Flag A set of useful flags for classes, such as whether it is abstract, anonymous, primitive, etc. -
Object Summary Object Description TypeSpecificityComparator A comparator that compares the "specificity" of a TypeMirror.