A  C  D  E  F  G  H  I  L  M  N  P  R  S  T  V  W 

G

get(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
get() - function in dev.thecodewarrior.mirror.TypeToken
Gets the generic type represented by this TypeToken
get(Object) - function in dev.thecodewarrior.mirror.member.FieldMirror
Get the value of this field in the passed instance.
get(String,TypeMirror) - function in dev.thecodewarrior.mirror.type.MethodList
Returns the method in this list that has the specified signature, or throws if no such method exists.
get(Integer) - function in kotlin.collections.MethodList
 
get(Class) - function in dev.thecodewarrior.mirror.util.AnnotationList
Returns this element's annotation for the specified type if such an annotation is present, else null.
get(Integer) - function in kotlin.collections.AnnotationList
 
getAccess() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
The access control modifier for this member.
getAccess() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
The access control modifier for this member.
getAccess() - function in dev.thecodewarrior.mirror.member.FieldMirror
The access control modifier for this member.
getAccess() - function in dev.thecodewarrior.mirror.member.MemberMirror
The access control modifier for this member.
getAccess() - function in dev.thecodewarrior.mirror.member.MethodMirror
The access control modifier for this member.
getAccess() - function in dev.thecodewarrior.mirror.type.ClassMirror
The access modifier present on this class
getAccessModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The access modifiersNote: this value is immutable
getAllByType(Class) - function in dev.thecodewarrior.mirror.util.AnnotationList
Returns annotations that are associated with this element.
getAnnotated() - function in dev.thecodewarrior.mirror.TypeToken
Gets the annotated type represented by this TypeToken
getAnnotatedBounds() - function in dev.thecodewarrior.mirror.impl.coretypes.TypeVariableImpl
 
getAnnotation(Class) - function in dev.thecodewarrior.mirror.impl.coretypes.TypeVariableImpl
 
getAnnotations() - function in java.lang.reflect.TypeVariableImpl
 
getAnnotations() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns annotations that are present on the member this mirror represents.
getAnnotations() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns annotations that are present on the member this mirror represents.
getAnnotations() - function in dev.thecodewarrior.mirror.member.FieldMirror
Returns annotations that are present on the member this mirror represents.
getAnnotations() - function in dev.thecodewarrior.mirror.member.MemberMirror
Returns annotations that are present on the member this mirror represents.
getAnnotations() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns annotations that are present on the member this mirror represents.
getAnnotations() - function in dev.thecodewarrior.mirror.member.ParameterMirror
Returns annotations that are present on the member this mirror represents.
getAnnotations() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns annotations that are present on the class this mirror represents.
getAnnotationsByType(Class) - function in java.lang.reflect.TypeVariableImpl
 
getBoolean(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getBoolean() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive boolean type
getBounds() - function in java.lang.reflect.TypeVariableImpl
 
getBounds() - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
The bounds of this type variable.
getByte(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getByte() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive byte type
getCanonicalName() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the simple fully qualified name of the class this mirror represents.
getCause() - function in java.lang.AnnotationFormatException
 
getCause() - function in dev.thecodewarrior.mirror.MirrorException
 
getCause() - function in dev.thecodewarrior.mirror.InvalidSpecializationException
 
getCause() - function in dev.thecodewarrior.mirror.NoSuchMirrorException
 
getChar(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getChar() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive char type
getClassModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The valid modifiers for class declarations.
getComponent() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The specialized component type of this mirror
getConstructor(ConstructorMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the specialized mirror that represents the same constructor as other.
getConstructor(Constructor) - function in dev.thecodewarrior.mirror.type.ClassMirror
Gets the specialized mirror that represents other.
getConstructorModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The valid modifiers for constructor declarations.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The Java Core Reflection annotated type this mirror represents.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.ClassMirror
The Java Core Reflection annotated type this mirror represents.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
The Java Core Reflection annotated type this mirror represents.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.TypeMirror
The Java Core Reflection annotated type this mirror represents.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
The Java Core Reflection annotated type this mirror represents.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.VoidMirror
The Java Core Reflection annotated type this mirror represents.
getCoreAnnotatedType() - function in dev.thecodewarrior.mirror.type.WildcardMirror
The Java Core Reflection annotated type this mirror represents.
getCoreType() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The Java Core Reflection type this mirror represents
getCoreType() - function in dev.thecodewarrior.mirror.type.ClassMirror
The Java Core Reflection type this mirror represents
getCoreType() - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
The Java Core Reflection type this mirror represents
getCoreType() - function in dev.thecodewarrior.mirror.type.TypeMirror
The Java Core Reflection type this mirror represents
getCoreType() - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
The Java Core Reflection type this mirror represents
getCoreType() - function in dev.thecodewarrior.mirror.type.VoidMirror
The Java Core Reflection type this mirror represents
getCoreType() - function in dev.thecodewarrior.mirror.type.WildcardMirror
The Java Core Reflection type this mirror represents
getCustomaryOrder() - function in dev.thecodewarrior.mirror.member.Modifier
The customary sorting order of modifiers, according to JLS §8.1.1, §8.3.1, and §8.4.
getDeclaredAnnotation(Class) - function in java.lang.reflect.TypeVariableImpl
 
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.impl.coretypes.TypeVariableImpl
 
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns annotations that are declared on the member this mirror represents.
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns annotations that are declared on the member this mirror represents.
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.member.FieldMirror
Returns annotations that are declared on the member this mirror represents.
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.member.MemberMirror
Returns annotations that are declared on the member this mirror represents.
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns annotations that are declared on the member this mirror represents.
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.member.ParameterMirror
Returns annotations that are declared on the member this mirror represents.
getDeclaredAnnotations() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns annotations that are directly present on the class this mirror represents.
getDeclaredAnnotationsByType(Class) - function in java.lang.reflect.TypeVariableImpl
 
getDeclaredConstructor(TypeMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the constructor declared in this class that has the specified parameter types, or throws if no such constructor exists.
getDeclaredConstructors() - function in dev.thecodewarrior.mirror.type.ClassMirror
The constructors declared in this class.
getDeclaredField(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the field declared directly in this class that has the specified signature, or throws if no such field exists.
getDeclaredFields() - function in dev.thecodewarrior.mirror.type.ClassMirror
The fields declared directly in this class.
getDeclaredMemberClass(String) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the member class declared directly in this class that has the specified signature, or throws if no such class exists.
getDeclaredMemberClasses() - function in dev.thecodewarrior.mirror.type.ClassMirror
The member classes declared directly in this class.
getDeclaredMethods() - function in dev.thecodewarrior.mirror.type.ClassMirror
The methods declared directly in this class.
getDeclaringClass() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
The specialized class this member is declared in
getDeclaringClass() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
The specialized class this member is declared in
getDeclaringClass() - function in dev.thecodewarrior.mirror.member.FieldMirror
The specialized class this member is declared in
getDeclaringClass() - function in dev.thecodewarrior.mirror.member.MemberMirror
The specialized class this member is declared in
getDeclaringClass() - function in dev.thecodewarrior.mirror.member.MethodMirror
The specialized class this member is declared in
getDeclaringExecutable() - function in dev.thecodewarrior.mirror.member.ParameterMirror
The specialized executable this parameter is declared in
getDefaultValue() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns the default value of the annotation method, if it has one.
getDouble(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getDouble() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive double type
getEnclosingClass() - function in dev.thecodewarrior.mirror.type.ClassMirror
The class this class is defined inside, if any.
getEnclosingExecutable() - function in dev.thecodewarrior.mirror.type.ClassMirror
The executable this class is defined inside, if any.
getEnumConstants() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the list of constants in the enum class this mirror represents, or null if this mirror does not represent an enum class.
getEnumType() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the logical enum type of the class this mirror represents, taking into account anonymous enum subclasses, or null if this mirror does not represent an enum type or enum subclass.
getErasedParameterTypes() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Used to determine method override relationships
getErasedParameterTypes() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Used to determine method override relationships
getErasedParameterTypes() - function in dev.thecodewarrior.mirror.member.MethodMirror
Used to determine method override relationships
getErasure() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The JVM erasure of this type.
getErasure() - function in dev.thecodewarrior.mirror.type.ClassMirror
The JVM erasure of this type.
getErasure() - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
The JVM erasure of this type.
getErasure() - function in dev.thecodewarrior.mirror.type.TypeMirror
The JVM erasure of this type.
getErasure() - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
The JVM erasure of this type.
getErasure() - function in dev.thecodewarrior.mirror.type.VoidMirror
The JVM erasure of this type.
getErasure() - function in dev.thecodewarrior.mirror.type.WildcardMirror
The JVM erasure of this type.
getExceptionTypes() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
 
getExceptionTypes() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
 
getExceptionTypes() - function in dev.thecodewarrior.mirror.member.MethodMirror
 
getField(Field) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the specialized mirror that represents other.
getField(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 throws if no such field exists.
getFieldModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The valid modifiers for field declarations.
getFields() - function in dev.thecodewarrior.mirror.type.ClassMirror
The fields declared in this class and its superclasses.
getFlags() - function in dev.thecodewarrior.mirror.type.ClassMirror
A set of flags used to store properties such as whether the class is static, abstract, an enum, etc.
getFloat(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getFloat() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive float type
getGenericDeclaration() - function in dev.thecodewarrior.mirror.impl.coretypes.TypeVariableImpl
 
getGenericDeclaration() - function in java.lang.reflect.TypeVariableImpl
 
getHasName() - function in dev.thecodewarrior.mirror.member.ParameterMirror
Whether the parameter has a name compiled in the class file
getIndex() - function in dev.thecodewarrior.mirror.member.ParameterMirror
The index in the parameter list
getInheritedMethods() - function in dev.thecodewarrior.mirror.type.ClassMirror
The methods inherited from the supertypes of this class.
getInt(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getInt() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive int type
getInterfaceModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The valid modifiers for interface declarations.
getInterfaces() - function in dev.thecodewarrior.mirror.type.ClassMirror
The list of interfaces directly implemented by this type, in the order they appear in the source code.
getIsAbstract() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the abstractmodifier is present on this field.
getIsAbstract() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents an class.
getIsAnnotation() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents an annotation class.
getIsAnonymous() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents an anonymous class.
getIsBridge() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns true if this method is a bridge method.
getIsCompanion() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this object represents a Kotlin class and that class is a companion class
getIsData() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this object represents a Kotlin class and that class is a data class
getIsDefault() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns true if this method is a default interface method.
getIsEnum() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents an enum class.
getIsEnumConstant() - function in dev.thecodewarrior.mirror.member.FieldMirror
True if this field holds an enum constant
getIsFinal() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the finalmodifier is present on this field.
getIsFinal() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the finalmodifier is present on this field.
getIsFinal() - function in dev.thecodewarrior.mirror.member.ParameterMirror
True if the final modifier is present on this parameter
getIsFinal() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents a final class.
getIsInterface() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if the class this mirror represents is an interface.
getIsInternalAccess() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns true if this method/constructor has internal visibility in Kotlin
getIsInternalAccess() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns true if this method/constructor has internal visibility in Kotlin
getIsInternalAccess() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns true if this method/constructor has internal visibility in Kotlin
getIsInternalAccess() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this object represents a Kotlin class and that class has an internal visibility modifier
getIsKotlinClass() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this object represents a class directly written in Kotlin
getIsKotlinMember() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns true if this member is declared in a class directly written in Kotlin
getIsKotlinMember() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns true if this member is declared in a class directly written in Kotlin
getIsKotlinMember() - function in dev.thecodewarrior.mirror.member.FieldMirror
Returns true if this member is declared in a class directly written in Kotlin
getIsKotlinMember() - function in dev.thecodewarrior.mirror.member.MemberMirror
Returns true if this member is declared in a class directly written in Kotlin
getIsKotlinMember() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns true if this member is declared in a class directly written in Kotlin
getIsLocal() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents a local class.
getIsMember() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if the class this mirror represents is a member of another class.
getIsNative() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the nativemodifier is present on this field.
getIsOpen() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if the class this mirror represents is not final.
getIsPackagePrivate() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
A shorthand for checking if neither the public, protected, nor privatemodifiers are present on this field.
getIsPackagePrivate() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
A shorthand for checking if neither the public, protected, nor privatemodifiers are present on this field.
getIsPackagePrivate() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if neither the public, protected, nor privatemodifiers are present on this field.
getIsPackagePrivate() - function in dev.thecodewarrior.mirror.member.MemberMirror
A shorthand for checking if neither the public, protected, nor privatemodifiers are present on this field.
getIsPackagePrivate() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if neither the public, protected, nor privatemodifiers are present on this field.
getIsPrimitive() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents a primitive class.
getIsPrivate() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
A shorthand for checking if the privatemodifier is present on this field.
getIsPrivate() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
A shorthand for checking if the privatemodifier is present on this field.
getIsPrivate() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the privatemodifier is present on this field.
getIsPrivate() - function in dev.thecodewarrior.mirror.member.MemberMirror
A shorthand for checking if the privatemodifier is present on this field.
getIsPrivate() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the privatemodifier is present on this field.
getIsProtected() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
A shorthand for checking if the protectedmodifier is present on this field.
getIsProtected() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
A shorthand for checking if the protectedmodifier is present on this field.
getIsProtected() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the protectedmodifier is present on this field.
getIsProtected() - function in dev.thecodewarrior.mirror.member.MemberMirror
A shorthand for checking if the protectedmodifier is present on this field.
getIsProtected() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the protectedmodifier is present on this field.
getIsPublic() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
A shorthand for checking if the publicmodifier is present on this field.
getIsPublic() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
A shorthand for checking if the publicmodifier is present on this field.
getIsPublic() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the publicmodifier is present on this field.
getIsPublic() - function in dev.thecodewarrior.mirror.member.MemberMirror
A shorthand for checking if the publicmodifier is present on this field.
getIsPublic() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the publicmodifier is present on this field.
getIsSealed() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this object represents a Kotlin class and that class is a sealed class
getIsStatic() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the staticmodifier is present on this field.
getIsStatic() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the staticmodifier is present on this field.
getIsStatic() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents a static class.
getIsStrict() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the strictfpmodifier is present on this field.
getIsStrict() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if the class this mirror represents has the strictfp modifier.
getIsSynchronized() - function in dev.thecodewarrior.mirror.member.MethodMirror
A shorthand for checking if the synchronizedmodifier is present on this field.
getIsSynthetic() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns true if this member is synthetic.
getIsSynthetic() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns true if this member is synthetic.
getIsSynthetic() - function in dev.thecodewarrior.mirror.member.FieldMirror
Returns true if this member is synthetic.
getIsSynthetic() - function in dev.thecodewarrior.mirror.member.MemberMirror
Returns true if this member is synthetic.
getIsSynthetic() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns true if this member is synthetic.
getIsSynthetic() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns true if this mirror represents a synthetic class.
getIsTransient() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the transientmodifier is present on this field.
getIsVarArgs() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns true if this method takes a variable number of arguments.
getIsVarArgs() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns true if this method takes a variable number of arguments.
getIsVarArgs() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns true if this method takes a variable number of arguments.
getIsVarArgs() - function in dev.thecodewarrior.mirror.member.ParameterMirror
True if this is a vararg parameter
getIsVolatile() - function in dev.thecodewarrior.mirror.member.FieldMirror
A shorthand for checking if the volatilemodifier is present on this field.
getJava() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
The Core Reflection object this mirror represents
getJava() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
The Core Reflection object this mirror represents
getJava() - function in dev.thecodewarrior.mirror.member.FieldMirror
The Core Reflection object this mirror represents
getJava() - function in dev.thecodewarrior.mirror.member.MemberMirror
The Core Reflection object this mirror represents
getJava() - function in dev.thecodewarrior.mirror.member.MethodMirror
The Core Reflection object this mirror represents
getJava() - function in dev.thecodewarrior.mirror.member.ParameterMirror
The Core Reflection object this mirror represents
getJava() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The raw Core Reflection class this mirror represents
getJava() - function in dev.thecodewarrior.mirror.type.ClassMirror
The raw Core Reflection class this mirror represents
getJava() - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
The raw Core Reflection class this mirror represents
getJvmName() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the internal name of the class this mirror represents.
getKCallable() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
Returns the Kotlin KCallable instance that represents the same method/constructor as this.
getKCallable() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
Returns the Kotlin KCallable instance that represents the same method/constructor as this.
getKCallable() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns the Kotlin KCallable instance that represents the same method/constructor as this.
getKClass() - function in dev.thecodewarrior.mirror.type.ClassMirror
The Kotlin KClass instance associated with this class
getKotlin() - function in dev.thecodewarrior.mirror.TypeToken
Gets the kotlin type represented by this TypeToken
getLength(Object) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getLocalizedMessage() - function in java.lang.AnnotationFormatException
 
getLocalizedMessage() - function in kotlin.MirrorException
 
getLocalizedMessage() - function in kotlin.InvalidSpecializationException
 
getLocalizedMessage() - function in kotlin.NoSuchMirrorException
 
getLong(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getLong() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive long type
getLowerBound() - function in dev.thecodewarrior.mirror.type.WildcardMirror
? super T or out T.
getLowerBounds() - function in dev.thecodewarrior.mirror.type.WildcardMirror
? super T or out T.
getMask() - function in dev.thecodewarrior.mirror.member.Modifier
The Core Reflection modifier int bitmask
getMemberClass(ClassMirror) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the specialized mirror that represents the same class as other.
getMemberClass(Class) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the specialized mirror that represents other.
getMemberClass(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 throws if no such class exists.
getMemberClasses() - function in dev.thecodewarrior.mirror.type.ClassMirror
The member classes declared in this class and inherited from its superclasses.
getMessage() - function in java.lang.AnnotationFormatException
 
getMessage() - function in dev.thecodewarrior.mirror.MirrorException
 
getMessage() - function in dev.thecodewarrior.mirror.InvalidSpecializationException
 
getMessage() - function in dev.thecodewarrior.mirror.NoSuchMirrorException
 
getMethod(Method) - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the specialized mirror that represents other.
getMethod(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 throws if no such method exists.
getMethodModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The valid modifiers for method declarations.
getMethodRaw(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 throws if no such method exists.
getMethods() - function in dev.thecodewarrior.mirror.type.ClassMirror
All the methods declared in this class and its supertypes, excluding overridden methods.
getModifier() - function in dev.thecodewarrior.mirror.member.Modifier.Access
The Modifier corresponding to this access level, or null for default (package-private) visibility
getModifiers() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
The set of modifiers present on this member.
getModifiers() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
The set of modifiers present on this member.
getModifiers() - function in dev.thecodewarrior.mirror.member.FieldMirror
The set of modifiers present on this member.
getModifiers() - function in dev.thecodewarrior.mirror.member.MemberMirror
The set of modifiers present on this member.
getModifiers() - function in dev.thecodewarrior.mirror.member.MethodMirror
The set of modifiers present on this member.
getModifiers() - function in dev.thecodewarrior.mirror.type.ClassMirror
The modifiers present on this class.
getName() - function in dev.thecodewarrior.mirror.impl.coretypes.TypeVariableImpl
 
getName() - function in java.lang.reflect.TypeVariableImpl
 
getName() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
The method name.
getName() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
The method name.
getName() - function in dev.thecodewarrior.mirror.member.FieldMirror
The field's name
getName() - function in dev.thecodewarrior.mirror.member.MethodMirror
The method name.
getName() - function in dev.thecodewarrior.mirror.member.Modifier
 
getName() - function in dev.thecodewarrior.mirror.member.Modifier.Access
 
getName() - function in dev.thecodewarrior.mirror.member.ParameterMirror
The name of this parameter.
getName() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns an informative string describing this type.
getName() - function in dev.thecodewarrior.mirror.type.ClassMirror.Flag
 
getObject() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the Object type (Any in Kotlin)
getOrderedModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The set of all valid modifiers in customary order, as defined in §8.1.
getOrdinal() - function in dev.thecodewarrior.mirror.member.Modifier
 
getOrdinal() - function in dev.thecodewarrior.mirror.member.Modifier.Access
 
getOrdinal() - function in dev.thecodewarrior.mirror.type.ClassMirror.Flag
 
getOverrides() - function in dev.thecodewarrior.mirror.member.MethodMirror
Returns the method overridden by this method, if any.
getParameterModifiers() - function in dev.thecodewarrior.mirror.member.Modifier.Companion
The valid modifiers for parameter declarations.
getParameters() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
 
getParameters() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
 
getParameters() - function in dev.thecodewarrior.mirror.member.MethodMirror
 
getParameterTypes() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
 
getParameterTypes() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
 
getParameterTypes() - function in dev.thecodewarrior.mirror.member.MethodMirror
 
getPublicConstructors() - function in dev.thecodewarrior.mirror.type.ClassMirror
The public constructors declared in this class.
getPublicField(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 throws if no such field exists.
getPublicFields() - function in dev.thecodewarrior.mirror.type.ClassMirror
The public methods declared in this class and inherited from its superclasses.
getPublicMemberClass(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 throws if no such class exists.
getPublicMemberClasses() - function in dev.thecodewarrior.mirror.type.ClassMirror
The public member classes declared in this class and inherited from its superclasses.
getPublicMethods() - function in dev.thecodewarrior.mirror.type.ClassMirror
The public methods declared in this class and inherited from its superclasses.
getRaw() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
The mirror representing this member without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
The mirror representing this member without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.member.FieldMirror
The raw, unspecialized mirror of this field.
getRaw() - function in dev.thecodewarrior.mirror.member.MemberMirror
The mirror representing this member without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.member.MethodMirror
The mirror representing this member without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.member.ParameterMirror
The mirror representing this parameter without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The mirror representing this type without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.type.ClassMirror
The mirror representing this type without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
The mirror representing this type without any generic specialization
getRaw(String,Class) - function in dev.thecodewarrior.mirror.type.MethodList
Returns the method in this list that has the specified raw signature, or throws if no such method exists.
getRaw() - function in dev.thecodewarrior.mirror.type.TypeMirror
The mirror representing this type without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
The mirror representing this type without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.type.VoidMirror
The mirror representing this type without any generic specialization
getRaw() - function in dev.thecodewarrior.mirror.type.WildcardMirror
The mirror representing this type without any generic specialization
getReturnType() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
 
getReturnType() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
 
getReturnType() - function in dev.thecodewarrior.mirror.member.MethodMirror
 
getShort(Object,int) - function in dev.thecodewarrior.mirror.ArrayReflect
 
getShort() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the primitive short type
getSimpleName() - function in dev.thecodewarrior.mirror.type.ClassMirror
Returns the simple name of the class this mirror represents.
getSize() - function in dev.thecodewarrior.mirror.type.MethodList
 
getSize() - function in dev.thecodewarrior.mirror.util.AnnotationList
 
getStackTrace() - function in java.lang.AnnotationFormatException
 
getStackTrace() - function in kotlin.MirrorException
 
getStackTrace() - function in kotlin.InvalidSpecializationException
 
getStackTrace() - function in kotlin.NoSuchMirrorException
 
getSuperclass(ClassMirror) - function in dev.thecodewarrior.mirror.InlinesKt
Recursively searches through this class's supertypes to find the most specific superclass with the specified type.
getSuperclass(Class) - function in dev.thecodewarrior.mirror.type.ClassMirror
Recursively searches through this class's supertypes to find the specificity superclass with the specified type.
getSuperclass() - function in dev.thecodewarrior.mirror.type.ClassMirror
The supertype of this class.
getSuppressed() - function in java.lang.AnnotationFormatException
 
getSuppressed() - function in kotlin.MirrorException
 
getSuppressed() - function in kotlin.InvalidSpecializationException
 
getSuppressed() - function in kotlin.NoSuchMirrorException
 
getType() - function in dev.thecodewarrior.mirror.member.FieldMirror
The field type, specialized based on the declaring class's specialization.
getType() - function in dev.thecodewarrior.mirror.member.ParameterMirror
The type of this parameter, specialized based on the declaring executable's specialization.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.ArrayMirror
The type annotations present on this type.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.ClassMirror
The type annotations present on this type.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.ConcreteTypeMirror
The type annotations present on this type.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.TypeMirror
The type annotations present on this type.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.TypeVariableMirror
The type annotations present on this type.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.VoidMirror
The type annotations present on this type.
getTypeAnnotations() - function in dev.thecodewarrior.mirror.type.WildcardMirror
The type annotations present on this type.
getTypeName() - function in java.lang.reflect.TypeVariableImpl
 
getTypeParameters() - function in dev.thecodewarrior.mirror.member.ConstructorMirror
 
getTypeParameters() - function in dev.thecodewarrior.mirror.member.ExecutableMirror
 
getTypeParameters() - function in dev.thecodewarrior.mirror.member.MethodMirror
 
getTypeParameters() - function in dev.thecodewarrior.mirror.type.ClassMirror
The list of type parameters defined by this mirror.
getTypes() - function in dev.thecodewarrior.mirror.Mirror
 
getUpperBound() - function in dev.thecodewarrior.mirror.type.WildcardMirror
? extends T or in T.
getUpperBounds() - function in dev.thecodewarrior.mirror.type.WildcardMirror
? extends T or in T.
getVisibleMethods() - function in dev.thecodewarrior.mirror.type.ClassMirror
The methods that would be visible inside of this class.
getVoid() - function in dev.thecodewarrior.mirror.Mirror.Types
The type mirror representing the void type
A  C  D  E  F  G  H  I  L  M  N  P  R  S  T  V  W