A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
V
W
C
- call(Object) - function in dev.thecodewarrior.mirror.member.ConstructorMirror
- Create a new instance using this constructor.
- call(Object,Object) - function in dev.thecodewarrior.mirror.member.MethodMirror
- Calls the represented method on the passed instance.
- ClassMirror - class in dev.thecodewarrior.mirror.type
- The type of mirror used to represent classes, as opposed to arrays, type variables, wildcards, and
void. - ClassMirror.Flag - class in dev.thecodewarrior.mirror.type.ClassMirror
- A set of useful flags for classes, such as whether it is abstract, anonymous, primitive, etc.
- compare(TypeMirror,TypeMirror) - function in dev.thecodewarrior.mirror.type.TypeSpecificityComparator
- ConcreteTypeMirror - class in dev.thecodewarrior.mirror.type
- A type mirror that represents a concrete type, i.e.
- ConstructorMirror - class in dev.thecodewarrior.mirror.member
- A mirror representing a constructor.
- contains(MethodMirror) - function in kotlin.collections.MethodList
- contains(Annotation) - function in kotlin.collections.AnnotationList
- containsAll(Collection) - function in kotlin.collections.MethodList
- containsAll(Collection) - function in kotlin.collections.AnnotationList
- createArrayType(TypeMirror) - function in dev.thecodewarrior.mirror.Mirror
- Create an array whose component type is the passed mirror