GetMethodModifiers

class GetMethodModifiers(val className: String, val methodName: String, val parameterClasses: List<String>, val returnClass: String) : ReflectionChecker.ReflectionCheck

Get method modifiers will aim to try and look up a method's modifiers.

Constructors

Link copied to clipboard
constructor(className: String, methodName: String, parameterClasses: List<String>, returnClass: String)

Properties

Link copied to clipboard

the full name of the class in which the function lies.

Link copied to clipboard

the name of the function to invoke.

Link copied to clipboard

the types of the parameters that the function takes.

Link copied to clipboard

the full name of the return type class

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String