A
C
D
E
F
G
H
I
L
M
N
P
R
S
T
V
W
F
- FieldMirror - class in dev.thecodewarrior.mirror.member
- A mirror representing a field.
- fillInStackTrace() - function in java.lang.AnnotationFormatException
- fillInStackTrace() - function in kotlin.MirrorException
- fillInStackTrace() - function in kotlin.InvalidSpecializationException
- fillInStackTrace() - function in kotlin.NoSuchMirrorException
- FINAL - enum entry in dev.thecodewarrior.mirror.member.Modifier
The Java
finalmodifier- FINAL - enum entry in dev.thecodewarrior.mirror.type.ClassMirror.Flag
This flag is present on final classes
- find(String,TypeMirror) - function in dev.thecodewarrior.mirror.type.MethodList
- Finds the method in this list that has the specified signature, or null if no such method exists.
- findAll(String) - function in dev.thecodewarrior.mirror.type.MethodList
- Returns the methods in this list that have the specified name.
- findDeclaredConstructor(TypeMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the constructor declared in this class that has the specified parameter types, or null if no such constructor exists.
- findDeclaredField(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the field declared directly in this class that has the specified name, or null if no such field exists.
- findDeclaredMemberClass(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the member class declared directly in this class that has the specified name, or null if no such class exists.
- findField(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the field declared in this class or inherited from its superclasses that has the specified name, or null if no such field exists.
- findMemberClass(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the member class declared in this class or inherited from its superclasses that has the specified name, or null if no such class exists.
- findMethod(String,TypeMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the public or private method declared in this class or its superclasses that has the specified signature, excluding overridden methods, or null if no such method exists.
- findMethodRaw(String,Class) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the public or private method declared in this class or its superclasses that has the specified raw signature, excluding overridden methods, or null if no such method exists.
- findMethods(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the public and private methods declared in this class or its superclasses that have the specified name, excluding overridden methods.
- findPublicField(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the public field declared in this class or inherited from its superclasses that has the specified name, or null if no such field exists.
- findPublicMemberClass(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Returns the public member class declared in this class or inherited from its superclasses that has the specified name, or null if no such class exists.
- findRaw(String,Class) - function in dev.thecodewarrior.mirror.type.MethodList
- Finds the method in this list that has the specified raw signature, or null if no such method exists.
- findSuperclass(ClassMirror) - function in dev.thecodewarrior.mirror.InlinesKt
- Recursively searches through this class's supertypes to find the most specific superclass with the specified type.
- findSuperclass(Class) - function in dev.thecodewarrior.mirror.type.ClassMirror
- Recursively searches through this class's supertypes to find the specificity superclass with the specified type.
- forEach(Consumer) - function in kotlin.collections.MethodList
- forEach(Consumer) - function in kotlin.collections.AnnotationList
- fromMethodModifiers(Integer) - function in dev.thecodewarrior.mirror.member.Modifier.Companion
- Extracts a set of Modifiers from the given Core Reflection method mods.
- fromModifiers(Integer) - function in dev.thecodewarrior.mirror.member.Modifier.Companion
- Extracts a set of Modifiers from the given Core Reflection mods
- fromModifiers(Integer) - function in dev.thecodewarrior.mirror.member.Modifier.Access.Companion
- Extract the access level from the passed modifier int.